Skip to content

Commit 1230f5f

Browse files
committed
Use [@] instead of [0].
1 parent 91e4e6a commit 1230f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

file-api.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@
410410
\begin{verbatim}
411411
bash$ dd if=/dev/zero | date
412412
Sun Mar 2 01:03:38 CET 2008
413-
bash$ echo ${PIPESTATUS[0]}
414-
141
413+
bash$ echo ${PIPESTATUS[@]}
414+
141 0
415415
bash$ kill -l 141
416416
PIPE
417417
\end{verbatim}

0 commit comments

Comments
 (0)