diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-06 15:40:50 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-06 15:40:50 -0500 |
commit | fe1671fd57f9d5fc44ffced43187e62d2ac5f732 (patch) | |
tree | c37abd5ec3798912f6cede0f33eb0f8c98343341 /doc/bugs | |
parent | 4ce73f2d88e9a177ad84e19b48a17b2d604a808b (diff) |
formatting
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/entirely_negated_pagespec_matches_internal_pages.mdwn | 4 |
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" |