locale.5: Clarify AM/PM settings a bit

localedef(1) complains if really undefined, should be empty instead.
Also: add some SEE ALSO references.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Marko Myllynen 2014-06-04 09:01:42 +03:00 committed by Michael Kerrisk
parent 8a7f7e6635
commit 0c2dbad182
1 changed files with 6 additions and 3 deletions

View File

@ -997,7 +997,7 @@ followed by the appropriate representation of the
and
.B pm
strings.
This should be defined only for locales using AM/PM convention.
This should be left empty for locales not using AM/PM convention.
.TP
.I d_t_fmt
followed by the appropriate date and time format.
@ -1010,7 +1010,7 @@ followed by the appropriate time format.
.TP
.I t_fmt_ampm
followed by the appropriate time format when using 12h clock format.
This should be defined only for locales using the AM/PM convention.
This should be left empty for locales not using AM/PM convention.
.TP
.I week
followed by a list of three values:
@ -1133,4 +1133,7 @@ This manual page isn't complete.
.BR setlocale (3),
.BR uselocale (3),
.BR charmap (5),
.BR locale (7)
.BR charsets (7),
.BR locale (7),
.BR unicode (7),
.BR utf-8 (7)