diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2019-08-27 21:45:44 +0100 |
---|---|---|
committer | Peter Tribble <peter.tribble@gmail.com> | 2019-08-29 08:20:22 +0100 |
commit | b77a2dc4455ca028e52fdf96385a530a2d168316 (patch) | |
tree | 3619d25e68b19f95efcf4ab1f1627e7a2da7f78b /usr/src/man/man3c | |
parent | b8dadaa8b0556cca0e965ddc197acacafeb40980 (diff) | |
download | illumos-joyent-b77a2dc4455ca028e52fdf96385a530a2d168316.tar.gz |
11628 typos detected by mandoc style
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gergő Doma <domag02@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/thrd_join.3c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3c/thrd_join.3c b/usr/src/man/man3c/thrd_join.3c index 120e156582..b474f2f183 100644 --- a/usr/src/man/man3c/thrd_join.3c +++ b/usr/src/man/man3c/thrd_join.3c @@ -11,7 +11,7 @@ .\" .\" Copyright 2016 Joyent, Inc. .\" -.Dd "Jan 13, 2015" +.Dd "Aug 27, 2019" .Dt THRD_JOIN 3C .Os .Sh NAME @@ -27,7 +27,7 @@ .Sh DESCRIPTION The .Fn thrd_join -function suspends the exection of the current thread and waits for the +function suspends the execution of the current thread and waits for the thread indicated by .Fa thrd to terminate and stores the exit status, as set by a call to @@ -59,7 +59,7 @@ the system, see .Xr pthread_join 3C and .Xr thr_join 3C . -.Sh RETURN_VALUES +.Sh RETURN VALUES Upon successful completion, the .Fn thrd_join function returns |