plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 1cccddd6b3fb4a90641b8d05dc0bed618380074c
parent dd9d5927a13daa1f31fa48d529b268ff02d004e6
Author: William Josephson <devnull@localhost>
Date:   Wed,  9 Jul 2008 08:26:11 -0400

lock(3): fix typo

Diffstat:
Mman/man3/lock.3 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 ,