aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2023-12-21 04:17:53 -0800
committerUlrich Müller <ulm@gentoo.org>2024-05-07 19:16:52 +0200
commitfb8f7e599d39a1f4f7b1250e8ae64a7feac742e7 (patch)
tree0271324d8aed1987cc6281fa0d6233aaa97b4b6e /appendices/common-problems
parentebuild-writing/functions/src_prepare/eapply: fix typo (diff)
downloaddevmanual-fb8f7e599d39a1f4f7b1250e8ae64a7feac742e7.tar.gz
devmanual-fb8f7e599d39a1f4f7b1250e8ae64a7feac742e7.tar.bz2
devmanual-fb8f7e599d39a1f4f7b1250e8ae64a7feac742e7.zip
Sentence case devmanual
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org> [Whitespace. Fix rebase artifact in ebuild-writing/functions/src_test.] Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'appendices/common-problems')
-rw-r--r--appendices/common-problems/text.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml
index 87c21bb..84bb610 100644
--- a/appendices/common-problems/text.xml
+++ b/appendices/common-problems/text.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<guide self="appendices/common-problems/">
<chapter>
-<title>Common Problems</title>
+<title>Common problems</title>
<body>
<p>
@@ -11,7 +11,7 @@ and QA notices.
</body>
<section>
-<title>Handling QA Notices</title>
+<title>Handling QA notices</title>
<body>
<p>
@@ -28,7 +28,7 @@ covered here.
</body>
<subsection>
-<title>QA Notice: USE Flag foo not in IUSE</title>
+<title>QA notice: USE flag foo not in IUSE</title>
<body>
<p>
@@ -42,7 +42,7 @@ See <uri link="::ebuild-writing/variables/#IUSE"/> and
</subsection>
<subsection>
-<title>QA Notice: foo in global scope</title>
+<title>QA notice: foo in global scope</title>
<body>
<p>
@@ -86,7 +86,7 @@ in use, there are various alternatives:
</subsection>
<subsection>
-<title>QA Notice: foo is setXid, dynamically linked and using lazy bindings</title>
+<title>QA notice: foo is setXid, dynamically linked and using lazy bindings</title>
<body>
<p>
@@ -110,7 +110,7 @@ for security reasons. If this message is shown, you have a couple of options:
</subsection>
<subsection>
-<title>QA Notice: ECLASS foo inherited illegally</title>
+<title>QA notice: ECLASS foo inherited illegally</title>
<body>
<p>
@@ -150,7 +150,7 @@ you see this notice locally. If you see this notice when working with a pure
</section>
<section>
-<title>Handling Access Violations</title>
+<title>Handling access violations</title>
<body>
<p>