Skip to content

Commit ae15abc

Browse files
committed
fix wording and formatting for better understanding
1 parent 61c644f commit ae15abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,10 @@
539539
otherwise the parent would be blocked and the next connection would only be
540540
accepted after one of the children exited.
541541
Another way is to set to ignore \texttt{SIGCHLD} in which case you
542-
completely avoid the grave danger of the living dead attack (see page
542+
completely avoid the grave danger of the living dead accumulating (see page
543543
\pageref{IGNORE_SIG_CHLD}). You could also catch the signal and call
544544
one of the \funnm{wait}() calls from the handler itself which is fine as the
545-
call is async-signal-safe (see page \pageref{ASYNCSIGNALSAFE}).
545+
call is \emph{async-signal-safe} (see page \pageref{ASYNCSIGNALSAFE}).
546546
\end{itemize}
547547

548548
%%%%%

0 commit comments

Comments
 (0)