diff options
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 |