X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1d650e78108e16052c5e1737421bbe4b13c78b0e..2555257ade5c26bea93e0a6c45764f58cfcbf149:/doc/ikiwiki/directive/map.mdwn

diff --git a/doc/ikiwiki/directive/map.mdwn b/doc/ikiwiki/directive/map.mdwn
index eb8d11f39..4b6499547 100644
--- a/doc/ikiwiki/directive/map.mdwn
+++ b/doc/ikiwiki/directive/map.mdwn
@@ -1,4 +1,4 @@
-The `map` directive is supplied by the [[!iki plugins/map]] plugin.
+The `map` directive is supplied by the [[!iki plugins/map desc=map]] plugin.
 
 This directive generates a hierarchical page map for the wiki. Example usage:
 
@@ -13,6 +13,8 @@ the [[meta]] directive). For example:
 
 	\[[!map pages="* and !blog/* and !*/Discussion" show=title]]
 
+	\[[!map pages="* and !blog/* and !*/Discussion" show=description]]
+
 Hint: To limit the map to displaying pages less than a certain level deep,
 use a [[ikiwiki/PageSpec]] like this: `pages="* and !*/*/*"`