aboutsummaryrefslogtreecommitdiffstats
path: root/man1
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2014-06-04 08:58:53 +0300
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-06-05 20:18:02 +0200
commit03ba14f97819e4e5ec90708bbe5f43df0386949d (patch)
tree71d50f4c6d3048e7b44ff4e1894b44b4eddba3d7 /man1
parent83d1d0dd86d2d128e3a2e5c3b168fe2192e9dc4d (diff)
downloadman-pages-03ba14f97819e4e5ec90708bbe5f43df0386949d.tar.gz
localedef.1: Align with recent charmap(5) / repertoiremap(5) changes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man1')
-rw-r--r--man1/localedef.110
1 files changed, 6 insertions, 4 deletions
diff --git a/man1/localedef.1 b/man1/localedef.1
index 7f08b4dfb4..a3baca1fe4 100644
--- a/man1/localedef.1
+++ b/man1/localedef.1
@@ -31,7 +31,7 @@
.\" Lars Wirzenius to document new functionality (as of GNU
.\" C library 2.3.5).
.\"
-.TH LOCALEDEF 1 2014-05-26 "Linux" "Linux Programmer's Manual"
+.TH LOCALEDEF 1 2014-05-26 "Linux" "Linux User Manual"
.SH NAME
localedef \- compile locale definition files
.SH SYNOPSIS
@@ -147,8 +147,8 @@ Some of the following options are only sensible for certain operations;
generally, it should be self-evident which ones.
.TP
.BI \-f " charmapfile" ", \-\-charmap=" charmapfile
-Specify the file that defines the symbolic character names
-that are used by the input file.
+Specify the file that defines the character set
+that is used by the input file.
If
.I charmapfile
contains a slash character ('/'),
@@ -180,7 +180,7 @@ The default directory for locale definition files is printed by
.BR "localedef \-\-help" .
.TP
.BI \-u " repertoirefile" ", \-\-repertoire-map=" repertoirefile
-Read mappings from symbolic names to Unicode UCS4 values from
+Read mappings from symbolic names to Unicode code points from
.IR repertoirefile .
If
.I repertoirefile
@@ -361,5 +361,7 @@ localedef \-f UTF\-8 \-i fi_FI ./fi_FI.UTF\-8
.RE
.SH "SEE ALSO"
.BR locale (1),
+.BR charmap (5),
.BR locale (5),
+.BR repertoiremap (5),
.BR locale (7)