Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Tue, 28 Feb 2017 20:39:16
Message-Id: 1488314210.92069c976b67412791bb4fe3b007244a05d11a6d.zmedico@gentoo
1 commit: 92069c976b67412791bb4fe3b007244a05d11a6d
2 Author: Alexandru Elisei <alexandru.elisei <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 13:32:37 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 20:36:50 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=92069c97
7
8 man/emerge.1: use repo names or aliases with --sync
9
10 X-Gentoo-Bug: 610852
11 X-Gentoo-Bug-Url: https://bugs.gentoo.org/show_bug.cgi?id=610852
12
13 man/emerge.1 | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/man/emerge.1 b/man/emerge.1
17 index 7442220ba..5b6122023 100644
18 --- a/man/emerge.1
19 +++ b/man/emerge.1
20 @@ -8,7 +8,7 @@ emerge \- Command\-line interface to the Portage system
21 \fI@set\fR | \fIatom\fR] ...
22 .TP
23 .BR emerge
24 -\fB\-\-sync\fR | \fB\-\-version\fR
25 +\fB\-\-sync\fR [\fIrepo\fR | \fIalias\fR] ...
26 .TP
27 .BR emerge
28 \fB\-\-info\fR [\fIatom\fR]
29 @@ -17,7 +17,7 @@ emerge \- Command\-line interface to the Portage system
30 \fB\-\-search\fR \fIsomestring\fR
31 .TP
32 .BR emerge
33 -\fB\-\-help\fR
34 +\fB\-\-help\fR | \fB\-\-version\fR
35 .SH "DESCRIPTION"
36 \fBemerge\fR is the definitive command\-line interface to the Portage
37 system. It is primarily used for installing packages, and \fBemerge\fR
38 @@ -245,7 +245,9 @@ matched as regular expressions.
39 .TP
40 .BR \-\-sync
41 Updates repositories, for which auto\-sync, sync\-type and sync\-uri attributes are
42 -set in repos.conf. See \fBportage\fR(5) for more information.
43 +set in repos.conf. A list of repos or aliases can be specified, in which case
44 +they will be updated regardless of their auto\-sync attribute. See
45 +\fBportage\fR(5) for more information.
46 The \fBPORTAGE_SYNC_STALE\fR variable configures
47 warnings that are shown when emerge \-\-sync has not
48 been executed recently.