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 /doc | |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clock.n | 5 |
1 files changed, 3 insertions, 2 deletions
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 |