nightmorph 10/05/14 22:00:25 Modified: l-sed1.xml Log: fix end-of-line characters, bug 318335
Revision Changes Path 1.9 xml/htdocs/doc/en/articles/l-sed1.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?r1=1.8&r2=1.9 Index: l-sed1.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- l-sed1.xml 11 Oct 2009 06:42:30 -0000 1.8 +++ l-sed1.xml 14 May 2010 22:00:25 -0000 1.9 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.8 2009/10/11 06:42:30 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.9 2010/05/14 22:00:25 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/articles/l-sed1.xml" disclaimer="articles"> @@ -21,8 +21,8 @@ version of the original article, and contains various improvements made by the Gentoo Linux Documentation team --> -<version>1.4</version> -<date>2005-10-09</date> +<version>1.5</version> +<date>2010-05-14</date> <chapter> <title>Get to know the powerful UNIX editor</title> @@ -327,11 +327,11 @@ <ti>Will match all blank lines</ti> </tr> <tr> - <ti>/}^/</ti> + <ti>/}$/</ti> <ti>Will match any lines that ends with '}' (no spaces)</ti> </tr> <tr> - <ti>/} *^/</ti> + <ti>/} *$/</ti> <ti>Will match any line ending with '}' followed by zero or more spaces</ti> </tr> <tr>
