Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
nightmorph 12/01/02 18:48:14
Modified: l-sed1.xml
Log:
update links and typos, patch from christophe on bug #396445
Revision Changes Path
1.11 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.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?r1=1.10&r2=1.11
Index: l-sed1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- l-sed1.xml 4 Sep 2011 17:53:41 -0000 1.10
+++ l-sed1.xml 2 Jan 2012 18:48:14 -0000 1.11
@@ -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.10 2011/09/04 17:53:41 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.11 2012/01/02 18:48:14 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide disclaimer="articles">
@@ -21,8 +21,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.5</version>
-<date>2010-05-14</date>
+<version>2</version>
+<date>2012-01-02</date>
<chapter>
<title>Get to know the powerful UNIX editor</title>
@@ -209,7 +209,7 @@
delete lines 1-10 of the output:
</p>
-<pre caption="Specifying an adress range">
+<pre caption="Specifying an address range">
$ <i>sed -e '1,10d' /etc/services | more</i>
</pre>
@@ -524,7 +524,7 @@
</li>
<li>
Refer to an <uri
- link="http://www.uky.edu/ArtsSciences/Classics/regex.html">overview of
+ link="http://as-houston.as.uky.edu/archive/Classics/regex.html">overview of
regular expressions</uri> from the University of Kentucky.
</li>
</ul>
|
|