Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: l-sed1.xml
Date: Mon, 02 Jan 2012 18:48:35
Message-Id: 20120102184814.302E92004B@flycatcher.gentoo.org
1 nightmorph 12/01/02 18:48:14
2
3 Modified: l-sed1.xml
4 Log:
5 update links and typos, patch from christophe on bug #396445
6
7 Revision Changes Path
8 1.11 xml/htdocs/doc/en/articles/l-sed1.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?r1=1.10&r2=1.11
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.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- l-sed1.xml 4 Sep 2011 17:53:41 -0000 1.10
21 +++ l-sed1.xml 2 Jan 2012 18:48:14 -0000 1.11
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.10 2011/09/04 17:53:41 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.11 2012/01/02 18:48:14 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide disclaimer="articles">
29 @@ -21,8 +21,8 @@
30 version of the original article, and contains various improvements made by the
31 Gentoo Linux Documentation team -->
32
33 -<version>1.5</version>
34 -<date>2010-05-14</date>
35 +<version>2</version>
36 +<date>2012-01-02</date>
37
38 <chapter>
39 <title>Get to know the powerful UNIX editor</title>
40 @@ -209,7 +209,7 @@
41 delete lines 1-10 of the output:
42 </p>
43
44 -<pre caption="Specifying an adress range">
45 +<pre caption="Specifying an address range">
46 $ <i>sed -e '1,10d' /etc/services | more</i>
47 </pre>
48
49 @@ -524,7 +524,7 @@
50 </li>
51 <li>
52 Refer to an <uri
53 - link="http://www.uky.edu/ArtsSciences/Classics/regex.html">overview of
54 + link="http://as-houston.as.uky.edu/archive/Classics/regex.html">overview of
55 regular expressions</uri> from the University of Kentucky.
56 </li>
57 </ul>