diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-01 12:54:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-01 12:54:20 +0000 |
commit | ac05bc6e026aebc0fa40ec942501026ebd489919 (patch) | |
tree | 2c7518a73f6cee8f09f62c6a4e7a06ac8128bb92 /Doc/Zsh/calsys.yo | |
parent | 026bf115664dd8b0d2c192351355de4458d63039 (diff) | |
download | zsh-ac05bc6e026aebc0fa40ec942501026ebd489919.tar.gz zsh-ac05bc6e026aebc0fa40ec942501026ebd489919.tar.xz zsh-ac05bc6e026aebc0fa40ec942501026ebd489919.zip |
unposted: fix calendar stuff
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 |