Date: Sat, 17 Nov 2012 23:52:39 +0000 (UTC) From: Greg Lehey <grog@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243202 - head/usr.bin/locale Message-ID: <201211172352.qAHNqdPY010058@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grog Date: Sat Nov 17 23:52:38 2012 New Revision: 243202 URL: http://svnweb.freebsd.org/changeset/base/243202 Log: Sort options. Add comment on standards conformity. MFC after: 14 days Modified: head/usr.bin/locale/locale.1 Modified: head/usr.bin/locale/locale.1 ============================================================================== --- head/usr.bin/locale/locale.1 Sat Nov 17 23:49:20 2012 (r243201) +++ head/usr.bin/locale/locale.1 Sat Nov 17 23:52:38 2012 (r243202) @@ -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 .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211172352.qAHNqdPY010058>