From cbb49133cd5eead132c6b910d804eee1425a3ddc Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Sun, 13 Jul 2008 22:38:17 +0800 Subject: [MAN] Added missing right parenthesis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Herbert Xu --- src/dash.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit 1.4.1