commit:     ea4837efc22d538eff82af74244333c220c11a21
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 15:22:17 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 15:22:17 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ea4837ef

Remove unnecessary escaping of quotes.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ebuild-writing/variables/text.xml  | 6 +++---
 eclass-writing/text.xml            | 4 ++--
 general-concepts/mirrors/text.xml  | 2 +-
 general-concepts/slotting/text.xml | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index b0c15d9..6266a68 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -448,8 +448,7 @@ pseudo-protocol.
 </p>
 
 <p>
-One might define a set of &quot;example&quot;
-mirrors,
+One might define a set of "example" mirrors,
 </p>
 
 <!--
@@ -755,7 +754,8 @@ to be matched, a USE flag in a terminal element must be 
enabled
 
 <p>
 Essentially, <c>REQUIRED_USE</c> is an analogue of <c>DEPEND</c> style syntax.
-For example, to state that some combination is forbidden, i.e. &quot;if foo is 
set, bar must be unset&quot;:
+For example, to state that some combination is forbidden, i.e. "if foo is set,
+bar must be unset":
 </p>
 
 <codesample lang="ebuild">

diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 8656966..d5fcc8d 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -718,7 +718,7 @@ DEPEND="&gt;=sys-devel/jmake-2"
 # @FUNCTION: jmake-configure
 # @USAGE: [additional-args]
 # @DESCRIPTION:
-# Passes all arguments through to the appropriate &quot;jmake configure&quot;
+# Passes all arguments through to the appropriate "jmake configure"
 # command.
 jmake-configure() {
        jmake configure --prefix=/usr "$@"
@@ -728,7 +728,7 @@ jmake-configure() {
 # @USAGE: [additional-args]
 # @DESCRIPTION:
 # First builds all dependencies, and then passes through its arguments
-# to the appropriate &quot;jmake build&quot; command.
+# to the appropriate "jmake build" command.
 jmake-build() {
        jmake dep &amp;&amp; jmake build "$@"
 }

diff --git a/general-concepts/mirrors/text.xml 
b/general-concepts/mirrors/text.xml
index 409ff57..0d67e6a 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -29,7 +29,7 @@ Three <c>RESTRICT</c> keywords can be used to control the 
mirroring process.
 </p>
 
 <p>
-The <c>RESTRICT=&quot;mirror&quot;</c> setting should be used if we cannot 
legally mirror
+The <c>RESTRICT="mirror"</c> setting should be used if we cannot legally mirror
 certain files; files will still be downloaded from the original locations.
 </p>
 

diff --git a/general-concepts/slotting/text.xml 
b/general-concepts/slotting/text.xml
index 652b444..d1ba524 100644
--- a/general-concepts/slotting/text.xml
+++ b/general-concepts/slotting/text.xml
@@ -15,7 +15,7 @@ parallel. This feature is called slotting.
 Most packages have no need for slotting. These packages specify 
<c>SLOT="0"</c> in
 the ebuilds. This is <b>not</b> the same as specifying an empty slot
 (<c>SLOT=""</c>) <d/> an empty
-slot means &quot;disable slotting entirely&quot;, and should not be used.
+slot means "disable slotting entirely", and should not be used.
 </p>
 
 <p>

Reply via email to