diff options
-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 ) , |