Skip to content

Commit 3631499

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent ba85a7b commit 3631499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@
10121012
was formed, i.e. the first command in the pipeline was created as the last
10131013
process.
10141014
\item However, in \texttt{bash}, all processes in a pipeline are direct children
1015-
of the shell itself, i.e. \texttt{bash} calls \funnm{fork} that many times as is
1015+
of the shell itself, i.e. \texttt{bash} calls \funnm{fork} as many times as is
10161016
the number of programs in the pipeline. Before the prompt is printed, it waits
10171017
for all processes it directly created to finish. Another advantage is that
10181018
since a parent can get exit status for its direct children only, forking all

0 commit comments

Comments
 (0)