Improve wording of tagged() docs
authorJonas Smedegaard <dr@jones.dk>
Sun, 19 Jul 2009 18:18:25 +0000 (20:18 +0200)
committerJonas Smedegaard <dr@jones.dk>
Sun, 19 Jul 2009 18:18:25 +0000 (20:18 +0200)
doc/ikiwiki/pagespec.mdwn

index b476bde1f0b1385d26db52ed943500a27199f14b..5f0be776f7a89f86ace977b08941e47c626d9ed5 100644 (file)
@@ -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