commit: 0eecbc899ad9b97cb786ad9b10cc7a5d56c35e79 Author: Austin English <austinenglish <AT> gmail <DOT> com> AuthorDate: Fri Dec 5 15:29:16 2014 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> 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 <bernalex <AT> 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
