aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-04-07 11:33:55 +0200
committerUlrich Müller <ulm@gentoo.org>2020-04-07 11:33:55 +0200
commitd597abebdc99a7bc771bed0dd011fe45ce382bcc (patch)
tree8d322d364013d8fadaee843b1209e4922dbb42b9 /tools-reference
parentebuild-writing/eapi: Reformat the lists. (diff)
downloaddevmanual-d597abebdc99a7bc771bed0dd011fe45ce382bcc.tar.gz
devmanual-d597abebdc99a7bc771bed0dd011fe45ce382bcc.tar.bz2
devmanual-d597abebdc99a7bc771bed0dd011fe45ce382bcc.zip
Remove unnecessary quotation marks.
According to the style guide. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'tools-reference')
-rw-r--r--tools-reference/sed/text.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools-reference/sed/text.xml b/tools-reference/sed/text.xml
index 5f60828..aac3524 100644
--- a/tools-reference/sed/text.xml
+++ b/tools-reference/sed/text.xml
@@ -108,8 +108,8 @@ The term <e>pattern</e> refers to the description of text being matched.
<body>
<p>
-The most common form of <c>sed</c> is to replace all instances of <c>"some text"</c>
-with <c>"different content"</c>. This is done as follows:
+The most common form of <c>sed</c> is to replace all instances of
+<c>some text</c> with <c>different content</c>. This is done as follows:
</p>
<codesample lang="ebuild">
@@ -125,8 +125,8 @@ flag, only the first match on each line is replaced.
</note>
<warning>
-The above will replace <c>"irksome texting"</c> with
-<c>"irkdifferent contenting"</c>, which may not be desired.
+The above will replace <c>irksome texting</c> with
+<c>irkdifferent contenting</c>, which may not be desired.
</warning>
<p>