aboutsummaryrefslogtreecommitdiffstats
path: root/man1
diff options
context:
space:
mode:
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)