diff options
Diffstat (limited to 'Doc/Zsh/calsys.yo')
-rw-r--r-- | Doc/Zsh/calsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo index d3b683a01..543bf0935 100644 --- a/Doc/Zsh/calsys.yo +++ b/Doc/Zsh/calsys.yo @@ -381,7 +381,7 @@ example(print *+LPAR()e:age 2006/10/04 2006/10/09:+RPAR()) The example above matches all files modified between the start of those dates. -example(print *+LPAR()e:age 2006/10/04+RPAR()) +example(print *+LPAR()e:age 2006/10/04:+RPAR()) The example above matches all files modified on that date. If the second argument is omitted it is taken to be exactly 24 hours after the first |