summaryrefslogtreecommitdiff
path: root/usr.bin/locale
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2012-11-17 23:52:38 +0000
committerGreg Lehey <grog@FreeBSD.org>2012-11-17 23:52:38 +0000
commit6b8910e4ee8a6f99e12d77719f72b6834e65cf17 (patch)
treede05767d018da600647c738b392c52499c6fd9b8 /usr.bin/locale
parent90f854b88052cbeedb77875dbb2853ce64dcf4df (diff)
downloadsrc-test2-6b8910e4ee8a6f99e12d77719f72b6834e65cf17.tar.gz
src-test2-6b8910e4ee8a6f99e12d77719f72b6834e65cf17.zip
Sort options.
Add comment on standards conformity. MFC after: 14 days
Notes
Notes: svn path=/head/; revision=243202
Diffstat (limited to 'usr.bin/locale')
-rw-r--r--usr.bin/locale/locale.125
1 files changed, 18 insertions, 7 deletions
diff --git a/usr.bin/locale/locale.1 b/usr.bin/locale/locale.1
index 6e6bf2917680..73de7ae938a6 100644
--- a/usr.bin/locale/locale.1
+++ b/usr.bin/locale/locale.1
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 1, 2005
+.Dd November 18, 2012
.Dt LOCALE 1
.Os
.Sh NAME
@@ -70,16 +70,16 @@ will respect the
.Ev PATH_LOCALE
environment variable, and use it instead of the system's default locale
directory.
-.It Fl m
-Print names of all available charmaps.
-.It Fl k
-Print the names and values of all selected keywords.
-If no keywords are selected, print the names and values of all defined
-keywords.
.It Fl c
Print the category name for all selected keywords.
If no keywords are selected, print the category name for all defined
keywords.
+.It Fl k
+Print the names and values of all selected keywords.
+If no keywords are selected, print the names and values of all defined
+keywords.
+.It Fl m
+Print names of all available charmaps.
.El
.Sh IMPLEMENTATION NOTES
The special
@@ -93,6 +93,17 @@ a prefix string can be defined to limit the amount of keywords returned.
.Ex -std
.Sh SEE ALSO
.Xr setlocale 3
+.Sh STANDARDS
+The
+.Nm
+utility conforms to
+.St -p1003.1-2004 .
+The
+.Ev LC_CTYPE ,
+.Ev LC_MESSAGES
+and
+.Ev NLSPATH
+environment variables are not interpreted.
.Sh BUGS
Since
.Fx