From fd9c0342503dd70838f2ecc75434d76349304079 Mon Sep 17 00:00:00 2001
From: Ulrich Müller
Date: Mon, 29 Apr 2024 18:28:46 +0200
Subject: Fix internal references
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Internal links referring to sections were broken by the previous
"Sentence case devmanual" commit.
Signed-off-by: Ulrich Müller
---
general-concepts/autotools/text.xml | 2 +-
general-concepts/dependencies/text.xml | 4 ++--
general-concepts/ebuild-revisions/text.xml | 4 ++--
general-concepts/manifest/text.xml | 2 +-
general-concepts/mirrors/text.xml | 3 ++-
general-concepts/sandbox/text.xml | 2 +-
general-concepts/slotting/text.xml | 4 ++--
general-concepts/tree/text.xml | 2 +-
8 files changed, 12 insertions(+), 11 deletions(-)
(limited to 'general-concepts')
diff --git a/general-concepts/autotools/text.xml b/general-concepts/autotools/text.xml
index 02a3554..39edb19 100644
--- a/general-concepts/autotools/text.xml
+++ b/general-concepts/autotools/text.xml
@@ -496,7 +496,7 @@ This is handled via the macro AC_SUBST(VARNAME) in configure.ac.
Sometimes, badly behaved Makefile.am files will override user variables such
as CFLAGS. This must not be allowed see
-.
+.
There are separate special variables which should be used in these situations
for setting CFLAGS. for example, a Makefile.am should use
AM_CFLAGS so that user preferences are not ignored.
diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml
index 29998cd..3201d91 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -74,7 +74,7 @@ distinctions still apply even if it isn't, strictly speaking, cross-compiling.
Build dependencies are used to specify any dependencies that are required
to unpack, patch, compile, test or install the package (but see
- for
+ for
exemptions).
@@ -382,7 +382,7 @@ DEPEND="qt5? ( ~dev-qt/qtcore-5.15.2:5 )
In EAPI=5 and higher, you can use slot operators appended to the package
name to declare whether or not your package should be rebuilt after the versions
satisfying its runtime dependencies are updated to versions with a different slot
-or sub-slot:
+or sub-slot:
diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml
index d363516..2c8531a 100644
--- a/general-concepts/ebuild-revisions/text.xml
+++ b/general-concepts/ebuild-revisions/text.xml
@@ -7,7 +7,7 @@
Ebuilds may have a Gentoo revision number associated with them. This is a
-rX suffix, where X is an integer see
-.
+.
This component must only be used for Gentoo changes, not upstream releases.
An ebuild with no explicit revision number has the implicit -r0
revision.
@@ -40,7 +40,7 @@ of thumb could be used as a guideline:
as such), then a new revision should be introduced and the old one
kept. If the package has stable keywords, the new revision should
be dropped to ~arch (see
- ).
+ ).
For any such revision bump, the new ebuild should be based
on the previous revision to ensure that fixes aren't dropped
accidentally.
diff --git a/general-concepts/manifest/text.xml b/general-concepts/manifest/text.xml
index 11ed7cb..eb0d700 100644
--- a/general-concepts/manifest/text.xml
+++ b/general-concepts/manifest/text.xml
@@ -70,7 +70,7 @@ longer matches the computed checksum of the fetched distfile.
Special care is also required with regard to
-
+
mirrors.