ref: 4dab28b14f62cc7f4b474d7e45941d6fbf26f5a7
parent: 52e92163a609b8257e394b48c60fac3db000c936
author: Ori Bernstein <[email protected]>
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