Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Thu, 05 Feb 2015 21:16:09
Message-Id: 1423170608.7c912b0cfbbacdb901435e59ed8c541de9de61d7.dolsen@gentoo
1 commit: 7c912b0cfbbacdb901435e59ed8c541de9de61d7
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 5 21:10:08 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 5 21:10:08 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7c912b0c
7
8 man/portage.5: Add missing valid sync-type's
9
10 Fix some missed - escapes.
11
12 ---
13 man/portage.5 | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/man/portage.5 b/man/portage.5
17 index 74b0771..8bebd32 100644
18 --- a/man/portage.5
19 +++ b/man/portage.5
20 @@ -941,7 +941,7 @@ the newest commit). If set to 0, the depth is unlimited.
21 .B sync\-type
22 Specifies type of synchronization performed by `emerge \-\-sync`.
23 .br
24 -Valid non\-empty values: cvs, git, rsync
25 +Valid non\-empty values: cvs, git, rsync, svn, websync (emerge-webrsync)
26 .br
27 This attribute can be set to empty value to disable synchronization of given
28 repository. Empty value is default.
29 @@ -1038,9 +1038,9 @@ auto\-sync = yes
30 # Overlay 'voip' syncronized with layman's plug-in sync module
31 [voip]
32 location = /var/lib/layman/voip
33 -sync-type = laymanator
34 -sync-uri = git://git.overlays.gentoo.org/proj/voip.git
35 -auto-sync = yes
36 +sync\-type = laymanator
37 +sync\-uri = git://git.overlays.gentoo.org/proj/voip.git
38 +auto\-sync = yes
39 .fi
40 .RE
41 .RE