diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/dash.1 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 89f5c13..261b445 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-13 Gerrit Pape <pape@smarden.org> + + * Added missing right parenthesis in manual page. + 2008-06-13 Herbert Xu <herbert@gondor.apana.org.au> * Fixed 3,4-argument cases for test per POSIX. 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 |