aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_join.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_join.3')
-rw-r--r--man3/pthread_join.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_join.3 b/man3/pthread_join.3
index bfb15736e0..74b636b1cf 100644
--- a/man3/pthread_join.3
+++ b/man3/pthread_join.3
@@ -134,7 +134,7 @@ and when enough zombie threads have accumulated,
it will no longer be possible to create new threads (or processes).
.PP
There is no pthreads analog of
-.IR "waitpid(-1,\ &status,\ 0)" ,
+.IR "waitpid(\-1,\ &status,\ 0)" ,
that is, "join with any terminated thread".
If you believe you need this functionality,
you probably need to rethink your application design.