From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1AF4B138ACF for ; Mon, 16 Feb 2015 19:44:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C2F3E09BE; Mon, 16 Feb 2015 19:44:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 015A2E09BE for ; Mon, 16 Feb 2015 19:44:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF3FA34076E for ; Mon, 16 Feb 2015 19:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 397CA11E6E for ; Mon, 16 Feb 2015 19:44:19 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1424114577.40d948f883ae39c39039265514365957be0863fb.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 40d948f883ae39c39039265514365957be0863fb X-VCS-Branch: eapi-6 Date: Mon, 16 Feb 2015 19:44:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5d4bc6cd-ea38-45f7-8c33-e61a76a6f4a4 X-Archives-Hash: 6946222f1616b06e2782e1c621084b28 commit: 40d948f883ae39c39039265514365957be0863fb Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 16 19:22:57 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 16 19:22:57 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=40d948f8 Fix typos in strings occurring in configure --help output. These should be "--disable-dependency-tracking" and "--disable-silent-rules", respectively (note the leading "--"). --- pkg-mgr-commands.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 5fd3d62..ef65d0c 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -180,10 +180,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{6}