aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-06 12:09:10 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-03-06 12:09:10 -0500
commiteff0e7aa8a8e0768b14e6bb45c6c6f1ec75b4ab7 (patch)
treebeb5281ef7d3444622adb2f06bf22abc94b93e46 /doc
parent0e7896690b8dbeb7c74fc0ce1f954159861fc8b3 (diff)
downloadikiwiki-eff0e7aa8a8e0768b14e6bb45c6c6f1ec75b4ab7.tar
ikiwiki-eff0e7aa8a8e0768b14e6bb45c6c6f1ec75b4ab7.tar.gz
* Fix example exclude regexp. Closes: #469691
Diffstat (limited to 'doc')
-rw-r--r--doc/ikiwiki.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index 1cef4bd87..9c94bcbe1 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -110,7 +110,7 @@ use IkiWiki::Setup::Standard {
discussion => 1,
# To exclude files matching a regexp from processing. This adds to
# the default exclude list.
- #exclude => qr/*\.wav/,
+ #exclude => qr/\.wav$/,
# To change the extension used for generated html files.
#htmlext => 'htm',
# Time format (for strftime)