OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / newlocale.3
index 204e845..6f404c3 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH NEWLOCALE 3 2014-03-12 "Linux" "Linux Programmer's Manual"
+.TH NEWLOCALE 3 2014-05-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 newlocale, freelocale \- create, modify, and free a locale object
 .SH SYNOPSIS
@@ -108,13 +108,22 @@ argument is a bit mask that specifies the locale categories
 that are to be set in a newly created locale object
 or modified in an existing object.
 The mask is constructed by a bitwise OR of the constants
+.BR LC_ADDRESS_MASK ,
 .BR LC_CTYPE_MASK ,
 .BR LC_COLLATE_MASK ,
+.BR LC_IDENTIFICATION_MASK ,
+.BR LC_MEASUREMENT_MASK ,
 .BR LC_MESSAGES_MASK ,
 .BR LC_MONETARY_MASK ,
 .BR LC_NUMERIC_MASK ,
+.BR LC_NAME_MASK ,
+.BR LC_PAPER_MASK ,
+.BR LC_TELEPHONE_MASK ,
 and
 .BR LC_TIME_MASK .
+Alternatively, the mask can be specified as
+.BR LC_ALL_MASK ,
+which is equivalent to ORing all of the preceding constants.
 
 For each category specified in
 .IR category_mask ,
@@ -370,10 +379,11 @@ main(int argc, char *argv[])
 .BR locale (5),
 .BR locale (7)
 .SH COLOPHON
-This page is part of release 3.64 of the Linux
+This page is part of release 3.68 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.