diff options
author | Matthew Marchese <maffblaster@gentoo.org> | 2023-12-21 04:17:53 -0800 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-05-07 19:16:52 +0200 |
commit | fb8f7e599d39a1f4f7b1250e8ae64a7feac742e7 (patch) | |
tree | 0271324d8aed1987cc6281fa0d6233aaa97b4b6e /quickstart | |
parent | ebuild-writing/functions/src_prepare/eapply: fix typo (diff) | |
download | devmanual-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 'quickstart')
-rw-r--r-- | quickstart/text.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml index f493f44..f311ad9 100644 --- a/quickstart/text.xml +++ b/quickstart/text.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <guide self="quickstart/"> <chapter> -<title>Quickstart Ebuild Guide</title> +<title>Quickstart ebuild guide</title> <body> <p> @@ -25,7 +25,7 @@ have had several parts chopped out, changed and simplified. </body> <section> -<title>First Ebuild</title> +<title>First ebuild</title> <body> <p> @@ -61,7 +61,7 @@ src_install() { </body> <subsection> -<title>Basic Format</title> +<title>Basic format</title> <body> <p> @@ -81,7 +81,7 @@ See <uri link="::ebuild-writing/file-format/"/>. </subsection> <subsection> -<title>Information Variables</title> +<title>Information variables</title> <body> <p> @@ -132,7 +132,7 @@ See <uri link="::keywording/"/> for details. </subsection> <subsection> -<title>Build Functions</title> +<title>Build functions</title> <body> <p> @@ -189,7 +189,7 @@ failed. </section> <section> -<title>Ebuild with Dependencies</title> +<title>Ebuild with dependencies</title> <body> <p> @@ -255,7 +255,7 @@ for some more complex examples. </section> <section> -<title>Ebuild with Patches</title> +<title>Ebuild with patches</title> <body> <p> @@ -313,7 +313,7 @@ that <c>eapply_user</c> is called. </section> <section> -<title>Ebuild with USE Flags</title> +<title>Ebuild with USE flags</title> <body> <p> |