We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd40230 commit 6e3329fCopy full SHA for 6e3329f
signals.tex
@@ -480,8 +480,8 @@
480
See manual page \texttt{signal.h(3HEAD)} on Linux or Solaris, the online SUS
481
specification of the header file, or the book [POSIX.4], page
482
\pageref{REF_PROGRAMMING}. More information is also on page \pageref{POSIX} and
483
-\pageref{SIGWAITINFO}. Examples: \example{sig\-nals/siginfo.c},
484
-\example{sig\-nals/sigqueue.c}.
+\pageref{SIGWAITINFO}. Examples: \example{signals/siginfo.c},
+\example{signals/sigqueue.c}.
485
\item \hlabel{IGNORE_SIG_CHLD} By ignoring \texttt{SIG\_CHILD} you say you will
486
not wait for child processes and the system will still not accumulate zombies.
487
\end{itemize}
0 commit comments