summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-20 14:08:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-20 14:08:33 -0700
commitdbbc20d4051ea9033f0b13b478fcbcd855950bd7 (patch)
tree885f8ed563a77ec9c02167afe0d0a3c6fbad4ad0
parentc4eb6bc33d9639ce0840a5fa3cea173c2c816fd1 (diff)
Fixed documentation of --width in man page.
-rw-r--r--man/man1/cmark.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/cmark.1 b/man/man1/cmark.1
index 8dd9165..932708f 100644
--- a/man/man1/cmark.1
+++ b/man/man1/cmark.1
@@ -23,7 +23,7 @@ Specify output format (\f[C]html\f[], \f[C]man\f[], \f[C]xml\f[],
.B \-\-width \f[I]WIDTH\f[]
Specify a column width to which to wrap the output. For no wrapping, use
the value 0 (the default). This option currently only affects the
-commonmark renderer.
+commonmark, latex, and man renderers.
.TP 12n
.B \-\-sourcepos
Include source position attribute.