diff options
author | William Josephson <devnull@localhost> | 2008-07-09 08:26:11 -0400 |
---|---|---|
committer | William Josephson <devnull@localhost> | 2008-07-09 08:26:11 -0400 |
commit | 1cccddd6b3fb4a90641b8d05dc0bed618380074c (patch) | |
tree | c7289270aebd3b52e586cc89341dee9bc95c4415 | |
parent | dd9d5927a13daa1f31fa48d529b268ff02d004e6 (diff) | |
download | plan9port-1cccddd6b3fb4a90641b8d05dc0bed618380074c.tar.gz plan9port-1cccddd6b3fb4a90641b8d05dc0bed618380074c.tar.bz2 plan9port-1cccddd6b3fb4a90641b8d05dc0bed618380074c.zip |
lock(3): fix typo
-rw-r--r-- | man/man3/lock.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/lock.3 b/man/man3/lock.3 index 4308e369..adc75d1f 100644 --- a/man/man3/lock.3 +++ b/man/man3/lock.3 @@ -158,7 +158,7 @@ If any processes are sleeping on .IR r , .I rwakeup wakes one of them. -it returns 1 if a process was awakened, 0 if not. +It returns 1 if a process was awakened, 0 if not. .I Rwakeupall wakes all processes sleeping on .IR r , |