about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-08-08 03:39:51 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-08-08 03:39:51 +0900
commitd09dc4562a1bd72b923a730dbe837406e4f10ccb (patch)
tree3ac3f13e4fca3f2eded5d84c601e0da6ad03001a /Doc
parent2fc05d522fa2bf4cab0ebe57bee02093ba6b1382 (diff)
downloadzsh-d09dc4562a1bd72b923a730dbe837406e4f10ccb.tar.gz
zsh-d09dc4562a1bd72b923a730dbe837406e4f10ccb.tar.xz
zsh-d09dc4562a1bd72b923a730dbe837406e4f10ccb.zip
35928: '%-m' should work even if not supported by strftime(3)
Also clarify document.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/prompt.yo7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo
index c4e201465..3c8f2a094 100644
--- a/Doc/Zsh/prompt.yo
+++ b/Doc/Zsh/prompt.yo
@@ -206,9 +206,10 @@ 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+LPAR()RPAR()) with any leading `tt(-)',
-present, so the handling is system dependent.  Further GNU
-extensions are not supported at present.
+characters are provided to the system's strftime+LPAR()3RPAR()
+with any leading `tt(-)' present, so the handling is system dependent.
+Further GNU (or other) extensions are also passed to strftime+LPAR()3RPAR()
+and may work if the system supports them.
 )
 enditem()