rane        07/06/19 22:14:53

  Modified:             lpi-101-administration-p2.xml
  Log:
  #182509, fixing a typo in a regex

Revision  Changes    Path
1.5                  xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?r1=1.4&r2=1.5

Index: lpi-101-administration-p2.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lpi-101-administration-p2.xml       1 Jan 2006 11:25:54 -0000       1.4
+++ lpi-101-administration-p2.xml       19 Jun 2007 22:14:53 -0000      1.5
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v 
1.4 2006/01/01 11:25:54 rane Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v 
1.5 2007/06/19 22:14:53 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/lpi-101-administration-p2.xml" 
disclaimer="articles">
@@ -33,8 +33,8 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.2</version>
-<date>2005-10-12</date>
+<version>1.3</version>
+<date>2007-06-20</date>
 
 <chapter>
 <title>Before You Start</title>
@@ -349,7 +349,7 @@
 
 <p>
 Now, for a quick brain-twisting review: the line ac matches the regex ab*c
-because the asterisk also allows the preceding expression (c) to appear
+because the asterisk also allows the preceding expression (b) to appear
 <e>zero</e> times. Again, it's critical to note that the * regex metacharacter
 is interpreted in a fundamentally different way than the * glob character.
 </p>



-- 
[EMAIL PROTECTED] mailing list

Reply via email to