]> git.lizzy.rs Git - plan9front.git/commitdiff
thread(2): fix manpage typos (thanks rgl)
authorOri Bernstein <ori@eigenstate.org>
Tue, 12 Nov 2019 21:01:38 +0000 (13:01 -0800)
committerOri Bernstein <ori@eigenstate.org>
Tue, 12 Nov 2019 21:01:38 +0000 (13:01 -0800)
sys/man/2/thread

index 2b9a4a483605de24ec4e4ef5d6d1149262e59508..e52289fc68b24ee8b01873b9a7f5ed18363913c7 100644 (file)
@@ -500,7 +500,7 @@ structure.
 Otherwise,
 .I alt
 blocks until one of the operations can proceed,
-eventually returning the index of the structure executes.
+eventually returning the index of the structure it executes.
 .I Alt
 returns \-1 when interrupted.
 The
@@ -563,7 +563,7 @@ if errors occur, the entire program is aborted.
 .PP
 .I Chanclosing
 returns \-1 if no one called
-.I closed
+.I chanclose
 on the channel, and otherwise
 the number of elements still in the channel.
 .PP