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 ba85a7b commit 3631499Copy full SHA for 3631499
proc.tex
@@ -1012,7 +1012,7 @@
1012
was formed, i.e. the first command in the pipeline was created as the last
1013
process.
1014
\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
+of the shell itself, i.e. \texttt{bash} calls \funnm{fork} as many times as is
1016
the number of programs in the pipeline. Before the prompt is printed, it waits
1017
for all processes it directly created to finish. Another advantage is that
1018
since a parent can get exit status for its direct children only, forking all
0 commit comments