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 Apr 29, 2024
1 parent 632f50c commit 61e5799
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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 61e5799

Please sign in to comment.