summaryrefslogtreecommitdiff
path: root/manual/message.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-07-24 11:18:48 +0000
committerUlrich Drepper <drepper@redhat.com>2002-07-24 11:18:48 +0000
commit7a9a26813e387c4c6f73635bd04a005cfc0e2c08 (patch)
tree14e4d44f57fd9a2be87e294abf9cb8e754f0b1e9 /manual/message.texi
parent405550bf78acc8ce8885e4b30986035533d08267 (diff)
Update.
2002-07-22 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias definiton of _old_sys_nerr. Define _old_sys_errlist as strong alias.
Diffstat (limited to 'manual/message.texi')
-rw-r--r--manual/message.texi27
1 files changed, 6 insertions, 21 deletions
diff --git a/manual/message.texi b/manual/message.texi
index b55d9ae681..6b323e476d 100644
--- a/manual/message.texi
+++ b/manual/message.texi
@@ -1688,41 +1688,26 @@ of the environment variable. It can split the value is different pieces
and by leaving out the only or the other part it can construct new
values. This happens of course in a predictable way. To understand
this one must know the format of the environment variable value. There
-are two more or less standardized forms:
+is one more or less standardized form, originally from the X/Open
+specification:
-@table @emph
-@item X/Open Format
@code{language[_territory[.codeset]][@@modifier]}
-@item CEN Format (European Community Standard)
-@code{language[_territory][+audience][+special][,[sponsor][_revision]]}
-@end table
-
-The functions will automatically recognize which format is used. Less
-specific locale names will be stripped of in the order of the following
-list:
+Less specific locale names will be stripped of in the order of the
+following list:
@enumerate
@item
-@code{revision}
-@item
-@code{sponsor}
-@item
-@code{special}
-@item
@code{codeset}
@item
@code{normalized codeset}
@item
@code{territory}
@item
-@code{audience}/@code{modifier}
+@code{modifier}
@end enumerate
-From the last entry one can see that the meaning of the @code{modifier}
-field in the X/Open format and the @code{audience} format have the same
-meaning. Beside one can see that the @code{language} field for obvious
-reasons never will be dropped.
+The @code{language} field will never be dropped for obvious reasons.
The only new thing is the @code{normalized codeset} entry. This is
another goodie which is introduced to help reducing the chaos which