From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rhmvy-0001x3-Hb for garchives@archives.gentoo.org; Mon, 02 Jan 2012 18:48:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B025721C3B7; Mon, 2 Jan 2012 18:48:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 78C4F21C3B7 for ; Mon, 2 Jan 2012 18:48:16 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E8EF1B402A for ; Mon, 2 Jan 2012 18:48:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id 302E92004B; Mon, 2 Jan 2012 18:48:14 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: l-sed1.xml X-VCS-Repository: gentoo X-VCS-Files: l-sed1.xml X-VCS-Directories: xml/htdocs/doc/en/articles X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20120102184814.302E92004B@flycatcher.gentoo.org> Date: Mon, 2 Jan 2012 18:48:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 672d7e80-39da-4621-8d14-a8854db55ab1 X-Archives-Hash: 782daf1c16550ed91547d32b3ee32575 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/arti= cles/l-sed1.xml?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/arti= cles/l-sed1.xml?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/arti= cles/l-sed1.xml?r1=3D1.10&r2=3D1.11 Index: l-sed1.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ - + =20 @@ -21,8 +21,8 @@ version of the original article, and contains various improvements made = by the Gentoo Linux Documentation team --> =20 -1.5 -2010-05-14 +2 +2012-01-02 =20 Get to know the powerful UNIX editor @@ -209,7 +209,7 @@ delete lines 1-10 of the output:

=20 -
+
 $ sed -e '1,10d' /etc/services | more
 
=20 @@ -524,7 +524,7 @@
  • Refer to an overvie= w of + link=3D"http://as-houston.as.uky.edu/archive/Classics/regex.html">ov= erview of regular expressions from the University of Kentucky.