X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e95386504500492b55b9e00937f896334b13e240..a23d3b6547b80064f8e9af94076aa43798cf6558:/doc/plugins/table.mdwn

diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn
index 7b080acda..10a85bb2c 100644
--- a/doc/plugins/table.mdwn
+++ b/doc/plugins/table.mdwn
@@ -3,6 +3,6 @@
 
 This plugin provides the [[ikiwiki/directive/table]] [[ikiwiki/directive]].
 It can build HTML tables from data in CSV (comma-separated values)
-or DSV (delimiter-separated values) format.
+or DSV ([delimiter-separated values](http://en.wikipedia.org/wiki/Delimiter-separated_values)) format.
 
 It needs the perl module [[!cpan Text::CSV]] for the CSV data.