1 .\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples.
3 .\"man mdoc.samples for a complete listing of options
4 .\"man mdoc for the short list of editing options
5 .\"/usr/share/misc/mdoc.template
11 .Nd display locale settings
21 displays information about the current locale, or a list of all available
26 is run with no arguments,
27 it will display the current source of each locale category.
31 is given the name of a category,
32 it acts as if it had been given each keyword in that category.
33 For each keyword it is given, the current value
36 .Bl -tag -width -indent
38 Lists all public locales.
40 Lists the category name before each keyword,
41 unless it is the same category as the previously displayed keyword.
43 Displays the name of each keyword prior to its value.
45 Lists all available public charmaps.
46 Darwin locales do not support charmaps, so list all CODESETs instead.
50 The following operand is supported:
53 is the name of a keyword or category to display. A list of all keywords
54 and categories can be shown with the following command:
60 .Bl -tag -width "LC_MESSAGES"
62 Used as a substitute for any unset
66 is unset, it will act as if set to "C". If any of
70 are set to invalid values,
72 acts as if they are all unset.
74 Will override the setting of all other
78 Sets the locale for the LC_COLLATE category.
80 Sets the locale for the LC_CTYPE category.
82 Sets the locale for the LC_MESSAGES category.
84 Sets the locale for the LC_MONETARY category.
86 Sets the locale for the LC_NUMERIC category.
88 Sets the locale for the LC_TIME category.
98 utility conforms to IEEE Std 1003.1-2001 (``POSIX.1'').
101 appeared in Mac OS X 10.4