summaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/cmark.1 (renamed from man/man1/stmd.1)10
1 files changed, 5 insertions, 5 deletions
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