locale.5: Document map to_inpunct, map to_outpunct

See e.g. fa_IR for reference.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Marko Myllynen 2015-05-12 16:58:20 +03:00 committed by Michael Kerrisk
parent 89257a53db
commit 0ef30d8d20
1 changed files with 10 additions and 1 deletions

View File

@ -245,7 +245,6 @@ The following keywords are allowed:
.\" FIXME The following LC_CTYPE keywords are not documented:
.\" translit_start + translit_end
.\" include
.\" map (to_inpunct, to_outpunct)
.TP
.I upper
followed by a list of uppercase letters.
@ -439,6 +438,16 @@ which are then to be defined in the locale.
.TP
.I outdigit
followed by a list of alternate output digits for the locale.
.TP
.I map to_inpunct
followed by a list of mapping pairs of
alternate digits and separators
for input digits for the locale.
.TP
.I map to_outpunct
followed by a list of mapping pairs of
alternate separators
for output for the locale.
.PP
The
.B LC_CTYPE