diff options
Diffstat (limited to 'doc/pagespec.mdwn')
-rw-r--r-- | doc/pagespec.mdwn | 2 |
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 |