aboutsummaryrefslogtreecommitdiffstats
path: root/man3/setlocale.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/setlocale.3')
-rw-r--r--man3/setlocale.340
1 files changed, 29 insertions, 11 deletions
diff --git a/man3/setlocale.3 b/man3/setlocale.3
index 7005f4fe73..29ef376452 100644
--- a/man3/setlocale.3
+++ b/man3/setlocale.3
@@ -50,32 +50,50 @@ the program's current locale is modified according to the arguments.
The argument
.I category
determines which parts of the program's current locale should be modified.
+.ad l
+.nh
.TS
lB lB
-lB l.
+lB lx.
Category Governs
LC_ALL All of the locale
LC_ADDRESS T{
Formatting of addresses and
-.br
geography-related items (*)
T}
LC_COLLATE String collation
LC_CTYPE Character classification
-LC_IDENTIFICATION Metadata describing the locale (*)
+LC_IDENTIFICATION T{
+Metadata describing the locale (*)
+T}
LC_MEASUREMENT T{
Settings related to measurements
-.br
(metric versus US customary) (*)
T}
-LC_MESSAGES Localizable natural-language messages
-LC_MONETARY Formatting of monetary values
-LC_NAME Formatting of salutations for persons (*)
-LC_NUMERIC Formatting of nonmonetary numeric values
-LC_PAPER Settings related to the standard paper size (*)
-LC_TELEPHONE Formats to be used with telephone services (*)
-LC_TIME Formatting of date and time values
+LC_MESSAGES T{
+Localizable natural-language messages
+T}
+LC_MONETARY T{
+Formatting of monetary values
+T}
+LC_NAME T{
+Formatting of salutations for persons (*)
+T}
+LC_NUMERIC T{
+Formatting of nonmonetary numeric values
+T}
+LC_PAPER T{
+Settings related to the standard paper size (*)
+T}
+LC_TELEPHONE T{
+Formats to be used with telephone services (*)
+T}
+LC_TIME T{
+Formatting of date and time values
+T}
.TE
+.hy
+.ad
.PP
The categories marked with an asterisk in the above table
are GNU extensions.