summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-02-01 19:12:48 +0100
committerUlrich Müller <ulm@gentoo.org>2023-02-01 19:12:48 +0100
commitc5a07aa426d0536f6ff9387af471105ebb0ba96e (patch)
tree0818a7dd7810078a3c7d47546d171122b471f340 /ebuild-environment.tex
parentebuild-env-vars.tex: Fix indentation of list (diff)
downloadpms-c5a07aa426d0536f6ff9387af471105ebb0ba96e.tar.gz
pms-c5a07aa426d0536f6ff9387af471105ebb0ba96e.tar.bz2
pms-c5a07aa426d0536f6ff9387af471105ebb0ba96e.zip
Reference sections by "section 11.2" rather than "11.2"
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 b9f3622..8093f1e 100644
--- a/ebuild-environment.tex
+++ b/ebuild-environment.tex
@@ -16,9 +16,9 @@ Variables that were exported must remain exported in later functions; variables
visibility may retain default visibility or be exported. Variables with special meanings to the
package manager are excluded from this rule.
-Global variables must only contain invariant values (see~\ref{sec:metadata-invariance}). If a global
-variable's value is invariant, it may have the value that would be generated at any given point
-in the build sequence.
+Global variables must only contain invariant values (see section~\ref{sec:metadata-invariance}).
+If a global variable's value is invariant, it may have the value that would be generated at any
+given point in the build sequence.
This is demonstrated by code listing~\ref{lst:env-saving}.