]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man1/locale.1
rename.2: SEE ALSO: add rename(1)
[thirdparty/man-pages.git] / man1 / locale.1
index 9cc6350df4413fad5931f6f0daf7c17a962820ff..fad256a678aae4c6c81fe52fc547ee2cdf55f632 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH LOCALE 1 2016-03-15 "Linux" "Linux User Manual"
+.TH LOCALE 1 2019-03-06 "Linux" "Linux User Manual"
 .SH NAME
 locale \- get locale-specific information
 .SH SYNOPSIS
@@ -78,7 +78,7 @@ which are the names of locale keywords (for example,
 or
 .IR decimal_point )
 or locale categories (for example,
-.BR LC_CTYPE
+.B LC_CTYPE
 or
 .BR LC_TIME ).
 For each argument, the following is displayed:
@@ -122,7 +122,7 @@ combinations.
 .BR \-? ", " \-\-help
 Display a summary of command-line options and arguments and exit.
 .TP
-.BR \-\-usage
+.B \-\-usage
 Display a short usage message and exit.
 .TP
 .BR \-V ", " \-\-version
@@ -137,7 +137,7 @@ Usual default path for locale definition files.
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008.
 .SH EXAMPLE
-.nf
+.EX
 $ \fBlocale\fP
 LANG=en_US.UTF\-8
 LC_CTYPE="en_US.UTF\-8"
@@ -177,7 +177,7 @@ tel_dom_fmt="(%a) %l"
 int_select="11"
 int_prefix="1"
 telephone\-codeset="UTF\-8"
-.fi
+.EE
 .PP
 The following example compiles a custom locale from the
 .I ./wrk
@@ -194,13 +194,13 @@ and
 in the shell profile file so that the custom locale will be used in the
 subsequent user sessions:
 .PP
-.nf
+.EX
 $ \fBmkdir -p $HOME/.locale\fP
 $ \fBI18NPATH=./wrk/ localedef -f UTF-8 -i fi_SE $HOME/.locale/fi_SE.UTF-8\fP
 $ \fBLOCPATH=$HOME/.locale LC_ALL=fi_SE.UTF-8 date\fP
-$ \fBecho "export LOCPATH=\\$HOME/.locale" >> $HOME/.bashrc\fP
+$ \fBecho "export LOCPATH=\e$HOME/.locale" >> $HOME/.bashrc\fP
 $ \fBecho "export LANG=fi_SE.UTF-8" >> $HOME/.bashrc\fP
-.fi
+.EE
 .SH SEE ALSO
 .BR localedef (1),
 .BR charmap (5),