diff options
author | Peter Stephenson <pws@zsh.org> | 2013-05-21 17:11:04 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-05-21 17:11:04 +0100 |
commit | 692a15363f1332ad62e3e915a7842fbc343d45b3 (patch) | |
tree | 125ffdba0f434c5aaeb8a400347615d736b7a05d /ChangeLog | |
parent | 06e17f81123a5760d90711ec3b1f54a4c9c58237 (diff) | |
download | zsh-692a15363f1332ad62e3e915a7842fbc343d45b3.tar.gz zsh-692a15363f1332ad62e3e915a7842fbc343d45b3.tar.xz zsh-692a15363f1332ad62e3e915a7842fbc343d45b3.zip |
31418: improve documentation for "age" function
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 904063d14..de7e70309 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-05-21 Peter Stephenson <p.stephenson@samsung.com> + * 31418: Doc/Zsh/calsys.yo, Functions/Calendar/age: + in "age" docs correct typo and note the feature that + you can supply a file as a timestamp on the command line. + * Stephane: 31417: Functions/Calendar/age: needs -- to protect againts files starting with -. |