diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-20 14:08:33 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-20 14:08:33 -0700 |
commit | dbbc20d4051ea9033f0b13b478fcbcd855950bd7 (patch) | |
tree | 885f8ed563a77ec9c02167afe0d0a3c6fbad4ad0 /man/man1 | |
parent | c4eb6bc33d9639ce0840a5fa3cea173c2c816fd1 (diff) |
Fixed documentation of --width in man page.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/cmark.1 | 2 |
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. |