summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2019-11-12 13:01:38 -0800
committerOri Bernstein <ori@eigenstate.org>2019-11-12 13:01:38 -0800
commit4dab28b14f62cc7f4b474d7e45941d6fbf26f5a7 (patch)
tree3f48aeb04bab63c7d756a46e5d097552ec38c936 /sys/man/2
parent52e92163a609b8257e394b48c60fac3db000c936 (diff)
thread(2): fix manpage typos (thanks rgl)
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/thread4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/thread b/sys/man/2/thread
index 2b9a4a483..e52289fc6 100644
--- a/sys/man/2/thread
+++ b/sys/man/2/thread
@@ -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