summaryrefslogtreecommitdiff
path: root/doc/pagespec.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-30 19:54:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-30 19:54:08 +0000
commit66cb6baf4e205886bfbac8d90d1adc2b791102a2 (patch)
tree6e31c5bb419eb56c487fa89839835f94860e2625 /doc/pagespec.mdwn
parent866cdd7c4a4e268f9e4528a8df80b44950c7adb3 (diff)
* Apply a patch from Carl Worth adding support for using globs in link()
in a PageSpec.
Diffstat (limited to 'doc/pagespec.mdwn')
-rw-r--r--doc/pagespec.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pagespec.mdwn b/doc/pagespec.mdwn
index b26a42e28..e004de4af 100644
--- a/doc/pagespec.mdwn
+++ b/doc/pagespec.mdwn
@@ -24,7 +24,7 @@ match all pages except for Discussion pages and the SandBox:
Some more elaborate limits can be added to what matches using any of these
functions:
-* "`link(page)`" - match only pages that link to a given page
+* "`link(page)`" - match only pages that link to a given page (or glob)
* "`backlink(page)`" - match only pages that a given page links to
* "`creation_month(month)`" - match only pages created on the given month
* "`creation_day(mday)`" - or day of the month