We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c644f commit ae15abcCopy full SHA for ae15abc
network.tex
@@ -539,10 +539,10 @@
539
otherwise the parent would be blocked and the next connection would only be
540
accepted after one of the children exited.
541
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
+completely avoid the grave danger of the living dead accumulating (see page
543
\pageref{IGNORE_SIG_CHLD}). You could also catch the signal and call
544
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}).
+call is \emph{async-signal-safe} (see page \pageref{ASYNCSIGNALSAFE}).
546
\end{itemize}
547
548
%%%%%
0 commit comments