diff options
Diffstat (limited to 'share/man/man3/pthread_detach.3')
-rw-r--r-- | share/man/man3/pthread_detach.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/pthread_detach.3 b/share/man/man3/pthread_detach.3 index 28916325661a..5893934fac4e 100644 --- a/share/man/man3/pthread_detach.3 +++ b/share/man/man3/pthread_detach.3 @@ -60,7 +60,7 @@ The effect of multiple .Fn pthread_detach calls on the same target thread is unspecified. .Sh RETURN VALUES -If successful, the +If successful, the .Fn pthread_detach function will return zero. Otherwise an error number will be returned to |