summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-02-16 20:22:57 +0100
committerUlrich Müller <ulm@gentoo.org>2015-02-16 20:22:57 +0100
commit81351aae6df13cd702504561fd6b482623cb1a8f (patch)
treeee1d91ad06610ffab3b494e695b1fa0c2be2b470
parentUpdate URI of PMS project page. (diff)
downloadpms-81351aae6df13cd702504561fd6b482623cb1a8f.tar.gz
pms-81351aae6df13cd702504561fd6b482623cb1a8f.tar.bz2
pms-81351aae6df13cd702504561fd6b482623cb1a8f.zip
Fix strings matching configure --help output.
These should be "--disable-dependency-tracking" and "--disable-silent-rules", respectively (note the leading "--").
-rw-r--r--pkg-mgr-commands.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index ad189c3..efdf360 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -153,10 +153,10 @@ has returned.
\item -{}-libdir must be set according to Algorithm~\ref{alg:econf-libdir}.
\item -{}-disable-dependency-tracking, if the EAPI is listed in
table~\ref{tab:econf-options-table} as using it. This option will only be passed if the
- string \t{disable-dependency-tracking} occurs in the output of \t{configure -{}-help}.
- \item -{}-disable-silent-rules, if the EAPI is listed in
- table~\ref{tab:econf-options-table} as using it. This option will only be passed if the
- string \t{disable-silent-rules} occurs in the output of \t{configure -{}-help}.
+ string \t{-{}-disable-dependency-tracking} occurs in the output of \t{configure -{}-help}.
+ \item -{}-disable-silent-rules, if the EAPI is listed in table~\ref{tab:econf-options-table} as
+ using it. This option will only be passed if the string \t{-{}-disable-silent-rules} occurs
+ in the output of \t{configure -{}-help}.
\end{itemize}
\ChangeWhenAddingAnEAPI{5}