X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/0f5544d8937d6299f1ad8c150f4e2b4195a7e79f..e704e201f6efe413ac6549a46ee4a2f6d2e51a2d:/linux/glibc/howto.html diff --git a/linux/glibc/howto.html b/linux/glibc/howto.html index 82b55a200f..092a574ceb 100644 --- a/linux/glibc/howto.html +++ b/linux/glibc/howto.html @@ -95,7 +95,8 @@
The category entries are references to the standard used when writing the given section. The standard refs should have quotes around them, and should not use the <U#> - notation. They should normally look like this:
+ notation. They should normally look something like this: +@@ -103,8 +104,11 @@ category "i18n:1997";LC_IDENTIFICATIONcategory "i18n:1997";LC_IDENTIFICATION
Then yesexpr and noexpr entries should have the form - ^[yYnN<extra>], without 0 and 1 and without - trailing ".*".
+ ^[yY<extra>] and ^[nN<extra>], + without 0 and 1 and without trailing ".*". The + reason is to make sure the expressions have the same form as + the expressions used in the C/POSIX locale (^[yY] and + ^[nN]).