summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-05-08 09:38:44 -0700
committerZac Medico <zmedico@gentoo.org>2012-05-08 09:38:44 -0700
commited38cf680d220ca43f9396c1c986071ca5933bec (patch)
tree7acbf71f38f0b36a703b00dce687fec2a841eade /man/make.conf.5
parent1987449799fe12c1066f2f46c75c4da99bc3405e (diff)
downloadportage-ed38cf680d220ca43f9396c1c986071ca5933bec.tar.gz
portage-ed38cf680d220ca43f9396c1c986071ca5933bec.tar.bz2
portage-ed38cf680d220ca43f9396c1c986071ca5933bec.zip
make.conf.5: COLLISION_IGNORE s/shell/fnmatch/v2.2.0_alpha102
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 39c3f8e48..b7108945c 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -128,10 +128,10 @@ Determines how long the countdown delay will be after running
.br
Defaults to 5 seconds.
.TP
-\fBCOLLISION_IGNORE\fR = \fI[space delimited list of shell patterns]\fR
+\fBCOLLISION_IGNORE\fR = \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 backward
+compatibility, directories that are listed without a fnmatch pattern will
automatically have /* appended to them.
.br
Defaults to "/lib/modules/* *.py[co]".