Skip to content

Commit 61c644f

Browse files
committed
be more concrete
1 parent e907379 commit 61c644f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
process it. After the connection is finished, the child exits. The parent
532532
process can accept new connections meanwhile. So, multiple connections may be
533533
served in parallel.
534-
\item After \funnm{fork}()ing but before starting to use the connection, the
534+
\item After \funnm{fork}()ing but before performing I/O on the connection, the
535535
child may \funnm{exec}() -- that is how \texttt{inetd} works, see page
536536
\pageref{INETD}.
537537
\item As you already know, by calling \funnm{waitpid}() you are getting rid of

0 commit comments

Comments
 (0)