From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 308B4138334 for ; Thu, 20 Dec 2018 23:10:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E981DE0AAE; Thu, 20 Dec 2018 23:10:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C03C5E0AAE for ; Thu, 20 Dec 2018 23:10:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A3F4335C6F for ; Thu, 20 Dec 2018 23:10:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAF0F4CD for ; Thu, 20 Dec 2018 23:10:12 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1545347347.792008adbec3e16902cea4976b32449fe7aaf756.vapier@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/emerge.1 man/portage.5 X-VCS-Directories: man/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 792008adbec3e16902cea4976b32449fe7aaf756 X-VCS-Branch: master Date: Thu, 20 Dec 2018 23:10:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ce411ed-384e-4d94-8caf-9f0ba7d27cfc X-Archives-Hash: 262d562eee540ca07e3d5148103aaea0 commit: 792008adbec3e16902cea4976b32449fe7aaf756 Author: Mike Frysinger chromium org> AuthorDate: Thu Dec 20 23:09:07 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Dec 20 23:09:07 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=792008ad man: fix random bad double spaces Signed-off-by: Mike Frysinger gentoo.org> man/emerge.1 | 6 +++--- man/portage.5 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index 6f53680b4..afac83e76 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -246,7 +246,7 @@ matched as regular expressions. .BR \-\-sync Updates repositories, for which auto\-sync, sync\-type and sync\-uri attributes are set in repos.conf. A list of repos or aliases can be specified, in which case -they will be updated regardless of their auto\-sync attribute. See +they will be updated regardless of their auto\-sync attribute. See \fBportage\fR(5) for more information. The \fBPORTAGE_SYNC_STALE\fR variable configures warnings that are shown when emerge \-\-sync has not @@ -577,7 +577,7 @@ first to make sure the result is what you expect. .TP .BR "\-\-exclude " ATOMS A space separated list of package names or slot atoms. -Emerge won't install any ebuild or binary package that +Emerge won't install any ebuild or binary package that matches any of the given package atoms. .TP .BR "\-\-fail\-clean [ y | n ]" @@ -988,7 +988,7 @@ readable dependency tree. .TP .BR \-\-update ", " \-u Updates packages to the best version available, which may -not always be the highest version number due to masking +not always be the highest version number due to masking for testing and development. Package atoms specified on the command line are greedy, meaning that unspecific atoms may match multiple versions of slotted packages. diff --git a/man/portage.5 b/man/portage.5 index 62943fb76..1a36e9b86 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -347,7 +347,7 @@ Special USE flags which may be needed when bootstrapping from stage1 to stage2. .TP .BR packages Provides the list of packages that compose the \fI@system\fR and -\fI@profile\fR package sets. The motivation to have \fI@profile\fR +\fI@profile\fR package sets. The motivation to have \fI@profile\fR separate from \fI@system\fR is that \fI@system\fR packages may have incomplete dependency specifications (due to long-standing Gentoo policy), and incomplete dependency specifications have deleterious