From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1I0lyq-0006nm-Rl for garchives@archives.gentoo.org; Tue, 19 Jun 2007 22:15:21 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l5JMEtX8015341; Tue, 19 Jun 2007 22:14:56 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l5JMEsxS015315 for ; Tue, 19 Jun 2007 22:14:55 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id AB52D650C7 for ; Tue, 19 Jun 2007 22:14:54 +0000 (UTC) Received: from rane by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1I0lyP-0004NQ-GG for gentoo-doc-cvs@lists.gentoo.org; Tue, 19 Jun 2007 22:14:53 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: lpi-101-administration-p2.xml Message-Id: From: Lukasz Damentko Date: Tue, 19 Jun 2007 22:14:53 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: b2e84788-f16b-463a-838b-1b0f0cf11286 X-Archives-Hash: 33738570709dfca6a9f3081802a7fd4e 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 @@ - + @@ -33,8 +33,8 @@ version of the original article, and contains various improvements made by the Gentoo Linux Documentation team --> -1.2 -2005-10-12 +1.3 +2007-06-20 Before You Start @@ -349,7 +349,7 @@

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 zero times. Again, it's critical to note that the * regex metacharacter is interpreted in a fundamentally different way than the * glob character.

-- gentoo-doc-cvs@gentoo.org mailing list