OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man1 / localedef.1
index 8555639..0e31ac0 100644 (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-12-31 "Linux" "Linux User Manual"
 .SH NAME
 localedef \- compile locale definition files
 .SH SYNOPSIS
@@ -80,7 +80,7 @@ argument is interpreted as follows:
 If
 .I outputpath
 contains a slash character ('/'), it is interpreted as the name of the
-directory where the output defintions are to be stored.
+directory where the output definitions are to be stored.
 In this case, there is a separate output file for each locale category
 .RI ( LC_CTIME ,
 .IR LC_NUMERIC ,
@@ -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
@@ -212,14 +212,14 @@ Setting the prefix to
 the archive would be placed in
 .IR foo/usr/lib/locale/locale-archive .
 .TP
-.B "\-c, \-\-force"
+.BR \-c ", " \-\-force
 Write the output files even if warnings were generated about the input
 file.
 .TP
 .B \-\-old\-style
 Create old-style hash tables instead of 3-level access tables.
 .TP
-.B "\-v, \-\-verbose"
+.BR \-v ", " \-\-verbose
 Generate extra warnings about errors that are normally ignored.
 .TP
 .B \-\-quiet
@@ -244,7 +244,7 @@ Do not use the locale archive file, instead create
 as a subdirectory in the same directory as the locale archive file,
 and create separate output files for locale categories in it.
 .TP
-.B "\-\-help"
+.BR \-? ", " \-\-help
 Print a usage summary and exit.
 Also prints the default paths used by
 .BR localedef .
@@ -252,7 +252,7 @@ Also prints the default paths used by
 .B "\-\-usage"
 Print a short usage summary and exit.
 .TP
-.B "\-V, \-\-version"
+.BR \-V ", " \-\-version
 Print the version number, license, and disclaimer of warranty for
 .BR localedef .
 .SH EXIT STATUS
@@ -292,8 +292,11 @@ Usual default repertoire map path.
 .I /usr/lib/locale/locale-archive
 Usual default locale archive location.
 .TP
+.I /usr/lib/locale
+Usual default path for compiled individual locale data files.
+.TP
 .I outputpath/LC_ADDRESS
-An output file that contains contains information about formatting of
+An output file that contains information about formatting of
 addresses and geography-related items.
 .TP
 .I outputpath/LC_COLLATE
@@ -361,10 +364,12 @@ 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)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,