diff options
author | Gerrit Pape <pape@smarden.org> | 2008-07-13 22:38:17 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-07-13 22:38:17 +0800 |
commit | cbb49133cd5eead132c6b910d804eee1425a3ddc (patch) | |
tree | 3dc3873b2e802f7fed8160ee9daf6cc6ad21bf32 /src/dash.1 | |
parent | [OPTIONS] Added support for -l (diff) | |
download | dash-cbb49133cd5eead132c6b910d804eee1425a3ddc.tar.gz dash-cbb49133cd5eead132c6b910d804eee1425a3ddc.zip |
[MAN] Added missing right parenthesis
In section Redirection the following text misses a left brace: where redir-op is one of the redirection operators mentioned previously. Following is a list of the possible redirections. The [n] is an optional number, as in \u20183\u2019 (not \u2018[3]\u2019, that refers to a file descriptor. Reported by Jörg Sommer through http://bugs.debian.org/481365 Signed-off-by: Gerrit Pape <pape@smarden.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/dash.1')
-rw-r--r-- | src/dash.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dash.1 b/src/dash.1 index c8cb3ce..a8d6e6e 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -391,7 +391,7 @@ The is an optional number, as in .Sq 3 (not -.Sq Bq 3 , +.Sq Bq 3 ) , that refers to a file descriptor. .Bl -tag -width aaabsfiles -offset indent .It [n] Ns \*[Gt] file |