summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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