diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-15 11:23:12 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-15 11:23:12 -0800 |
commit | 2a6cbd357aa142bb40b136419cba22b6b0fa477a (patch) | |
tree | 548567a2fb643c4b80048b6c6664d8ee43da0fe5 /man/man1 | |
parent | 455a6a937df0e6eb4612c0f818a36e6a0629ee4b (diff) |
Man page updates.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/cmark.1 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/man/man1/cmark.1 b/man/man1/cmark.1 index c2a023a..cb00fda 100644 --- a/man/man1/cmark.1 +++ b/man/man1/cmark.1 @@ -5,7 +5,7 @@ .SH "SYNOPSIS" .HP 6n \fBcmark\fR -[\fB\-\-ast\fR] +[options] file* .SH "DESCRIPTION" \fBcmark\fR @@ -34,10 +34,11 @@ Consolidate adjacent text nodes. .TP 12n \-\-smart Use smart punctuation. Straight double and single quotes will -be rendered as curly quotes, depending on their position. `--` -will be rendered as an en-dash. `---` will be rendered as -an em-dash. `...` will be rendered as ellipses. (This option -has no effect on XML output.) +be rendered as curly quotes, depending on their position. +\f[C]\-\-\f[] will be rendered as an en-dash. +\f[C]\-\-\-\f[] will be rendered as an em-dash. +\f[C]...\f[] will be rendered as ellipses. +(This option has no effect on XML output.) .TP 12n \-\-help Print usage information. @@ -45,4 +46,7 @@ Print usage information. \-\-version Print version. .SH "AUTHORS" -John MacFarlane +John MacFarlane, Vicent Marti, Kārlis Gaņģis, Nick Wellnhofer. +.SH "SEE ALSO" +.PP +CommonMark spec: \f[C]http://spec.commonmark.org\f[]. |