* [gentoo-commits] proj/devmanual:master commit in: general-concepts/slotting/, ebuild-writing/variables/, general-concepts/mirrors/, ...
@ 2020-02-16 15:23 Ulrich Müller
0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2020-02-16 15:23 UTC (permalink / raw
To: gentoo-commits
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 "example"
-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. "if foo is set, bar must be unset":
+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=">=sys-devel/jmake-2"
# @FUNCTION: jmake-configure
# @USAGE: [additional-args]
# @DESCRIPTION:
-# Passes all arguments through to the appropriate "jmake configure"
+# 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 "jmake build" command.
+# to the appropriate "jmake build" command.
jmake-build() {
jmake dep && 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="mirror"</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 "disable slotting entirely", and should not be used.
+slot means "disable slotting entirely", and should not be used.
</p>
<p>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-02-16 15:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-16 15:23 [gentoo-commits] proj/devmanual:master commit in: general-concepts/slotting/, ebuild-writing/variables/, general-concepts/mirrors/, Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox