diff options
Diffstat (limited to 'usr/src/man/man3c/thrd_detach.3c')
-rw-r--r-- | usr/src/man/man3c/thrd_detach.3c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/thrd_detach.3c b/usr/src/man/man3c/thrd_detach.3c index 4f19042c2c..502032b1be 100644 --- a/usr/src/man/man3c/thrd_detach.3c +++ b/usr/src/man/man3c/thrd_detach.3c @@ -40,7 +40,7 @@ The act of calling on a thread does not cause it to terminate. .Sh RETURN VALUES Upon successful completion, the -.Xr thrd_detach 3C +.Fn thrd_detach function returns .Sy thrd_success . Otherwise, it returns |