summaryrefslogtreecommitdiff
path: root/usr.bin/locale
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2003-11-26 08:38:32 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2003-11-26 08:38:32 +0000
commit5bd361ab30fd63f35eef410fe5b9f46886dd3984 (patch)
treec04d767da533d3c5c96fc757632ca8c5ea160d9d /usr.bin/locale
parent5bd311a566a2938e4145861740abc6b335b689f7 (diff)
downloadsrc-test2-5bd361ab30fd63f35eef410fe5b9f46886dd3984.tar.gz
src-test2-5bd361ab30fd63f35eef410fe5b9f46886dd3984.zip
Notes
Diffstat (limited to 'usr.bin/locale')
-rw-r--r--usr.bin/locale/locale.118
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/locale/locale.1 b/usr.bin/locale/locale.1
index 4122610b9435..b9f78667b5aa 100644
--- a/usr.bin/locale/locale.1
+++ b/usr.bin/locale/locale.1
@@ -45,25 +45,25 @@ the standard output.
.Pp
When
.Nm
-is invoked without arguments it will print out summary of current
+is invoked without arguments, it will print out a summary of the current
locale environment depending on environment variable settings and
internal status.
.Pp
When
.Nm
-is invoked with arguments and no options specified it will print out
+is invoked with arguments and no options specified, it will print out
.Em keyword Ns No 's
-value determined using current locale settings.
+value determined using the current locale settings.
.Pp
The following options are available:
.Bl -tag -width indent
.It Fl a
Write names of all available locales.
-While looking for locales
+While looking for locales,
.Nm
-will respect
+will respect the
.Ev PATH_LOCALE
-environment variable, and use it instead of system default locale
+environment variable, and use it instead of the system's default locale
directory.
.It Fl m
Write names of all available charmaps.
@@ -75,7 +75,7 @@ Write the category name for the selected keywords.
.Sh IMPLEMENTATION DETAILS
Special (FreeBSD specific) keyword
.Ar list
-can be used to retrieve human readable list of available keywrods.
+can be used to retrieve human readable list of available keywords.
.Sh DIAGNOSTICS
The
.Nm
@@ -87,8 +87,8 @@ does not support
.Em charmap Ns No s
in their
.Em POSIX
-meaning
+meaning,
.Nm
-emulates
+emulates the
.Ar m
option via CODESETs listing of all available locales.