* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/articles: l-sed2.xml
@ 2009-10-11 6:45 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-10-11 6:45 UTC (permalink / raw
To: gentoo-commits
nightmorph 09/10/11 06:45:53
Modified: l-sed2.xml
Log:
Update some dead URIs, patch from bug 288484. no revbump, since it's only fixing outdated URI links
Revision Changes Path
1.6 xml/htdocs/doc/en/articles/l-sed2.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml?r1=1.5&r2=1.6
Index: l-sed2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- l-sed2.xml 1 Jan 2006 11:25:54 -0000 1.5
+++ l-sed2.xml 11 Oct 2009 06:45:52 -0000 1.6
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.5 2006/01/01 11:25:54 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.6 2009/10/11 06:45:52 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/articles/l-sed2.xml" disclaimer="articles">
@@ -557,20 +557,17 @@
link="l-sed3.xml">Part 3</uri>.
</li>
<li>
- Check out Eric Pement's excellent <uri
- link="http://www.student.northpark.edu/pemente/sed/sedfaq.html">sed
- FAQ</uri>.
+ Check out Eric Pement's excellent <uri
+ link="http://sed.sourceforge.net/sedfaq.html">sed
+ FAQ</uri>.
</li>
<li>
- You can find the sources to sed 3.02 at
- <uri>ftp://ftp.gnu.org/pub/gnu/sed</uri>.
- </li>
- <li>
- You'll find the nice, new sed 3.02.80 at <uri>ftp://alpha.gnu.org</uri>.
+ You can find the sources to sed at
+ <uri>ftp://ftp.gnu.org/pub/gnu/sed</uri>.
</li>
<li>
Eric Pement also has a handy list of <uri
- link="http://www.student.northpark.edu/pemente/sed/sed1line.txt">sed
+ link="http://sed.sourceforge.net/sed1line.txt">sed
one-liners</uri> that any aspiring sed guru should definitely look at.
</li>
<li>
@@ -590,15 +587,16 @@
tutorial</uri>.
</li>
-->
- <li>
+<!-- Dead link
+ <li>
Brush up on <uri link="http://vision.eng.shu.ac.uk/C++/misc/regexp/">using
regular expressions</uri> to find and modify patterns in text in this free,
dW-exclusive tutorial.
</li>
+-->
</ul>
</body>
</section>
</chapter>
-
</guide>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/articles: l-sed2.xml
@ 2012-06-29 16:03 Sven Vermeulen (swift)
0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2012-06-29 16:03 UTC (permalink / raw
To: gentoo-commits
swift 12/06/29 16:03:35
Modified: l-sed2.xml
Log:
Fix bug #397687 - Spelling corrections in article, thanks to Christophe Lefebvre for the patch
Revision Changes Path
1.8 xml/htdocs/doc/en/articles/l-sed2.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml?r1=1.7&r2=1.8
Index: l-sed2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- l-sed2.xml 4 Sep 2011 17:53:41 -0000 1.7
+++ l-sed2.xml 29 Jun 2012 16:03:34 -0000 1.8
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.7 2011/09/04 17:53:41 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.8 2012/06/29 16:03:34 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide disclaimer="articles">
@@ -21,7 +21,7 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.2</version>
+<version>2</version>
<date>2005-10-09</date>
<chapter>
@@ -49,7 +49,7 @@
follows:
</p>
-<pre caption="Replacing all the occurences on every line">
+<pre caption="Replacing all the occurrences on every line">
$ <i>sed -e 's/foo/bar/g' myfile.txt</i>
</pre>
@@ -95,7 +95,7 @@
<path>/usr/local</path> with <path>/usr</path>:
</p>
-<pre caption="Replacing all the occurences of one string with another one">
+<pre caption="Replacing all the occurrences of one string with another one">
$ <i>sed -e 's:/usr/local:/usr:g' mylist.txt</i>
</pre>
@@ -115,7 +115,7 @@
Up until now, we've only performed simple string substitution. While this is
handy, we can also match a regular expression. For example, the following sed
command will match a phrase beginning with '<' and ending with '>', and
-containing any number of characters inbetween. This phrase will be deleted
+containing any number of characters in-between. This phrase will be deleted
(replaced with an empty string):
</p>
@@ -188,7 +188,7 @@
last position, as follows:
</p>
-<pre caption="Specifying a rangle of characters">
+<pre caption="Specifying a range of characters">
'[a-x]*'
</pre>
@@ -257,7 +257,7 @@
<p>
It's advantageous to use character classes whenever possible, because they adapt
-better to nonEnglish speaking locales (including accented characters when
+better to non-English speaking locales (including accented characters when
necessary, etc.).
</p>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-29 16:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29 16:03 [gentoo-commits] gentoo commit in xml/htdocs/doc/en/articles: l-sed2.xml Sven Vermeulen (swift)
-- strict thread matches above, loose matches on Subject: below --
2009-10-11 6:45 Joshua Saddler (nightmorph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox