thread(2): fix manpage typos (thanks rgl)

This commit is contained in:
Ori Bernstein 2019-11-12 13:01:38 -08:00
parent 52e92163a6
commit 4dab28b14f

View 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