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 .\" Lars Wirzenius to document new functionality (as of GNU
.\" C library 2.3.5). .\" 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 .SH NAME
localedef \- compile locale definition files localedef \- compile locale definition files
.SH SYNOPSIS .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. generally, it should be self-evident which ones.
.TP .TP
.BI \-f " charmapfile" ", \-\-charmap=" charmapfile .BI \-f " charmapfile" ", \-\-charmap=" charmapfile
Specify the file that defines the symbolic character names Specify the file that defines the character set
that are used by the input file. that is used by the input file.
If If
.I charmapfile .I charmapfile
contains a slash character ('/'), contains a slash character ('/'),
@ -180,7 +180,7 @@ The default directory for locale definition files is printed by
.BR "localedef \-\-help" . .BR "localedef \-\-help" .
.TP .TP
.BI \-u " repertoirefile" ", \-\-repertoire-map=" repertoirefile .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 . .IR repertoirefile .
If If
.I repertoirefile .I repertoirefile
@ -361,5 +361,7 @@ localedef \-f UTF\-8 \-i fi_FI ./fi_FI.UTF\-8
.RE .RE
.SH "SEE ALSO" .SH "SEE ALSO"
.BR locale (1), .BR locale (1),
.BR charmap (5),
.BR locale (5), .BR locale (5),
.BR repertoiremap (5),
.BR locale (7) .BR locale (7)