* [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/using-eclasses/, general-concepts/package-maintainers/, ...
@ 2024-12-07 9:39 Ulrich Müller
0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2024-12-07 9:39 UTC (permalink / raw
To: gentoo-commits
commit: 78dd6dfee0156445ae4ecb601ad1d152c77b94ff
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 7 09:14:41 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 09:14:41 2024 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=78dd6dfe
Do not break lines within opening XML tags
As mandated by the DevBook XML guide. No text changes.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
appendices/common-problems/text.xml | 4 ++--
ebuild-writing/users-and-groups/text.xml | 10 +++++-----
ebuild-writing/using-eclasses/text.xml | 23 +++++++++++++----------
general-concepts/mirrors/text.xml | 4 ++--
general-concepts/package-maintainers/text.xml | 4 ++--
general-concepts/projects/text.xml | 4 ++--
general-concepts/sandbox/text.xml | 6 +++---
profiles/categories/text.xml | 4 ++--
tasks-reference/environment/text.xml | 4 ++--
9 files changed, 33 insertions(+), 30 deletions(-)
diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml
index f8fdad1..33556d4 100644
--- a/appendices/common-problems/text.xml
+++ b/appendices/common-problems/text.xml
@@ -130,8 +130,8 @@ inheritance occurring. Most commonly:
did not record inheritance.
</li>
<li>
- When working with eclasses in an overlay with a stale cache. See <uri
- link="::general-concepts/overlay/#Overlay and eclasses"/>.
+ When working with eclasses in an overlay with a stale cache.
+ See <uri link="::general-concepts/overlay/#Overlay and eclasses"/>.
</li>
<li>
When working with a stale Portage cache.
diff --git a/ebuild-writing/users-and-groups/text.xml b/ebuild-writing/users-and-groups/text.xml
index 56914e0..e149045 100644
--- a/ebuild-writing/users-and-groups/text.xml
+++ b/ebuild-writing/users-and-groups/text.xml
@@ -5,11 +5,11 @@
<body>
<p>
-Creating users and groups is governed by <uri
-link="https://gentoo.org/glep/glep-0081.html">GLEP 81</uri>. It is implemented
-via <c>acct-user</c> and <c>acct-group</c> eclasses. New users and groups
-are created as packages respectively in <c>acct-user</c> and <c>acct-group</c>
-categories.
+Creating users and groups is governed by
+<uri link="https://gentoo.org/glep/glep-0081.html">GLEP 81</uri>. It is
+implemented via <c>acct-user</c> and <c>acct-group</c> eclasses. New users
+and groups are created as packages respectively in <c>acct-user</c> and
+<c>acct-group</c> categories.
</p>
<p>
diff --git a/ebuild-writing/using-eclasses/text.xml b/ebuild-writing/using-eclasses/text.xml
index 87b2c73..156c2f1 100644
--- a/ebuild-writing/using-eclasses/text.xml
+++ b/ebuild-writing/using-eclasses/text.xml
@@ -5,11 +5,12 @@
<body>
<p>
-An eclass is a collection (library) of functions or functionality that is shared
-between packages. See <uri link="::eclass-writing/" /> for the full story on what
-eclasses can do, how they work and how to write them, and <uri link="::eclass-reference/"/>
-for documentation on various commonly used eclasses. This section only explains
-how to use an eclass which has already been written.
+An eclass is a collection (library) of functions or functionality that is
+shared between packages. See <uri link="::eclass-writing/"/> for the full story
+on what eclasses can do, how they work and how to write them, and
+<uri link="::eclass-reference/"/> for documentation on various commonly used
+eclasses. This section only explains how to use an eclass which has already
+been written.
</p>
</body>
@@ -87,11 +88,13 @@ Note the <c>inherit</c> immediately after the header.
</p>
<p>
-The <c>autotools</c> eclass (see <uri link="::eclass-reference/autotools.eclass/"/>) is needed to get the
-<c>eautoreconf</c> function. The <c>flag-o-matic</c> eclass (see <uri
-link="::eclass-reference/flag-o-matic.eclass/"/>) is needed for <c>replace-flags</c>, and
-the <c>bash-completion-r1</c> eclass (<uri link="::eclass-reference/bash-completion-r1.eclass/"/>) is used
-to handle the bash completion file via <c>dobashcomp</c>.
+The <c>autotools</c> eclass
+(see <uri link="::eclass-reference/autotools.eclass/"/>) is needed to get the
+<c>eautoreconf</c> function. The <c>flag-o-matic</c> eclass
+(see <uri link="::eclass-reference/flag-o-matic.eclass/"/>) is needed for
+<c>replace-flags</c>, and the <c>bash-completion-r1</c> eclass
+(<uri link="::eclass-reference/bash-completion-r1.eclass/"/>) is used to handle
+the bash completion file via <c>dobashcomp</c>.
</p>
</body>
diff --git a/general-concepts/mirrors/text.xml b/general-concepts/mirrors/text.xml
index e61bf44..7e6c3cc 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -75,8 +75,8 @@ with care, see
</p>
<p>
-More general information about the internals of mirroring can be found on <uri
-link="https://wiki.gentoo.org/wiki/Project:Infrastructure/Mirrors/Distfile_Mirroring_System">
+More general information about the internals of mirroring can be found on
+<uri link="https://wiki.gentoo.org/wiki/Project:Infrastructure/Mirrors/Distfile_Mirroring_System">
Infrastructure project's Distfile Mirroring System page</uri>.
</p>
</body>
diff --git a/general-concepts/package-maintainers/text.xml b/general-concepts/package-maintainers/text.xml
index fb01fd6..be5c5a0 100644
--- a/general-concepts/package-maintainers/text.xml
+++ b/general-concepts/package-maintainers/text.xml
@@ -8,8 +8,8 @@
Package maintainers are responsible for ebuild maintenance tasks <d/>
bumping ebuilds to new upstream releases, updating them as necessary
with regards to policies, replying to bugs, etc. The maintainers
-of a package are listed in the package's <uri
-link="::ebuild-writing/misc-files/metadata/">metadata.xml</uri> file.
+of a package are listed in the package's
+<uri link="::ebuild-writing/misc-files/metadata/">metadata.xml</uri> file.
When assigning bugs, the first maintainer listed becomes the bug's
assignee and the remaining maintainers are added to CC, unless stated
otherwise in the metadata.
diff --git a/general-concepts/projects/text.xml b/general-concepts/projects/text.xml
index 049cd24..2fd7017 100644
--- a/general-concepts/projects/text.xml
+++ b/general-concepts/projects/text.xml
@@ -40,8 +40,8 @@ project. There are two procedures involved in starting a new project:
<ol>
<li>
- Create a new project page <uri
- link="https://wiki.gentoo.org/wiki/Gentoo_Wiki:Developer_Central/Project_pages">
+ Create a new project page
+ <uri link="https://wiki.gentoo.org/wiki/Gentoo_Wiki:Developer_Central/Project_pages">
through the wiki</uri>.
</li>
<li>
diff --git a/general-concepts/sandbox/text.xml b/general-concepts/sandbox/text.xml
index 0ed1dd6..22e864c 100644
--- a/general-concepts/sandbox/text.xml
+++ b/general-concepts/sandbox/text.xml
@@ -21,9 +21,9 @@ generally <b>not</b> the correct solution.
<p>
See <uri link="::function-reference/sandbox-functions/"/> for details on
-sandbox-related functions. See <uri
-link="::appendices/common-problems/#Handling access violations"/> for suggestions
-on fixing sandbox-related build problems.
+sandbox-related functions.
+See <uri link="::appendices/common-problems/#Handling access violations"/>
+for suggestions on fixing sandbox-related build problems.
</p>
</body>
diff --git a/profiles/categories/text.xml b/profiles/categories/text.xml
index e8dd5f4..465830c 100644
--- a/profiles/categories/text.xml
+++ b/profiles/categories/text.xml
@@ -15,8 +15,8 @@ Please consult the gentoo-dev mailing list before adding a new category.
</p>
<p>
-The <c>categories</c> file is a straight list. For descriptions, see <uri
-link="::ebuild-writing/misc-files/metadata/#Category metadata"/>.
+The <c>categories</c> file is a straight list. For descriptions, see
+<uri link="::ebuild-writing/misc-files/metadata/#Category metadata"/>.
</p>
</body>
diff --git a/tasks-reference/environment/text.xml b/tasks-reference/environment/text.xml
index b06f381..075abc0 100644
--- a/tasks-reference/environment/text.xml
+++ b/tasks-reference/environment/text.xml
@@ -22,8 +22,8 @@ should be a series of lines in the form <c>VARIABLE="the value"</c>.
</p>
<p>
-There is further discussion in the <uri
-link="https://wiki.gentoo.org/wiki/Handbook:X86/Working/EnvVar">
+There is further discussion in the
+<uri link="https://wiki.gentoo.org/wiki/Handbook:X86/Working/EnvVar">
Environment Variables section</uri>.
</p>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-07 9:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07 9:39 [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/using-eclasses/, general-concepts/package-maintainers/, 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