diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/calsys.yo | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 65d10e5c9..62f64a236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-01-18 Peter Stephenson <pws@csr.com> + * unposted: Doc/Zsh/calsys.yo: typo with parentheses. + * 23114: Src/subst.c: ${foo:s/bar/rod} was broken (when final delimiter is not present). diff --git a/Doc/Zsh/calsys.yo b/Doc/Zsh/calsys.yo index b2196e448..3b4ddc158 100644 --- a/Doc/Zsh/calsys.yo +++ b/Doc/Zsh/calsys.yo @@ -501,7 +501,7 @@ This is a generic function to parse dates and times that may be used separately from the calendar system. The argument is a date or time specification as described in ifzman(the section FILE AND DATE FORMATS above)\ -ifnzman(noderef(Calendar File and Date Formats). The parameter tt(REPLY) +ifnzman(noderef(Calendar File and Date Formats)). The parameter tt(REPLY) is set to the number of seconds since the epoch corresponding to that date or time. By default, the date and time may occur anywhere within the given argument. @@ -537,7 +537,6 @@ is tolling twelve. ) enditem() ) -) findex(calendar_show) item(tt(calendar_show))( The function used by default to display events. It accepts a start time |