diff --git a/man1/locale.1 b/man1/locale.1 index 23244627c..c749b77b2 100644 --- a/man1/locale.1 +++ b/man1/locale.1 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH LOCALE 1 2014-05-28 "Linux" "Linux Programmer's Manual" +.TH LOCALE 1 2014-05-28 "Linux" "Linux User Manual" .SH NAME locale \- get locale-specific information .SH SYNOPSIS @@ -123,8 +123,15 @@ Display a short usage message and exit. .TP .BR \-V ", " \-\-version Display the program version and exit. +.SH FILES +.TP +.I /usr/lib/locale/locale-archive +Usual default locale archive location. +.TP +.I /usr/share/i18n/locales +Usual default path for locale definition files. .SH CONFORMING TO -POSIX.1-2001, POSIX.1-2008 +POSIX.1-2001, POSIX.1-2008. .SH EXAMPLE .nf $ \fBlocale\fP @@ -192,5 +199,6 @@ $ \fBecho "export LANG=fi_SE.UTF-8" >> $HOME/.bashrc\fP .fi .SH SEE ALSO .BR localedef (1), +.BR charmap (5), .BR locale (5), .BR locale (7)