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 8AC311389E2 for ; Mon, 8 Dec 2014 15:38:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 889F7E0857; Mon, 8 Dec 2014 15:38:29 +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 1B432E0857 for ; Mon, 8 Dec 2014 15:38:29 +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 0EBA63403A3 for ; Mon, 8 Dec 2014 15:38:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A92B4BE3A for ; Mon, 8 Dec 2014 15:38:26 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1418052982.0eecbc899ad9b97cb786ad9b10cc7a5d56c35e79.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/emerge.1 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0eecbc899ad9b97cb786ad9b10cc7a5d56c35e79 X-VCS-Branch: master Date: Mon, 8 Dec 2014 15:38:26 +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: 5ce6f11f-4d99-48a1-991b-7d272744230f X-Archives-Hash: 27ce38bca38091845e239ada2583cc7f commit: 0eecbc899ad9b97cb786ad9b10cc7a5d56c35e79 Author: Austin English gmail com> AuthorDate: Fri Dec 5 15:29:16 2014 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Dec 8 15:36:22 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0eecbc89 man/emerge.1: --quiet-build=n overridden by --jobs (505116) Users may be confused that --quiet-build=n has no effect when used together with --jobs, so it deserves to be mentioned in the man page. X-Gentoo-Bug: 505116 X-Gentoo-Url: https://bugs.gentoo.org/show_bug.cgi?id=505116 Acked-by: Alexander Berntsen gentoo.org> --- man/emerge.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/emerge.1 b/man/emerge.1 index b9ce79c..f64fd1b 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -1,4 +1,4 @@ -.TH "EMERGE" "1" "Nov 2014" "Portage VERSION" "Portage" +.TH "EMERGE" "1" "Dec 2014" "Portage VERSION" "Portage" .SH "NAME" emerge \- Command\-line interface to the Portage system .SH "SYNOPSIS" @@ -708,6 +708,8 @@ corresponding die messages. Note that interactive packages currently force all build output to be displayed on stdout. This issue can be temporarily avoided by specifying \fI\-\-accept\-properties=\-interactive\fR. +Further, note that disabling \fI\-\-quiet\-build\fR has no effect if +\fI\-\-jobs\fR is set to anything higher than 1. .TP .BR "\-\-quiet\-fail [ y | n ]" Suppresses display of the build log on stdout when build output is hidden