diff options
author | jdp <jdp@FreeBSD.org> | 2001-12-05 02:55:23 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2001-12-05 02:55:23 +0000 |
commit | 636727a3bb85252f83266d44880785b573885c41 (patch) | |
tree | f002499e9974042aa0501361ee945059d13aa72b /share | |
parent | efc4a197fd1bdce6d8cee5d369e631ff185d7370 (diff) | |
download | FreeBSD-src-636727a3bb85252f83266d44880785b573885c41.zip FreeBSD-src-636727a3bb85252f83266d44880785b573885c41.tar.gz |
Fix speling errur.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/sleep.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index 5328a85..d968235 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -118,7 +118,7 @@ includes the flag, the .Ar mtx parameter will not be entered before returning. The mutex is -used to ensure that a condition can be checked atomicly, and +used to ensure that a condition can be checked atomically, and that the current process can be suspended without missing a change to the condition, or an associated wakeup. .Sh RETURN VALUES |