[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
minor bug in man page ?
From: |
wdl |
Subject: |
minor bug in man page ? |
Date: |
Thu, 6 Dec 2001 9:54:48 +0100 |
In bash(1) man page, the sentence about lists
"A list is a sequence of one or more pipelines separated by one of the operators
;, &, &&, or ||, and optionally terminated by one of ;, &, or <newline>."
should be
"A list is a sequence of one or more pipelines separated by one of the operators
;, &, &&, || or <newline>, and optionally terminated by one of ;, &, or
<newline>."
so constructs like
"for name in word ; do
pipeline1
...
pipelineN;
done"
should be possible.
Bye
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- minor bug in man page ?,
wdl <=