summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-04-14 10:21:27 +0200
committerUlrich Müller <ulm@gentoo.org>2017-04-16 12:18:17 +0200
commitca463ce502ee81bfbfb2e9afe63895faad1379fc (patch)
treeb5223e82faf2270901d217ad3a44625e3048a88c /eclasses.tex
parentpkg-mgr-commands: dohard, both paths are relative to D/ED (diff)
downloadpms-ca463ce502ee81bfbfb2e9afe63895faad1379fc.tar.gz
pms-ca463ce502ee81bfbfb2e9afe63895faad1379fc.tar.bz2
pms-ca463ce502ee81bfbfb2e9afe63895faad1379fc.zip
More consistent capitalisation of headings.eapi-6-approved-2017-04-29
Use title case for first and second level headings (i.e., \chapter and \section in the main text, \section and \subsection in the EAPI cheat sheet); use sentence case everywhere else. https://archives.gentoo.org/gentoo-pms/message/cef75e03f1a3b692281a5b79065dc2b6
Diffstat (limited to 'eclasses.tex')
-rw-r--r--eclasses.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclasses.tex b/eclasses.tex
index 51c9a83..7569caf 100644
--- a/eclasses.tex
+++ b/eclasses.tex
@@ -11,7 +11,7 @@ Eclasses must be located in the \t{eclass} directory in the top level of the rep
section~\ref{sec:eclass-dir}. Each eclass is a single file named \t{<name>.eclass}, where \t{<name>} is
the name of this eclass, used by \t{inherit} and \t{EXPORT\_FUNCTIONS} among other places.
-\section{The inherit command}
+\section{The inherit Command}
\label{sec:inherit}
An ebuild wishing to make use of an eclass does so by using the \t{inherit} command in global scope.