diff options
Diffstat (limited to 'lib/libc_r/man/pthread_detach.3')
-rw-r--r-- | lib/libc_r/man/pthread_detach.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_detach.3 b/lib/libc_r/man/pthread_detach.3 index 8fdebe5c6a1..ca62e49ea2c 100644 --- a/lib/libc_r/man/pthread_detach.3 +++ b/lib/libc_r/man/pthread_detach.3 @@ -48,7 +48,7 @@ can be reclaimed when the thread terminates. If .Fa thread has not terminated, .Fn pthread_detach -will not cause it to terminate. The effect of multiple +will not cause it to terminate. The effect of multiple .Fn pthread_detach calls on the same target thread is unspecified. .Sh RETURN VALUES |