make.conf.5: COLLISION_IGNORE s/shell/fnmatch/ v2.2.0_alpha102
authorZac Medico <zmedico@gentoo.org>
Tue, 8 May 2012 16:38:44 +0000 (09:38 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 8 May 2012 16:38:44 +0000 (09:38 -0700)
man/make.conf.5

index 39c3f8e4847bf1ab3bc39deb206dbf11b61b65d5..b7108945c573066baa4f12135afb81f66bf3e9ee 100644 (file)
@@ -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]".