Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: lpi-101-administration-p2.xml
Date: Tue, 19 Jun 2007 22:15:21
Message-Id: E1I0lyP-0004NQ-GG@stork.gentoo.org
1 rane 07/06/19 22:14:53
2
3 Modified: lpi-101-administration-p2.xml
4 Log:
5 #182509, fixing a typo in a regex
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?rev=1.5&view=markup
11 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
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?r1=1.4&r2=1.5
13
14 Index: lpi-101-administration-p2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- lpi-101-administration-p2.xml 1 Jan 2006 11:25:54 -0000 1.4
21 +++ lpi-101-administration-p2.xml 19 Jun 2007 22:14:53 -0000 1.5
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $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 $ -->
25 +<!-- $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 $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/articles/lpi-101-administration-p2.xml" disclaimer="articles">
29 @@ -33,8 +33,8 @@
30 version of the original article, and contains various improvements made by the
31 Gentoo Linux Documentation team -->
32
33 -<version>1.2</version>
34 -<date>2005-10-12</date>
35 +<version>1.3</version>
36 +<date>2007-06-20</date>
37
38 <chapter>
39 <title>Before You Start</title>
40 @@ -349,7 +349,7 @@
41
42 <p>
43 Now, for a quick brain-twisting review: the line ac matches the regex ab*c
44 -because the asterisk also allows the preceding expression (c) to appear
45 +because the asterisk also allows the preceding expression (b) to appear
46 <e>zero</e> times. Again, it's critical to note that the * regex metacharacter
47 is interpreted in a fundamentally different way than the * glob character.
48 </p>
49
50
51
52 --
53 gentoo-doc-cvs@g.o mailing list