aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-11-11 13:21:07 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-11-11 14:54:06 -0500
commitbfc40b3d7144bab24c66ca31863f10a8834c0ce8 (patch)
tree91b9641f1c6257bf43a362b70a49bcd6491c0b49
parentac7bef3d3d23a1f47910839f02100dea96bf9b72 (diff)
downloadman-pages-bfc40b3d7144bab24c66ca31863f10a8834c0ce8.tar.gz
pthreads.7: SEE ALSO: add pthread_attr_init() and pthread_cancel()
-rw-r--r--man7/pthreads.72
1 files changed, 2 insertions, 0 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7
index e63db2e2ef..5acc8b2a3a 100644
--- a/man7/pthreads.7
+++ b/man7/pthreads.7
@@ -877,7 +877,9 @@ bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\
.BR futex (7),
.br
and various Pthreads manual pages, for example:
+.BR pthread_attr_init (3),
.BR pthread_atfork (3),
+.BR pthread_cancel (3),
.BR pthread_cleanup_push (3),
.BR pthread_cond_signal (3),
.BR pthread_cond_wait (3),