Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH 1/3] Avoid underscore character in label.
Date: Sat, 13 May 2017 12:15:01
Message-Id: 22806.63678.899653.2067@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-pms] [PATCH 0/3] Use simple underscores by "Ulrich Müller"
1 ---
2 ebuild-env-vars.tex | 2 +-
3 pkg-mgr-commands.tex | 4 ++--
4 2 files changed, 3 insertions(+), 3 deletions(-)
5
6 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
7 index ae47aea..82ab4cf 100644
8 --- a/ebuild-env-vars.tex
9 +++ b/ebuild-env-vars.tex
10 @@ -19,7 +19,7 @@ variable.
11 \setlength{\LTleft}{25mm plus 1fil}
12 \setlength{\LTright}{0pt plus 1fil}
13 \begin{longtable}{!{\extracolsep{\fill}} l P{7.5em} l p{0.5\linewidth}}
14 -\caption{Defined variables\label{tab:defined_vars}}\\
15 +\caption{Defined variables\label{tab:defined-vars}}\\
16 \toprule
17 \multicolumn{1}{c}{\b{Variable}} &
18 \multicolumn{1}{c}{\b{Legal in}} &
19 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
20 index 1b3641a..74197aa 100644
21 --- a/pkg-mgr-commands.tex
22 +++ b/pkg-mgr-commands.tex
23 @@ -287,7 +287,7 @@ current phase function has returned.
24 \end{centertable}
25
26 Note that the \t{\$\{EPREFIX\}} component represents the same offset-prefix as described in
27 - Table~\ref{tab:defined_vars}. It facilitates offset-prefix installations which is supported by
28 + Table~\ref{tab:defined-vars}. It facilitates offset-prefix installations which is supported by
29 EAPIs listed in Table~\ref{tab:offset-env-vars-table}. When no offset-prefix installation is in
30 effect, \t{EPREFIX} becomes the empty string, making the behaviour of \t{econf} equal for both
31 offset-prefix supporting and agnostic EAPIs.
32 @@ -328,7 +328,7 @@ current phase function has returned.
33 In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as per
34 section~\ref{sec:banned-commands}.
35
36 - The variable \t{ED} is defined as in Table~\ref{tab:defined_vars} and depends on the use of an
37 + The variable \t{ED} is defined as in Table~\ref{tab:defined-vars} and depends on the use of an
38 offset-prefix. When such offset-prefix is absent, \t{ED} is equivalent to \t{D}\@. \t{ED} is
39 always available in EAPIs that support offset-prefix installations as listed in
40 Table~\ref{tab:offset-env-vars-table}, hence EAPIs lacking offset-prefix support should use
41 --
42 2.13.0