diff options
Diffstat (limited to 'doc')
-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 |