diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-02-06 02:53:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-02-06 02:53:55 (GMT) |
commit | 00f60b40f60bea88138ff5c2c1038d7239b5145e (patch) | |
tree | f37455af111ce0f96ed90a84b7ee8f3f6471fec8 | |
parent | eac924b26e7181f5813720bf155fab400ab61ddd (diff) | |
download | tcl-00f60b40f60bea88138ff5c2c1038d7239b5145e.zip tcl-00f60b40f60bea88138ff5c2c1038d7239b5145e.tar.gz tcl-00f60b40f60bea88138ff5c2c1038d7239b5145e.tar.bz2 |
doc/clock.n - minor documentation fix in %N format group
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/clock.n | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,6 @@ 2008-02-06 Kevin B. Kenny <kennykb@acm.org> + * doc/clock.n (%N): * generic/tclClock.c (ClockParseformatargsObjCmd): * library/clock.tcl (::tcl::clock::format): * tests/clock.test (clock-1.0, clock-1.4): @@ -7,8 +8,9 @@ the analysis of $args into C code, holding on to Tcl_Objs with resolved command names, [lassign] in place of [foreach], avoiding [namespace which] - for command resolution). - + for command resolution). Corrected an error in the + explanation of the %N format group. + 2008-02-04 Don Porter <dgp@users.sourceforge.net> *** 8.5.1 TAGGED FOR RELEASE *** diff --git a/doc/clock.n b/doc/clock.n index 4a4a519..fa1d6ad 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -592,8 +592,9 @@ with exactly two digits. On input, accepts two digits and interprets them as the number of the minute of the hour. .TP \fB%N\fR -On output, produces the number of the month (1-12) with one or two digits. -digits. On input, accepts one or two digits, possibly with leading whitespace, +On output, produces the number of the month (1-12) with one or two digits, +and a leading blank for one-digit dates. +On input, accepts one or two digits, possibly with leading whitespace, and interprets them as the number of the month. .TP \fB%Od\fR, \fB%Oe\fR, \fB%OH\fR, \fB%OI\fR, \fB%Ok\fR, \fB%Ol\fR, \fB%Om\fR, \fB%OM\fR, \fB%OS\fR, \fB%Ou\fR, \fB%Ow\fR, \fB%Oy\fR |