about summary refs log tree commit diff
path: root/Doc/Zsh/calsys.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-03-02 10:11:45 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-03-02 10:11:45 +0000
commit535afe3b2a95afe7d9de5f95abc903119156ceee (patch)
tree38d3c8ae15193a8570f025cdf8eff39a76be625d /Doc/Zsh/calsys.yo
parent7c6a25409cb2d8c016182aec5702f3cdbd6cc4c6 (diff)
downloadzsh-535afe3b2a95afe7d9de5f95abc903119156ceee.tar.gz
zsh-535afe3b2a95afe7d9de5f95abc903119156ceee.tar.xz
zsh-535afe3b2a95afe7d9de5f95abc903119156ceee.zip
26614 + 26615: history -t <fmt> plus ztrftime "-" format modifier
Diffstat (limited to 'Doc/Zsh/calsys.yo')
-rw-r--r--Doc/Zsh/calsys.yo8
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo
index 05a644f2e..68f68a8d2 100644
--- a/Doc/Zsh/calsys.yo
+++ b/Doc/Zsh/calsys.yo
@@ -613,9 +613,11 @@ The location of the main calendar.  The default is tt(~/calendar).
 kindex(date-format)
 item(tt(date-format))(
 A tt(strftime) format string (see manref(strftime)(3)) with the zsh
-extensions tt(%f) for a day of the month with no leading zero or space
-for single digits, and tt(%k) or tt(%l) for the hour of the day on the 24-
-or 12-hour clock, again with no leading zero or space for single digits.
+extensions providing various numbers with no leading zero or space
+if the number is a single digit as described for the
+tt(%D{)var(string)tt(}) prompt format in
+ifzman(the section EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\
+ifnzman(noderef(Prompt Expansion)).
 
 This is used for outputting dates in tt(calendar), both to support
 the tt(-v) option and when adding recurring events back to the calendar