diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-08-29 12:07:33 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-08-29 12:07:33 +0000 |
commit | 40781992661b2626691b6b26740cf8f1605855e8 (patch) | |
tree | d994c0951cf9d1ddf46da57af2a8020365c783a1 /usr/src/man/man3c | |
parent | 8854c9be792aa0a2df2e16e3e0797838559f16c6 (diff) | |
parent | 75f3d687b66304117c7ea9676a959382b37e6ad4 (diff) | |
download | illumos-joyent-40781992661b2626691b6b26740cf8f1605855e8.tar.gz |
[illumos-gate merge]
commit 75f3d687b66304117c7ea9676a959382b37e6ad4
11112 sys/null.h: make NULL void *
commit 57d1724de89ec4a493f9795169bfee3f470b7c6d
11635 ip: passing argument 2 of 'cc_cong_signal' makes integer from pointer without a cast
commit b77a2dc4455ca028e52fdf96385a530a2d168316
11628 typos detected by mandoc style
commit b8dadaa8b0556cca0e965ddc197acacafeb40980
11621 fmadm and fmstat document privileges incorrectly
commit 727feae5cc0661f4ec44e87b934863693bedf87d
10622 ZFS should still check paths for devices that have no devid
commit e2f631f93662311389118b220daa637b16a612ac
11576 Want support for ahci LED entries in topo
Conflicts:
usr/src/man/man5/privileges.5
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 |