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 e907379 commit 61c644fCopy full SHA for 61c644f
network.tex
@@ -531,7 +531,7 @@
531
process it. After the connection is finished, the child exits. The parent
532
process can accept new connections meanwhile. So, multiple connections may be
533
served in parallel.
534
-\item After \funnm{fork}()ing but before starting to use the connection, the
+\item After \funnm{fork}()ing but before performing I/O on the connection, the
535
child may \funnm{exec}() -- that is how \texttt{inetd} works, see page
536
\pageref{INETD}.
537
\item As you already know, by calling \funnm{waitpid}() you are getting rid of
0 commit comments