diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-08-25 11:47:18 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-08-25 11:47:18 +0000 |
commit | 7ea43bde3158af4cd2e4bf46023f931bf0f29b4d (patch) | |
tree | 7a66e47a5e0b1cb7521344945666b1eda68f0f7b /usr/src/man/man3c/thrd_create.3c | |
parent | 959bbe4636373bd4e9a18ac470476803cc2087d0 (diff) | |
parent | b31ca922c7346747131aed07c0c171ec2f573aac (diff) | |
download | illumos-joyent-7ea43bde3158af4cd2e4bf46023f931bf0f29b4d.tar.gz |
[illumos-gate merge]
commit b31ca922c7346747131aed07c0c171ec2f573aac
8566 Man pages contain cross-reference errata
Diffstat (limited to 'usr/src/man/man3c/thrd_create.3c')
-rw-r--r-- | usr/src/man/man3c/thrd_create.3c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/thrd_create.3c b/usr/src/man/man3c/thrd_create.3c index fd31e740b7..8bf799cb3e 100644 --- a/usr/src/man/man3c/thrd_create.3c +++ b/usr/src/man/man3c/thrd_create.3c @@ -58,7 +58,7 @@ the exit status remains available and the corresponding thread ID will not be reused until a process calls .Xr thrd_join 3C . This is similar to how a parent must call -.Xr wait 2 , +.Xr wait 3C , to clean up a child process that has terminated. .Pp For a richer interface interface with more control over aspects of the |