Gentoo Archives: gentoo-commits

From: Arfrever Frehtes Taifersar Arahesis <Arfrever@××××××.Org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Tue, 03 Dec 2013 15:26:51
Message-Id: 1386084293.cea8f3ebe590663b01437d7906af7f5cc05085f9.arfrever@gentoo
1 commit: cea8f3ebe590663b01437d7906af7f5cc05085f9
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Tue Dec 3 15:24:53 2013 +0000
4 Commit: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
5 CommitDate: Tue Dec 3 15:24:53 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=cea8f3eb
7
8 Bug #489544: Document empty value of sync-type and sync-uri attributes in repos.conf.
9
10 ---
11 man/portage.5 | 10 ++++++++--
12 1 file changed, 8 insertions(+), 2 deletions(-)
13
14 diff --git a/man/portage.5 b/man/portage.5
15 index e281247..9a191d0 100644
16 --- a/man/portage.5
17 +++ b/man/portage.5
18 @@ -857,13 +857,19 @@ Specifies priority of given repository.
19 Specifies CVS repository.
20 .TP
21 .B sync\-type
22 -Specifies type of synchronization.
23 +Specifies type of synchronization performed by `emerge \-\-sync`.
24 .br
25 -Valid values: cvs, git, rsync
26 +Valid non-empty values: cvs, git, rsync
27 +.br
28 +This attribute can be set to empty value to disable synchronization of given
29 +repository. Empty value is default.
30 .TP
31 .B sync\-uri
32 Specifies URI of repository used for synchronization performed by `emerge
33 \-\-sync`.
34 +.br
35 +This attribute can be set to empty value to disable synchronization of given
36 +repository. Empty value is default.
37 .RS
38 .TP
39 Syntax: