locale.1: Add FILES section, add charmap(5) reference

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Marko Myllynen 2014-06-02 16:38:20 +03:00 committed by Michael Kerrisk
parent 66aa761533
commit 8a7f7e6635
1 changed files with 10 additions and 2 deletions

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
locale \- get locale-specific information locale \- get locale-specific information
.SH SYNOPSIS .SH SYNOPSIS
@ -123,8 +123,15 @@ Display a short usage message and exit.
.TP .TP
.BR \-V ", " \-\-version .BR \-V ", " \-\-version
Display the program version and exit. 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 .SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008 POSIX.1-2001, POSIX.1-2008.
.SH EXAMPLE .SH EXAMPLE
.nf .nf
$ \fBlocale\fP $ \fBlocale\fP
@ -192,5 +199,6 @@ $ \fBecho "export LANG=fi_SE.UTF-8" >> $HOME/.bashrc\fP
.fi .fi
.SH SEE ALSO .SH SEE ALSO
.BR localedef (1), .BR localedef (1),
.BR charmap (5),
.BR locale (5), .BR locale (5),
.BR locale (7) .BR locale (7)