From 298e8464be2f40ae0d9b7f914f0e0ef4e8b25ebb Mon Sep 17 00:00:00 2001
From: Petter Reinholdtsen
Date: Sat, 30 Oct 2004 00:04:16 +0000
Subject: [PATCH] Split regex for yes and no.
---
linux/glibc/howto.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/linux/glibc/howto.html b/linux/glibc/howto.html
index 1b91e28d21..e28ee85796 100644
--- a/linux/glibc/howto.html
+++ b/linux/glibc/howto.html
@@ -104,8 +104,8 @@ category "i18n:1997";LC_IDENTIFICATION
LC_MESSAGES
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 ".*".
Standard documents and specifications
@@ -144,7 +144,7 @@ category "i18n:1997";LC_IDENTIFICATION
Petter Reinholdtsen
-Last modified: Sat Oct 30 02:03:03 CEST 2004
+Last modified: Sat Oct 30 02:03:59 CEST 2004