about summary refs log tree commit diff
path: root/Doc/Zsh/prompt.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-03-03 09:48:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-03-03 09:48:35 +0000
commit29233548ae94e0925b03d224e782075f2ae0d7ea (patch)
treea58708cfd70690f3798ff0d344ccfa32cf8e7eb3 /Doc/Zsh/prompt.yo
parentdaa22bc46bed0a23afad8895bb2b89e7455a0a40 (diff)
downloadzsh-29233548ae94e0925b03d224e782075f2ae0d7ea.tar.gz
zsh-29233548ae94e0925b03d224e782075f2ae0d7ea.tar.xz
zsh-29233548ae94e0925b03d224e782075f2ae0d7ea.zip
Jun T.: 26667: parentheses in doc causing problems
Diffstat (limited to 'Doc/Zsh/prompt.yo')
-rw-r--r--Doc/Zsh/prompt.yo2
1 files changed, 1 insertions, 1 deletions
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.
 )