From d378f7843411ad7aca8108017475443f63b56a37 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 21 Mar 2015 22:20:48 +0100 Subject: [PATCH] pthreads.7: Add references to nptl(7) Signed-off-by: Michael Kerrisk --- man7/pthreads.7 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man7/pthreads.7 b/man7/pthreads.7 index e57f97446..2ed26eceb 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -788,10 +788,12 @@ With NPTL, all of the threads in a process are placed in the same thread group; all members of a thread group share the same PID. NPTL does not employ a manager thread. -NPTL makes internal use of the first two real-time signals -(see also -.BR signal (7)); + +NPTL makes internal use of the first two real-time signals; these signals cannot be used in applications. +See +.BR nptl (7) +for further details. NPTL still has at least one nonconformance with POSIX.1: .IP \- 3 @@ -900,6 +902,7 @@ bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\ .BR proc (5), .BR attributes (7), .BR futex (7), +.BR nptl (7), .BR sigevent (7), .BR signal (7),