diff options
author | Kalle Olavi Niemitalo <kon@iki.fi> | 2011-07-07 15:02:46 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-07-07 16:41:14 +0800 |
commit | 8685de4a289cce690c4f828742de0714b8c0eaaa (patch) | |
tree | 35ad4995f107d6036eb38a917a862069fb84574f /ChangeLog | |
parent | [SHELL] Optimize dash -c "command" to avoid a fork (diff) | |
download | dash-8685de4a289cce690c4f828742de0714b8c0eaaa.tar.gz dash-8685de4a289cce690c4f828742de0714b8c0eaaa.zip |
[MAN] Remove spurious space in descriptions of PS1, PS2, PS4
From: Kalle Olavi Niemitalo <kon@iki.fi> 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 <jrnieder@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c457fc8..216fc51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Optimize dash -c "command" to avoid a fork. +2011-05-02 Kalle Olavi Niemitalo <kon@iki.fi> + + * Remove spurious space in descriptions of PS1, PS2, PS4. + 2011-04-10 Jonathan Nieder <jrnieder@gmail.com> * Remove unused EV_BACKCMD flag. |