summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-05-07 19:28:42 +0200
committerUlrich Müller <ulm@gentoo.org>2024-05-08 20:11:59 +0200
commite1251fe69eac1e01c3915ae289b9ba73e8cc7413 (patch)
tree9ec42b5dea26714c733f186bafdebe2a4c008561 /ebuild-environment.tex
parentebuild-env-vars.tex: Be more specific about REPLACING_VERSIONS phases (diff)
downloadpms-e1251fe69eac1e01c3915ae289b9ba73e8cc7413.tar.gz
pms-e1251fe69eac1e01c3915ae289b9ba73e8cc7413.tar.bz2
pms-e1251fe69eac1e01c3915ae289b9ba73e8cc7413.zip
Use sentence case throughout
Subsection headings were already changed from title case to sentence case in commit ca463ce. This left chapter and section headings alone, which is inconsistent (although it is specified by some style guides like APA). This commit changes headings to sentence case throughout, following most other Gentoo documentation, e.g. wiki and devmanual. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-environment.tex')
-rw-r--r--ebuild-environment.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-environment.tex b/ebuild-environment.tex
index 8093f1e..06e197d 100644
--- a/ebuild-environment.tex
+++ b/ebuild-environment.tex
@@ -1,8 +1,8 @@
-\chapter{The Ebuild Environment}
+\chapter{The ebuild environment}
\input{ebuild-env-vars.tex}
-\section{The State of Variables Between Functions}
+\section{The state of variables between functions}
\label{sec:ebuild-env-state}
Exported and default scope variables are saved between functions. A non-local variable set in a
@@ -55,7 +55,7 @@ src_install(){
\end{verbatim}
\end{listing}
-\section{The State of the System Between Functions}
+\section{The state of the system between functions}
For the sake of this section:
\nobreakpar