ref: 18d79aaa6991794038c40cb8486aa31c9fdbceea
parent: 43fe5f871d3973f8bd3ff52458c13f7e6b838940
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Nov 12 08:01:38 EST 2019
thread(2): fix manpage typos (thanks rgl)
--- a/sys/man/2/thread
+++ b/sys/man/2/thread
@@ -500,7 +500,7 @@
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 @@
.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
--
⑨