From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-935506-garchives=archives.gentoo.org@lists.gentoo.org> 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 F0AC8139694 for <garchives@archives.gentoo.org>; Tue, 28 Feb 2017 20:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D1FEE0C47; Tue, 28 Feb 2017 20:39:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB6BFE0C47 for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2017 20:39:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8327334168A for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2017 20:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2260E57E2 for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2017 20:39:12 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> 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" <zmedico@gentoo.org> Message-ID: <1488314210.92069c976b67412791bb4fe3b007244a05d11a6d.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: 92069c976b67412791bb4fe3b007244a05d11a6d X-VCS-Branch: master Date: Tue, 28 Feb 2017 20:39:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cb0a2922-ff4c-4df6-8cc6-898e374ea4e0 X-Archives-Hash: a69c6c57e5d83cbad3a52f71eeab5d1d commit: 92069c976b67412791bb4fe3b007244a05d11a6d Author: Alexandru Elisei <alexandru.elisei <AT> gmail <DOT> com> AuthorDate: Mon Feb 27 13:32:37 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Tue Feb 28 20:36:50 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=92069c97 man/emerge.1: use repo names or aliases with --sync X-Gentoo-Bug: 610852 X-Gentoo-Bug-Url: https://bugs.gentoo.org/show_bug.cgi?id=610852 man/emerge.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index 7442220ba..5b6122023 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -8,7 +8,7 @@ emerge \- Command\-line interface to the Portage system \fI@set\fR | \fIatom\fR] ... .TP .BR emerge -\fB\-\-sync\fR | \fB\-\-version\fR +\fB\-\-sync\fR [\fIrepo\fR | \fIalias\fR] ... .TP .BR emerge \fB\-\-info\fR [\fIatom\fR] @@ -17,7 +17,7 @@ emerge \- Command\-line interface to the Portage system \fB\-\-search\fR \fIsomestring\fR .TP .BR emerge -\fB\-\-help\fR +\fB\-\-help\fR | \fB\-\-version\fR .SH "DESCRIPTION" \fBemerge\fR is the definitive command\-line interface to the Portage system. It is primarily used for installing packages, and \fBemerge\fR @@ -245,7 +245,9 @@ matched as regular expressions. .TP .BR \-\-sync Updates repositories, for which auto\-sync, sync\-type and sync\-uri attributes are -set in repos.conf. See \fBportage\fR(5) for more information. +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 +\fBportage\fR(5) for more information. The \fBPORTAGE_SYNC_STALE\fR variable configures warnings that are shown when emerge \-\-sync has not been executed recently.