From 03ba14f97819e4e5ec90708bbe5f43df0386949d Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Wed, 4 Jun 2014 08:58:53 +0300 Subject: [PATCH] localedef.1: Align with recent charmap(5) / repertoiremap(5) changes Signed-off-by: Michael Kerrisk --- man1/localedef.1 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/man1/localedef.1 b/man1/localedef.1 index 7f08b4dfb..a3baca1fe 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)