about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-12-11 17:22:59 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-12-11 17:22:59 +0000
commitacb97e611501c92cc176b2ca130ffab00cb6299d (patch)
treee01a6fb141908edd0b899f5182ac39ad8c557d24 /Doc
parenta7794bd1532c2fc6ff984f9b743c08e9ac90a923 (diff)
downloadzsh-acb97e611501c92cc176b2ca130ffab00cb6299d.tar.gz
zsh-acb97e611501c92cc176b2ca130ffab00cb6299d.tar.xz
zsh-acb97e611501c92cc176b2ca130ffab00cb6299d.zip
29991: allow explicit "d" for days in time qualifiers
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 28d525f14..25c44f331 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -2430,7 +2430,8 @@ Files accessed more than var(n) days ago are selected by a positive var(n)
 value (tt(PLUS())var(n)).  Optional unit specifiers `tt(M)', `tt(w)',
 `tt(h)', `tt(m)' or `tt(s)' (e.g. `tt(ah5)') cause the check to be
 performed with months (of 30 days), weeks, hours, minutes or seconds
-instead of days, respectively.
+instead of days, respectively.  An explicit `tt(d)' for days is also
+allowed.
 
 Any fractional part of the difference between the access time and the
 current part in the appropriate units is ignored in the comparison.  For