From 00f60b40f60bea88138ff5c2c1038d7239b5145e Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Wed, 6 Feb 2008 02:53:55 +0000 Subject: doc/clock.n - minor documentation fix in %N format group --- ChangeLog | 6 ++++-- doc/clock.n | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf46635..2c9fd7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2008-02-06 Kevin B. Kenny + * 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 *** 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 -- cgit v0.12