diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-03 09:48:35 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-03 09:48:35 +0000 |
commit | 29233548ae94e0925b03d224e782075f2ae0d7ea (patch) | |
tree | a58708cfd70690f3798ff0d344ccfa32cf8e7eb3 | |
parent | daa22bc46bed0a23afad8895bb2b89e7455a0a40 (diff) | |
download | zsh-29233548ae94e0925b03d224e782075f2ae0d7ea.tar.gz zsh-29233548ae94e0925b03d224e782075f2ae0d7ea.tar.xz zsh-29233548ae94e0925b03d224e782075f2ae0d7ea.zip |
Jun T.: 26667: parentheses in doc causing problems
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doc/Zsh/prompt.yo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index e463ff365..85e599b71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-03 Peter Stephenson <pws@csr.com> + + * Jun T.: 26667: Doc/Zsh/prompt.yo: separate out parentheses. + 2009-03-02 Barton E. Schaefer <schaefer@zsh.org> * 26665: Src/utils.c: fix one incorrect test in 26614. @@ -11294,5 +11298,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4590 $ +* $Revision: 1.4591 $ ***************************************************** diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo index c11b2553d..e55338e5f 100644 --- a/Doc/Zsh/prompt.yo +++ b/Doc/Zsh/prompt.yo @@ -185,7 +185,7 @@ The GNU extension that a `tt(-)' between the tt(%) and the format character causes a leading zero or space to be stripped is handled directly by the shell for the format characters tt(d), tt(f), tt(H), tt(k), tt(l), tt(m), tt(M), tt(S) and tt(y); any other format -characters are provided to tt(strftime()) with any leading `tt(-)', +characters are provided to tt(strftime+LPAR()RPAR()) with any leading `tt(-)', present, so the handling is system dependent. Further GNU extensions are not supported at present. ) |