diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-19 23:37:20 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-19 23:37:20 (GMT) |
commit | 7ea39f0edbf37288e5738891d6c8b405bf19dd34 (patch) | |
tree | e8be655629c4442c37f01efa174571e9514e301c /doc/clock.n | |
parent | b13067d29f8b9eb7d7d73820b4f14562704a2732 (diff) | |
download | tcl-7ea39f0edbf37288e5738891d6c8b405bf19dd34.zip tcl-7ea39f0edbf37288e5738891d6c8b405bf19dd34.tar.gz tcl-7ea39f0edbf37288e5738891d6c8b405bf19dd34.tar.bz2 |
* doc/clock.n: Corrected a silly error (transposed 'uppercase'
and 'lowercase' in clock.n. [Bug 1656002]
Diffstat (limited to 'doc/clock.n')
-rw-r--r-- | doc/clock.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/clock.n b/doc/clock.n index f42ddfb..247fe2c 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -589,14 +589,14 @@ locale-dependent alternative numerals. \fB%p\fR On output, produces an indicator for the part of the day, \fBAM\fR or \fBPM\fR, appropriate to the given locale. If the script of the -given locale supports multiple letterforms, uppercase is preferred. +given locale supports multiple letterforms, lowercase is preferred. On input, matches the representation \fBAM\fR or \fBPM\fR in the given locale, in either case. .TP \fB%P\fR On output, produces an indicator for the part of the day, \fBam\fR or \fBpm\fR, appropriate to the given locale. If the script of the -given locale supports multiple letterforms, lowercase is preferred. +given locale supports multiple letterforms, uppercase is preferred. On input, matches the representation \fBAM\fR or \fBPM\fR in the given locale, in either case. .TP |