Skip to content

Commit 6e3329f

Browse files
committed
unbreak the signal example links
1 parent bd40230 commit 6e3329f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

signals.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@
480480
See manual page \texttt{signal.h(3HEAD)} on Linux or Solaris, the online SUS
481481
specification of the header file, or the book [POSIX.4], page
482482
\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}.
483+
\pageref{SIGWAITINFO}. Examples: \example{signals/siginfo.c},
484+
\example{signals/sigqueue.c}.
485485
\item \hlabel{IGNORE_SIG_CHLD} By ignoring \texttt{SIG\_CHILD} you say you will
486486
not wait for child processes and the system will still not accumulate zombies.
487487
\end{itemize}

0 commit comments

Comments
 (0)