summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-08-30 13:37:16 -0400
committerJoey Hess <joey@kitenet.net>2010-08-30 13:37:16 -0400
commit00a54d1bb7826455609645aa1d0ea66cfec3f468 (patch)
tree883da41843c4c672d0cb5ecda9317eaa4b36fd1b /doc/ikiwiki
parent991d01f5b53250b962725110903b0324c93fbfb6 (diff)
finish link(.) support
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/pagespec.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ikiwiki/pagespec.mdwn b/doc/ikiwiki/pagespec.mdwn
index 7fabff9a4..6aec561ae 100644
--- a/doc/ikiwiki/pagespec.mdwn
+++ b/doc/ikiwiki/pagespec.mdwn
@@ -79,6 +79,6 @@ filenames of the pages in the wiki, so a pagespec "foo" used on page
relative to the directory of the page containing the pagespec, you can
use "./". For example, "./foo" on page "a/b" matches page "a/foo".
-If you want to use the name of the page the pagespec is used in, you can use
-a single dot. For example, `link(.)` matches all the pages linking to the
-current page.
+To indicate the name of the page the PageSpec is used in, you can
+use a single dot. For example, `link(.)` matches all the pages
+linking to the page containing the PageSpec.