formatting

master
Joey Hess 2009-01-06 15:40:50 -05:00
parent 4ce73f2d88
commit fe1671fd57
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ matches all other pages, including all internal pages. This can lead to
unexpected results, since it will match a bunch of recentchanges pages, unexpected results, since it will match a bunch of recentchanges pages,
etc. etc.
Recall that internal-use pages are not matched by a glob. So "*" doesn't Recall that internal-use pages are not matched by a glob. So "\*" doesn't
match them. So if the pagespec is "* and !foo and !bar", it won't match match them. So if the pagespec is "\* and !foo and !bar", it won't match
them. This is the much more common style. them. This is the much more common style.
There's an odd inconsistency with entirely negated pagespecs. If "!foo" There's an odd inconsistency with entirely negated pagespecs. If "!foo"