This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Reference to nonexistent node `Threads and Signal Handling'.


When building the documentation for i386-gnu, makeinfo gives me:

signal.texi:2568: Cross reference to nonexistent node `Threads and
Signal Handling'.

This node appears to exist only in linuxthreads, so I suspect the
reference should just be removed.

2002-10-12  Jeff Bailey  <jbailey@gnu.org>

        * manual/signal.texi (Process Signal Mask): Remove reference to
        Threads and Signal Handling.  That node only exists in
        linuxthreads.texi which is not used on all platforms.

diff -u -p -r1.68 signal.texi
--- signal.texi	29 Jan 2002 08:57:47 -0000	1.68
+++ signal.texi	12 Oct 2002 20:23:30 -0000
@@ -2565,7 +2565,7 @@ Note that you must not use @code{sigproc
 because each thread has its own signal mask and there is no single process
 signal mask. According to POSIX, the behavior of @code{sigprocmask} in a
 multi-threaded process is ``unspeficied''. Instead, use 
-@code{pthread_sigmask} (@pxref{Threads and Signal Handling}).
+@code{pthread_sigmask}.
 
 @comment signal.h
 @comment POSIX.1


-- 
learning from failures is nice in theory...
but in practice, it sucks :)
 - Wolfgang Jaehrling


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]