diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-07-19 20:18:25 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-07-19 20:18:25 +0200 |
commit | adee74a67b082e28f42106799dd305eaa0057250 (patch) | |
tree | 0bb66541356f59594cc573defcfe6a93aabd307b /doc | |
parent | a60e4ef4ee442540482c0821f4a96d65b98004bc (diff) |
Improve wording of tagged() docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/pagespec.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ikiwiki/pagespec.mdwn b/doc/ikiwiki/pagespec.mdwn index b476bde1f..5f0be776f 100644 --- a/doc/ikiwiki/pagespec.mdwn +++ b/doc/ikiwiki/pagespec.mdwn @@ -25,7 +25,8 @@ match all pages except for Discussion pages and the SandBox: Some more elaborate limits can be added to what matches using these functions: * "`link(page)`" - match only pages that link to a given page (or glob) -* "`tagged(tag)`" - match pages that are tagged or link to the given tag (or glob) +* "`tagged(tag)`" - match pages that are tagged or link to the given tag (or + tags matched by a 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 |