localedef.1: Align with recent charmap(5) / repertoiremap(5) changes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Marko Myllynen 2014-06-04 08:58:53 +03:00 committed by Michael Kerrisk
parent 83d1d0dd86
commit 03ba14f978
1 changed files with 6 additions and 4 deletions

View File

@ -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)