Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: l-sed1.xml
Date: Sun, 11 Sep 2005 21:23:59
Message-Id: 200509112119.j8BLJXG4004072@robin.gentoo.org
1 rane 05/09/11 21:23:49
2
3 Modified: xml/htdocs/doc/en/articles l-sed1.xml
4 Log:
5 fixed typo, thanks to keidii for reporting
6
7 Revision Changes Path
8 1.4 +2 -2 xml/htdocs/doc/en/articles/l-sed1.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed1.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
13
14 Index: l-sed1.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- l-sed1.xml 10 Sep 2005 21:20:16 -0000 1.3
21 +++ l-sed1.xml 11 Sep 2005 21:23:49 -0000 1.4
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.4 2005/09/11 21:23:49 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/articles/l-sed1.xml">
29 @@ -440,7 +440,7 @@
30 </p>
31
32 <p>
33 -OK, now on to the second regexp. '/^}' will match a '}' character that appears
34 +OK, now on to the second regexp. '/^}/' will match a '}' character that appears
35 at the beginning of a new line. If your code is formatted nicely, this will
36 match the closing brace of your main() function. If it's not, it won't -- one of
37 the tricky things about performing pattern matching.
38
39
40
41 --
42 gentoo-doc-cvs@g.o mailing list