Skip to content

Commit

Permalink
More sentence case changes
Browse files Browse the repository at this point in the history
Apparently these have been missed previously.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
  • Loading branch information
ulm committed May 7, 2024
1 parent fd9c034 commit fe83e87
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions appendices/contributors/text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This page lists the contributions to the Gentoo Development Guide:

<authors>
<author name="Ciaran McCreesh" email="ciaran.mccreesh@blueyonder.co.uk">
Main Content
Main content
</author>
<author name="Grant Goodyear" email="g2boojum@gentoo.org">
<uri link="::tools-reference/cat/#Here documents"/>
Expand Down Expand Up @@ -50,10 +50,10 @@ This page lists the contributions to the Gentoo Development Guide:
<uri link="::archs/ppc/"/>
</author>
<author name="Ursula Maplehurst" email="plasm@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="halcy0n@gentoo.org">
XSL Stylesheets, previous maintainer
XSL stylesheets, previous maintainer
</author>
<author name="Petteri Räty" email="betelgeuse@gentoo.org">
<uri link="::ebuild-writing/"/>,
Expand All @@ -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="mpagano@gentoo.org">
<uri link="::general-concepts/news/"/>
Expand Down
6 changes: 3 additions & 3 deletions bin/gen-eclass-html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions ebuild-writing/common-mistakes/text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion ebuild-writing/misc-files/metadata/text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion general-concepts/use-flags/text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion profiles/categories/text.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion profiles/use.desc/text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fe83e87

Please sign in to comment.