diff options
Diffstat (limited to 'usr/src/man/man3c/thrd_join.3c')
-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 |