From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SRnRO-0000tB-LC for garchives@archives.gentoo.org; Tue, 08 May 2012 16:39:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14E78E0761; Tue, 8 May 2012 16:39:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D0AF1E0761 for ; Tue, 8 May 2012 16:39:02 +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 43B231B4015 for ; Tue, 8 May 2012 16:39:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D8480E542D for ; Tue, 8 May 2012 16:38:59 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1336495124.ed38cf680d220ca43f9396c1c986071ca5933bec.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/make.conf.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ed38cf680d220ca43f9396c1c986071ca5933bec X-VCS-Branch: master Date: Tue, 8 May 2012 16:38:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7c23186b-bfbc-4fff-b5da-548ae33d3e1f X-Archives-Hash: 874c5f3e49871628109fce8dcd8dfa27 commit: ed38cf680d220ca43f9396c1c986071ca5933bec Author: Zac Medico gentoo org> AuthorDate: Tue May 8 16:38:44 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue May 8 16:38:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Ded38cf68 make.conf.5: COLLISION_IGNORE s/shell/fnmatch/ --- man/make.conf.5 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index 39c3f8e..b710894 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -128,10 +128,10 @@ Determines how long the countdown delay will be aft= er running .br Defaults to 5 seconds. .TP -\fBCOLLISION_IGNORE\fR =3D \fI[space delimited list of shell patterns]\f= R +\fBCOLLISION_IGNORE\fR =3D \fI[space delimited list of fnmatch patterns]= \fR This variable allows the user to disable \fIcollision\-protect\fR and -\fIprotect\-owned\fR for specific shell patterns. For backward -compatibility, directories that are listed without a shell pattern will +\fIprotect\-owned\fR for specific \fBfnmatch\fR(3) patterns. For backwar= d +compatibility, directories that are listed without a fnmatch pattern wil= l automatically have /* appended to them. .br Defaults to "/lib/modules/* *.py[co]".