tlock(3): fix typo - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1cccddd6b3fb4a90641b8d05dc0bed618380074c
 (DIR) parent dd9d5927a13daa1f31fa48d529b268ff02d004e6
 (HTM) Author: William Josephson <devnull@localhost>
       Date:   Wed,  9 Jul 2008 08:26:11 -0400
       
       lock(3): fix typo
       
       Diffstat:
         M man/man3/lock.3                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/man/man3/lock.3 b/man/man3/lock.3
       t@@ -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 ,