diff options
author | Gerrit Pape <pape@smarden.org> | 2007-09-25 22:47:25 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2007-09-25 22:47:25 +0800 |
commit | 474d2cdd444ea4cb1f1f028ac8faecc1abae35f9 (patch) | |
tree | 1abf2336e2051603b8a48d8b1ee123f461854c3d /ChangeLog | |
parent | [MAN] Clarify description of -nt, -ot options to test builtin (diff) | |
download | dash-474d2cdd444ea4cb1f1f028ac8faecc1abae35f9.tar.gz dash-474d2cdd444ea4cb1f1f028ac8faecc1abae35f9.zip |
[MAN] Clarify syntax of the for command
Document that in a for loop 'in word ...' is optional, and if omitted, 'in "$@"' is used. Lars Wilke noticed this, and reported through http://bugs.debian.org/387441
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4ea7374..003a0f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2007-09-25 Gerrit Pape <pape@smarden.org> * Clarify description of -nt, -ot options to test builtin. + * Clarify syntax of the for command. 2007-09-25 Herbert Xu <herbert@gondor.apana.org.au> |