From 4dab28b14f62cc7f4b474d7e45941d6fbf26f5a7 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Tue, 12 Nov 2019 13:01:38 -0800 Subject: [PATCH] thread(2): fix manpage typos (thanks rgl) --- sys/man/2/thread | 4 ++-- 1 file 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