From b443cf5d2f6f6c75dc77a88987ed558a2fca9ba5 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Sun, 15 Apr 2007 19:37:57 +0000 Subject: * doc/clock.n: Corrected documentation to avoid periods in the 'A.M.' and 'P.M.' abbreviations. --- doc/clock.n | 12 ++++++------ 1 file 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 -- cgit v0.12