diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile | 2 | ||||
-rw-r--r-- | man/cmark.1.md (renamed from man/stmd.1.md) | 14 | ||||
-rw-r--r-- | man/man1/cmark.1 (renamed from man/man1/stmd.1) | 10 |
3 files changed, 13 insertions, 13 deletions
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/stmd.1.md b/man/cmark.1.md index 3947a79..ddc1b42 100644 --- a/man/stmd.1.md +++ b/man/cmark.1.md @@ -1,22 +1,22 @@ --- -title: stmd +title: cmark section: 1 -footer: stmd manual -date: August 12, 2014 +footer: cmark manual +date: October 22, 2014 ... # NAME -stmd - convert markdown formatted text to HTML +cmark - convert CommonMark formatted text to HTML # SYNOPSIS -stmd [*options*] [file\*] +cmark [*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 +`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. diff --git a/man/man1/stmd.1 b/man/man1/cmark.1 index 6bfdd80..65e10c1 100644 --- a/man/man1/stmd.1 +++ b/man/man1/cmark.1 @@ -1,15 +1,15 @@ -.TH "stmd" "1" "August 12, 2014" "stmd manual" "" +.TH "cmark" "1" "October 22, 2014" "cmark manual" "" .SH NAME .PP -stmd \- convert markdown formatted text to HTML +cmark \- convert CommonMark formatted text to HTML .SH SYNOPSIS .PP -stmd [\f[I]options\f[]] [file*] +cmark [\f[I]options\f[]] [file*] .SH DESCRIPTION .PP -\f[C]stmd\f[] acts as a pipe, reading from stdin or from the specified +\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 +It converts Markdown formatted plain text to HTML, using the conventions described in the CommonMark spec. .SH OPTIONS .TP |