From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C9745138247 for ; Tue, 3 Dec 2013 15:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44DF0E0AFB; Tue, 3 Dec 2013 15:26:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C98E5E0AFB for ; Tue, 3 Dec 2013 15:26:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6787833F42C for ; Tue, 3 Dec 2013 15:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1486EE54AB for ; Tue, 3 Dec 2013 15:26:48 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" Message-ID: <1386084293.cea8f3ebe590663b01437d7906af7f5cc05085f9.arfrever@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/portage.5 X-VCS-Directories: man/ X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: cea8f3ebe590663b01437d7906af7f5cc05085f9 X-VCS-Branch: master Date: Tue, 3 Dec 2013 15:26:48 +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-Archives-Salt: 19bb0c1c-9161-4ee6-9646-244c5dda7373 X-Archives-Hash: 06cf4bbc94593ef6eda574b666b6dae3 commit: cea8f3ebe590663b01437d7906af7f5cc05085f9 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue Dec 3 15:24:53 2013 +0000 Commit: Arfrever Frehtes Taifersar Arahesis Apache Org> CommitDate: Tue Dec 3 15:24:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=cea8f3eb Bug #489544: Document empty value of sync-type and sync-uri attributes in repos.conf. --- man/portage.5 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/man/portage.5 b/man/portage.5 index e281247..9a191d0 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -857,13 +857,19 @@ Specifies priority of given repository. Specifies CVS repository. .TP .B sync\-type -Specifies type of synchronization. +Specifies type of synchronization performed by `emerge \-\-sync`. .br -Valid values: cvs, git, rsync +Valid non-empty values: cvs, git, rsync +.br +This attribute can be set to empty value to disable synchronization of given +repository. Empty value is default. .TP .B sync\-uri Specifies URI of repository used for synchronization performed by `emerge \-\-sync`. +.br +This attribute can be set to empty value to disable synchronization of given +repository. Empty value is default. .RS .TP Syntax: