commit:     7b3872ff414fd46a3772a84fd8d973ba4c26d92c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 09:19:55 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 15 21:01:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=7b3872ff

Avoid underscore character in label.

 ebuild-env-vars.tex  | 2 +-
 pkg-mgr-commands.tex | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index ae47aea..82ab4cf 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -19,7 +19,7 @@ variable.
 \setlength{\LTleft}{25mm plus 1fil}
 \setlength{\LTright}{0pt plus 1fil}
 \begin{longtable}{!{\extracolsep{\fill}} l P{7.5em} l p{0.5\linewidth}}
-\caption{Defined variables\label{tab:defined_vars}}\\
+\caption{Defined variables\label{tab:defined-vars}}\\
 \toprule
 \multicolumn{1}{c}{\b{Variable}} &
 \multicolumn{1}{c}{\b{Legal in}} &

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 420b2a7..e44b1c7 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -288,7 +288,7 @@ current phase function has returned.
     \end{centertable}
 
     Note that the \t{\$\{EPREFIX\}} component represents the same 
offset-prefix as described in
-    Table~\ref{tab:defined_vars}.  It facilitates offset-prefix installations 
which is supported by
+    Table~\ref{tab:defined-vars}. It facilitates offset-prefix installations 
which is supported by
     EAPIs listed in Table~\ref{tab:offset-env-vars-table}. When no 
offset-prefix installation is in
     effect, \t{EPREFIX} becomes the empty string, making the behaviour of 
\t{econf} equal for both
     offset-prefix supporting and agnostic EAPIs.
@@ -329,7 +329,7 @@ current phase function has returned.
     In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is 
banned as per
     section~\ref{sec:banned-commands}.
 
-    The variable \t{ED} is defined as in Table~\ref{tab:defined_vars} and 
depends on the use of an
+    The variable \t{ED} is defined as in Table~\ref{tab:defined-vars} and 
depends on the use of an
     offset-prefix. When such offset-prefix is absent, \t{ED} is equivalent to 
\t{D}\@. \t{ED} is
     always available in EAPIs that support offset-prefix installations as 
listed in
     Table~\ref{tab:offset-env-vars-table}, hence EAPIs lacking offset-prefix 
support should use

Reply via email to