From c6c59eac39637cd6e0216f003ce2a25559a1d714 Mon Sep 17 00:00:00 2001 From: kennykb Date: Sun, 15 Apr 2007 19:37:56 +0000 Subject: * doc/clock.n: Corrected documentation to avoid periods in the 'A.M.' and 'P.M.' abbreviations. FossilOrigin-Name: 3f7f9a19396b14da7fac78f0bb4b26869f46512b --- 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