locale.5: Reorder LC_MESSAGES alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-03 07:11:36 +01:00
parent a4fbc726dd
commit 8ed1a976b1
1 changed files with 21 additions and 21 deletions

View File

@ -65,13 +65,13 @@ The following category sections are defined by POSIX:
.IP *
.B LC_COLLATE
.IP *
.B LC_MESSAGES
.IP *
.B LC_MONETARY
.IP *
.B LC_NUMERIC
.IP *
.B LC_TIME
.IP *
.B LC_MESSAGES
.PP
In addition, since version 2.2,
the GNU C library supports the following nonstandard categories:
@ -325,6 +325,25 @@ The
.B LC_COLLATE
definition ends with the string
.IR "END LC_COLLATE" .
.SS LC_MESSAGES
The definition starts with the string
.B LC_MESSAGES
in the first column.
The following keywords are allowed:
.TP
.I yesexpr
followed by a regular expression that describes possible
yes-responses.
.TP
.I noexpr
followed by a regular expression that describes possible
no-responses.
.PP
The
.B LC_MESSAGES
definition ends with the string
.IR "END LC_MESSAGES" .
.SS LC_MONETARY
The definition starts with the string
.B LC_MONETARY
@ -605,25 +624,6 @@ The
.B LC_TIME
definition ends with the string
.IR "END LC_TIME" .
.SS LC_MESSAGES
The definition starts with the string
.B LC_MESSAGES
in the first column.
The following keywords are allowed:
.TP
.I yesexpr
followed by a regular expression that describes possible
yes-responses.
.TP
.I noexpr
followed by a regular expression that describes possible
no-responses.
.PP
The
.B LC_MESSAGES
definition ends with the string
.IR "END LC_MESSAGES" .
.SH FILES
/usr/lib/locale/
\(em database for the current locale setting of that category