about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/prompt.yo2
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.
 )