From acb97e611501c92cc176b2ca130ffab00cb6299d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 11 Dec 2011 17:22:59 +0000 Subject: 29991: allow explicit "d" for days in time qualifiers --- Doc/Zsh/expn.yo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Doc') 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 -- cgit 1.4.1