aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-05-17 20:05:24 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-05-17 20:05:24 +0000
commite48794e7026ab03a862d419c695b5df4a3c09422 (patch)
treec4b6914237fa078c935fc53f767c82e68475ccac /tools-reference
parentThese should be commas, not periods (diff)
downloaddevmanual-e48794e7026ab03a862d419c695b5df4a3c09422.tar.gz
devmanual-e48794e7026ab03a862d419c695b5df4a3c09422.tar.bz2
devmanual-e48794e7026ab03a862d419c695b5df4a3c09422.zip
Lets not interject opinion
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@48 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'tools-reference')
-rw-r--r--tools-reference/sed/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-reference/sed/text.xml b/tools-reference/sed/text.xml
index c07254d..166370c 100644
--- a/tools-reference/sed/text.xml
+++ b/tools-reference/sed/text.xml
@@ -863,7 +863,7 @@ longest of the leftmost counting options.
</p>
<p>
-Most of this is in violation of one of the sillier POSIX rules, so it's best not
+Most of this is in violation of strict POSIX compliance, so it's best not
to rely upon it. It <e>is</e> safe to assume that <c>sed</c> will always pick the leftmost
match, and that it will match greedily with priority given to items earlier in
the pattern.