diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-15 19:37:57 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-15 19:37:57 (GMT) |
commit | b443cf5d2f6f6c75dc77a88987ed558a2fca9ba5 (patch) | |
tree | 655fddc4653e8adba14c7a450d6de315533d34f1 /doc/clock.n | |
parent | 9884845dfb273bf59b75b1d7f58b2de7afaf5863 (diff) | |
download | tcl-b443cf5d2f6f6c75dc77a88987ed558a2fca9ba5.zip tcl-b443cf5d2f6f6c75dc77a88987ed558a2fca9ba5.tar.gz tcl-b443cf5d2f6f6c75dc77a88987ed558a2fca9ba5.tar.bz2 |
* doc/clock.n: Corrected documentation to avoid periods in the
'A.M.' and 'P.M.' abbreviations.
Diffstat (limited to 'doc/clock.n')
-rw-r--r-- | doc/clock.n | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/clock.n b/doc/clock.n index 0bcb665..a8ee004 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -587,17 +587,17 @@ without the '\fBO\fR', except that the string is produced and parsed in the locale-dependent alternative numerals. .TP \fB%p\fR -On output, produces an indicator for the part of the day, \fBA.M.\fR -or \fBP.M.\fR, appropriate to the given locale. If the script of the +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. -On input, matches the representation \fBA.M.\fR or \fBP.M.\fR in +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, \fBA.M.\fR -or \fBP.M.\fR, appropriate to the given locale. If the script of the +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. -On input, matches the representation \fBA.M.\fR or \fBP.M.\fR in +On input, matches the representation \fBAM\fR or \fBPM\fR in the given locale, in either case. .TP \fB%Q\fR |