From 2a6cbd357aa142bb40b136419cba22b6b0fa477a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 15 Feb 2015 11:23:12 -0800 Subject: Man page updates. --- man/man1/cmark.1 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'man/man1/cmark.1') 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[]. -- cgit v1.2.3