aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-05 15:22:17 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-05 15:22:17 -0400
commitd6cdced589f31471622ed481f88e33e070388c27 (patch)
treefe118465e7749272edf0082eedcb994ea82fb6dd
parentdc6fab3824c9848cdaf8b252253d690f96573d25 (diff)
downloadikiwiki-d6cdced589f31471622ed481f88e33e070388c27.tar
ikiwiki-d6cdced589f31471622ed481f88e33e070388c27.tar.gz
fix documentation of quick
It *always* turns off feeds, because feeds require a look at all pages.
-rw-r--r--doc/ikiwiki/directive/inline.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/inline.mdwn b/doc/ikiwiki/directive/inline.mdwn
index 99f795972..4e087ab6c 100644
--- a/doc/ikiwiki/directive/inline.mdwn
+++ b/doc/ikiwiki/directive/inline.mdwn
@@ -98,7 +98,7 @@ Here are some less often needed parameters:
* `feedonly` - Only generate the feed, do not display the pages inline on
the page.
* `quick` - Build archives in quick mode, without reading page contents for
- metadata. By default, this also turns off generation of any feeds.
+ metadata. This also turns off generation of any feeds.
* `timeformat` - Use this to specify how to display the time or date for pages
in the blog. The format string is passed to the strftime(3) function.
* `feedpages` - A [[PageSpec]] of inlined pages to include in the rss/atom