locale.7: Document LC_TELEPHONE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-07 13:42:14 +01:00
parent 798f7baf37
commit 1c59803974
1 changed files with 11 additions and 0 deletions

View File

@ -162,6 +162,17 @@ elements, which return
.I int
values specifying the dimensions in millimeters.
.TP
.BR LC_TELEPHONE " (GNU extension, since glibc 2.2)"
Change settings that describe the formats to be used with telephone services.
Applications that need this information can use
.BR nl_langinfo (3)
to retrieve nonstandard elements, such as
.B _NL_TELEPHONE_INT_PREFIX
(international prefix used to call numbers in this locale),
which returns a string such as "49" (for Germany).
(Other element names are listed in
.IR <langinfo.h> .)
.TP
.B LC_TIME
This changes the behavior of the
.BR strftime (3)