commit:     fe83e878973e099e915891041bd7ab7846915f9e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 16:44:57 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May  7 17:16:54 2024 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=fe83e878

More sentence case changes

Apparently these have been missed previously.

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

 appendices/contributors/text.xml            | 8 ++++----
 bin/gen-eclass-html.sh                      | 6 +++---
 ebuild-writing/common-mistakes/text.xml     | 4 ++--
 ebuild-writing/misc-files/metadata/text.xml | 2 +-
 general-concepts/use-flags/text.xml         | 2 +-
 profiles/categories/text.xml                | 2 +-
 profiles/use.desc/text.xml                  | 2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index da7fe3b..5ac92b7 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -10,7 +10,7 @@ This page lists the contributions to the Gentoo Development 
Guide:
 
 <authors>
 <author name="Ciaran McCreesh" email="ciaran.mccre...@blueyonder.co.uk">
-  Main Content
+  Main content
 </author>
 <author name="Grant Goodyear" email="g2boo...@gentoo.org">
   <uri link="::tools-reference/cat/#Here documents"/>
@@ -50,10 +50,10 @@ This page lists the contributions to the Gentoo Development 
Guide:
   <uri link="::archs/ppc/"/>
 </author>
 <author name="Ursula Maplehurst" email="pl...@roo.me.uk">
-  Previous maintainer (XSL Stylesheets, legacy Developer Handbook content)
+  Previous maintainer (XSL stylesheets, legacy Developer Handbook content)
 </author>
 <author name="Mark Loeser" email="halc...@gentoo.org">
-  XSL Stylesheets, previous maintainer
+  XSL stylesheets, previous maintainer
 </author>
 <author name="Petteri Räty" email="betelge...@gentoo.org">
 <uri link="::ebuild-writing/"/>,
@@ -68,7 +68,7 @@ Misc
   <uri link="::ebuild-maintenance/"/>,
   <uri link="::appendices/editor-configuration/emacs/"/>,
   <uri link="::appendices/devbook-guide/"/>,
-  DTD, XSL stylesheet, eclass conversion
+  DTD, XSL stylesheets, eclass conversion
 </author>
 <author name="Mike Pagano" email="mpag...@gentoo.org">
   <uri link="::general-concepts/news/"/>

diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index 2d40cb6..cdd5244 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -51,8 +51,8 @@ IFS='' read -r -d '' HEADER << 'EOF'
 </div></div></nav>
 <div class="container"><div class="row"><div class="col-md010">
 <ol class="breadcrumb">
-<li><a href="../../index.html">Master Index</a></li>
-<li><a href="../index.html">Eclass Reference</a></li>
+<li><a href="../../index.html">Master index</a></li>
+<li><a href="../index.html">Eclass reference</a></li>
 </ol>
 </div></div></div>
 </header>
@@ -171,7 +171,7 @@ cat << 'EOF' > "${OUTPUTDIR}"/text.xml || exit 1
 <?xml version="1.0" encoding="UTF-8"?>
 <guide self="eclass-reference/">
 <chapter>
-<title>Eclass Reference</title>
+<title>Eclass reference</title>
 <body>
 
 <p>

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index 5db3973..134990c 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -442,12 +442,12 @@ HTTPS support for the site used in <c>HOMEPAGE</c>.
 </body>
 </subsection>
 <subsection>
-<title>Wrongfully used spaces instead of TABS</title>
+<title>Wrongfully used spaces instead of TABs</title>
 <body>
 
 <p>
 It is no fun reformatting lines of ebuilds because the submitter did not follow
-the guidelines to use TABS rather than spaces. So <e>please</e> use tabs!
+the guidelines to use TABs rather than spaces. So <e>please</e> use TABs!
 </p>
 
 </body>

diff --git a/ebuild-writing/misc-files/metadata/text.xml 
b/ebuild-writing/misc-files/metadata/text.xml
index 04a4164..4d549f4 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -625,7 +625,7 @@ specified in the <c>&lt;subslots&gt;</c> tag.
 </subsubsection>
 </subsection>
 <subsection>
-<title>Maintainer-Needed</title>
+<title>Maintainer-needed</title>
 <body>
 
 <p>

diff --git a/general-concepts/use-flags/text.xml 
b/general-concepts/use-flags/text.xml
index 6a32e61..2b893df 100644
--- a/general-concepts/use-flags/text.xml
+++ b/general-concepts/use-flags/text.xml
@@ -237,7 +237,7 @@ IUSE="+bar foo"
 </section>
 
 <section>
-<title>Local and Global USE Flags</title>
+<title>Local and global USE flags</title>
 <body>
 
 <p>

diff --git a/profiles/categories/text.xml b/profiles/categories/text.xml
index c6bfa49..81079b2 100644
--- a/profiles/categories/text.xml
+++ b/profiles/categories/text.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <guide self="profiles/categories/">
 <chapter>
-<title>Profiles <c>categories</c> File</title>
+<title>Profiles <c>categories</c> file</title>
 
 <body>
 <p>

diff --git a/profiles/use.desc/text.xml b/profiles/use.desc/text.xml
index 3ea5f65..0a4e9a3 100644
--- a/profiles/use.desc/text.xml
+++ b/profiles/use.desc/text.xml
@@ -26,7 +26,7 @@ so you must never edit it directly.
 Having a small number of packages using identically named local <c>USE</c> 
flags is
 allowed. If the number starts to grow substantially, it may be worth proposing
 that the flag becomes a global <d /> see
-<uri link="::general-concepts/use-flags/#Local and Global USE Flags"/>.
+<uri link="::general-concepts/use-flags/#Local and global USE flags"/>.
 </p>
 
 <p>

Reply via email to