summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/manual-mutool-run.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual-mutool-run.html b/docs/manual-mutool-run.html
index 4c7f395d..26964081 100644
--- a/docs/manual-mutool-run.html
+++ b/docs/manual-mutool-run.html
@@ -538,7 +538,7 @@ Document writer objects are used to create new documents in several formats.
<dl>
<dt>new DocumentWriter(filename, format, options)
<dd>Create a new document writer to create a document with the specified format and output options.
-If format is null it is inferred from the filename suffix. The options argument is a comma separated list
+If format is null it is inferred from the filename extension. The options argument is a comma separated list
of flags and key-value pairs. See below for more details.
<dt>DocumentWriter#beginPage(mediabox)
<dd>Begin rendering a new page. Returns a Device that can be used to render the page graphics.