From 8685de4a289cce690c4f828742de0714b8c0eaaa Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Thu, 7 Jul 2011 15:02:46 +0800 Subject: [MAN] Remove spurious space in descriptions of PS1, PS2, PS4 From: Kalle Olavi Niemitalo LANG=C man dash shows: PS1 The primary prompt string, which defaults to ``$ '', unless you are the superuser, in which case it defaults to ``# ''. PS2 The secondary prompt string, which defaults to ``> ''. PS4 Output before each line when execution trace (set -x) is enabled, defaults to ``+ ''. Each of the documented default values has a graphic character and two spaces between the quotation marks. However, the actual default values have only one space, rather than two. Signed-off-by: Jonathan Nieder Signed-off-by: Herbert Xu --- src/dash.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dash.1') diff --git a/src/dash.1 b/src/dash.1 index ddeb52b..3847d98 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -2276,16 +2276,16 @@ setting. There is a maximum of 10 mailboxes that can be monitored at once. .It Ev PS1 The primary prompt string, which defaults to -.Dq $ \ , +.Dq $\ , unless you are the superuser, in which case it defaults to -.Dq # \ . +.Dq #\ . .It Ev PS2 The secondary prompt string, which defaults to -.Dq \*[Gt] \ . +.Dq \*[Gt]\ . .It Ev PS4 Output before each line when execution trace (set -x) is enabled, defaults to -.Dq + \ . +.Dq +\ . .It Ev IFS Input Field Separators. This is normally set to -- cgit 1.4.1