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 3631499 commit d7d1f15Copy full SHA for d7d1f15
proc.tex
@@ -1017,7 +1017,8 @@
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
1019
processes in a pipeline makes it convenient to provide the \texttt{PIPESTATUS}
1020
-array variable to the user.
+array variable to the user. This array contains exit status values for the
1021
+children executed in the latest pipeline.
1022
\end{itemize}
1023
1024
%%%%%
0 commit comments