Skip to content

Commit

Permalink
unbreak the signal example links
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Nov 17, 2024
1 parent bd40230 commit 6e3329f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signals.tex
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@
See manual page \texttt{signal.h(3HEAD)} on Linux or Solaris, the online SUS
specification of the header file, or the book [POSIX.4], page
\pageref{REF_PROGRAMMING}. More information is also on page \pageref{POSIX} and
\pageref{SIGWAITINFO}. Examples: \example{sig\-nals/siginfo.c},
\example{sig\-nals/sigqueue.c}.
\pageref{SIGWAITINFO}. Examples: \example{signals/siginfo.c},
\example{signals/sigqueue.c}.
\item \hlabel{IGNORE_SIG_CHLD} By ignoring \texttt{SIG\_CHILD} you say you will
not wait for child processes and the system will still not accumulate zombies.
\end{itemize}
Expand Down

0 comments on commit 6e3329f

Please sign in to comment.