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, Otherwise,
.I alt .I alt
blocks until one of the operations can proceed, 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 .I Alt
returns \-1 when interrupted. returns \-1 when interrupted.
The The
@ -563,7 +563,7 @@ if errors occur, the entire program is aborted.
.PP .PP
.I Chanclosing .I Chanclosing
returns \-1 if no one called returns \-1 if no one called
.I closed .I chanclose
on the channel, and otherwise on the channel, and otherwise
the number of elements still in the channel. the number of elements still in the channel.
.PP .PP