summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-24 20:22:05 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-24 20:26:03 -0700
commitabc95bdfa1fd4f4ffb5b0727aec34791a6e472e5 (patch)
tree41d7aadcb3a91edd0610da1cd85d9c0a1c02fff7 /man
parent7f0d1a80c7871a97dcf6495fba9f0e3c8d86be81 (diff)
Renamed c program and library stmd -> cmark.
Also renamed internal library functions accordingly.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile2
-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