From abc95bdfa1fd4f4ffb5b0727aec34791a6e472e5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 24 Oct 2014 20:22:05 -0700 Subject: Renamed c program and library stmd -> cmark. Also renamed internal library functions accordingly. --- man/Makefile | 2 +- man/cmark.1.md | 36 ++++++++++++++++++++++++++++++++++++ man/man1/cmark.1 | 32 ++++++++++++++++++++++++++++++++ man/man1/stmd.1 | 32 -------------------------------- man/stmd.1.md | 36 ------------------------------------ 5 files changed, 69 insertions(+), 69 deletions(-) create mode 100644 man/cmark.1.md create mode 100644 man/man1/cmark.1 delete mode 100644 man/man1/stmd.1 delete mode 100644 man/stmd.1.md (limited to 'man') diff --git a/man/Makefile b/man/Makefile index 98528c3..f5a5fad 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,4 +1,4 @@ -ALL=man1/stmd.1 +ALL=man1/cmark.1 .PHONY: all diff --git a/man/cmark.1.md b/man/cmark.1.md new file mode 100644 index 0000000..ddc1b42 --- /dev/null +++ b/man/cmark.1.md @@ -0,0 +1,36 @@ +--- +title: cmark +section: 1 +footer: cmark manual +date: October 22, 2014 +... + +# NAME + +cmark - convert CommonMark formatted text to HTML + +# SYNOPSIS + +cmark [*options*] [file\*] + +# DESCRIPTION + +`cmark` acts as a pipe, reading from stdin or from the specified +files and writing to stdout. It converts Markdown formatted plain +text to HTML, using the conventions described in the CommonMark +spec. + +# OPTIONS + +`--ast` +: Print an abstract syntax tree instead of HTML. + +`--help` +: Print usage information. + +`--version` +: Print version. + +# AUTHORS + +John MacFarlane diff --git a/man/man1/cmark.1 b/man/man1/cmark.1 new file mode 100644 index 0000000..65e10c1 --- /dev/null +++ b/man/man1/cmark.1 @@ -0,0 +1,32 @@ +.TH "cmark" "1" "October 22, 2014" "cmark manual" "" +.SH NAME +.PP +cmark \- convert CommonMark formatted text to HTML +.SH SYNOPSIS +.PP +cmark [\f[I]options\f[]] [file*] +.SH DESCRIPTION +.PP +\f[C]cmark\f[] acts as a pipe, reading from stdin or from the specified +files and writing to stdout. +It converts Markdown formatted plain text to HTML, using the conventions +described in the CommonMark spec. +.SH OPTIONS +.TP +.B \f[C]\-\-ast\f[] +Print an abstract syntax tree instead of HTML. +.RS +.RE +.TP +.B \f[C]\-\-help\f[] +Print usage information. +.RS +.RE +.TP +.B \f[C]\-\-version\f[] +Print version. +.RS +.RE +.SH AUTHORS +.PP +John MacFarlane diff --git a/man/man1/stmd.1 b/man/man1/stmd.1 deleted file mode 100644 index 6bfdd80..0000000 --- a/man/man1/stmd.1 +++ /dev/null @@ -1,32 +0,0 @@ -.TH "stmd" "1" "August 12, 2014" "stmd manual" "" -.SH NAME -.PP -stmd \- convert markdown formatted text to HTML -.SH SYNOPSIS -.PP -stmd [\f[I]options\f[]] [file*] -.SH DESCRIPTION -.PP -\f[C]stmd\f[] acts as a pipe, reading from stdin or from the specified -files and writing to stdout. -It converts markdown formatted plain text to HTML, using the conventions -described in the CommonMark spec. -.SH OPTIONS -.TP -.B \f[C]\-\-ast\f[] -Print an abstract syntax tree instead of HTML. -.RS -.RE -.TP -.B \f[C]\-\-help\f[] -Print usage information. -.RS -.RE -.TP -.B \f[C]\-\-version\f[] -Print version. -.RS -.RE -.SH AUTHORS -.PP -John MacFarlane diff --git a/man/stmd.1.md b/man/stmd.1.md deleted file mode 100644 index 3947a79..0000000 --- a/man/stmd.1.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: stmd -section: 1 -footer: stmd manual -date: August 12, 2014 -... - -# NAME - -stmd - convert markdown formatted text to HTML - -# SYNOPSIS - -stmd [*options*] [file\*] - -# DESCRIPTION - -`stmd` acts as a pipe, reading from stdin or from the specified -files and writing to stdout. It converts markdown formatted plain -text to HTML, using the conventions described in the CommonMark -spec. - -# OPTIONS - -`--ast` -: Print an abstract syntax tree instead of HTML. - -`--help` -: Print usage information. - -`--version` -: Print version. - -# AUTHORS - -John MacFarlane -- cgit v1.2.3