diff options
author | Stéphane Aulery <saulery@free.fr> | 2014-11-17 13:07:24 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-11-17 13:07:24 +0800 |
commit | d0ed169b4599f48baa5cc6f2b9085e90e1dcefdb (patch) | |
tree | 3a3d912c8890ccd1332296e00e1f14c65c99fb64 | |
parent | [MAN] Correct typo in manual page (diff) | |
download | dash-d0ed169b4599f48baa5cc6f2b9085e90e1dcefdb.tar.gz dash-d0ed169b4599f48baa5cc6f2b9085e90e1dcefdb.zip |
[MAN] Document redirection file descriptor limitation
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | src/dash.1 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0799454..406e20c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2014-11-17 Stéphane Aulery <saulery@free.fr> * Correct typo in manual page. + * Document redirection file descriptor limitation. 2014-10-30 Herbert Xu <herbert@gondor.apana.org.au> diff --git a/src/dash.1 b/src/dash.1 index 5a2770f..d782882 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -385,7 +385,7 @@ is one of the redirection operators mentioned previously. Following is a list of the possible redirections. The .Bq n -is an optional number, as in +is an optional number between 0 and 9, as in .Sq 3 (not .Sq Bq 3 ) , |