Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms <gentoo-pms@l.g.o>
Subject: [gentoo-pms] [PATCH] Fix typos in strings occurring in configure --help output.
Date: Mon, 16 Feb 2015 19:20:25
Message-Id: 21730.17032.896228.663965@a1i15.kph.uni-mainz.de
1 These should be "--disable-dependency-tracking" and
2 "--disable-silent-rules", respectively (note the leading "--").
3 ---
4 pkg-mgr-commands.tex | 8 ++++----
5 1 file changed, 4 insertions(+), 4 deletions(-)
6
7 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
8 index 5fd3d62..ef65d0c 100644
9 --- a/pkg-mgr-commands.tex
10 +++ b/pkg-mgr-commands.tex
11 @@ -180,10 +180,10 @@ has returned.
12 \item -{}-libdir must be set according to Algorithm~\ref{alg:econf-libdir}.
13 \item -{}-disable-dependency-tracking, if the EAPI is listed in
14 table~\ref{tab:econf-options-table} as using it. This option will only be passed if the
15 - string \t{disable-dependency-tracking} occurs in the output of \t{configure -{}-help}.
16 - \item -{}-disable-silent-rules, if the EAPI is listed in
17 - table~\ref{tab:econf-options-table} as using it. This option will only be passed if the
18 - string \t{disable-silent-rules} occurs in the output of \t{configure -{}-help}.
19 + string \t{-{}-disable-dependency-tracking} occurs in the output of \t{configure -{}-help}.
20 + \item -{}-disable-silent-rules, if the EAPI is listed in table~\ref{tab:econf-options-table} as
21 + using it. This option will only be passed if the string \t{-{}-disable-silent-rules} occurs
22 + in the output of \t{configure -{}-help}.
23 \end{itemize}
24
25 \ChangeWhenAddingAnEAPI{6}
26 --
27 2.3.0

Replies