aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/entirely_negated_pagespec_matches_internal_pages.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-06 15:40:50 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-06 15:40:50 -0500
commitfe1671fd57f9d5fc44ffced43187e62d2ac5f732 (patch)
treec37abd5ec3798912f6cede0f33eb0f8c98343341 /doc/bugs/entirely_negated_pagespec_matches_internal_pages.mdwn
parent4ce73f2d88e9a177ad84e19b48a17b2d604a808b (diff)
downloadikiwiki-fe1671fd57f9d5fc44ffced43187e62d2ac5f732.tar
ikiwiki-fe1671fd57f9d5fc44ffced43187e62d2ac5f732.tar.gz
formatting
Diffstat (limited to 'doc/bugs/entirely_negated_pagespec_matches_internal_pages.mdwn')
-rw-r--r--doc/bugs/entirely_negated_pagespec_matches_internal_pages.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/entirely_negated_pagespec_matches_internal_pages.mdwn b/doc/bugs/entirely_negated_pagespec_matches_internal_pages.mdwn
index 012fcec2c..02ce4e221 100644
--- a/doc/bugs/entirely_negated_pagespec_matches_internal_pages.mdwn
+++ b/doc/bugs/entirely_negated_pagespec_matches_internal_pages.mdwn
@@ -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,
etc.
-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
+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
them. This is the much more common style.
There's an odd inconsistency with entirely negated pagespecs. If "!foo"