summaryrefslogtreecommitdiff
path: root/cmarkdown.1
diff options
context:
space:
mode:
authorgottox@rootkit.lan <gottox@rootkit.lan>2008-01-01 14:52:08 +0100
committergottox@rootkit.lan <gottox@rootkit.lan>2008-01-01 14:52:08 +0100
commit4f419311ff164306ae138bb363dbffa5797fbd12 (patch)
tree393794f3490c8440c6f874ca7eb716bafe4f9f0c /cmarkdown.1
parentd5058298da1fef8596066d1822a67d6a0eaff614 (diff)
renamed project to smu - simple markup
--HG-- rename : cmarkdown.1 => smu.1 rename : cmarkdown.c => smu.c
Diffstat (limited to 'cmarkdown.1')
-rw-r--r--cmarkdown.123
1 files changed, 0 insertions, 23 deletions
diff --git a/cmarkdown.1 b/cmarkdown.1
deleted file mode 100644
index b2d0192..0000000
--- a/cmarkdown.1
+++ /dev/null
@@ -1,23 +0,0 @@
-.TH cmarkdown 1 cmarkdown\-VERSION
-.SH NAME
-cmarkdown \- Markdown interpreter in C
-.SH SYNOPSIS
-.B cmarkdown
-.RB [ \-h ]
-.RB [ \-v ]
-.RB [ \-n ]
-.RB [ file ]
-.SH DESCRIPTION
-cmarkdown is a simple interpreter for the markdown syntax.
-.SH OPTIONS
-.TP
-.B \-v
-prints version information to standard error, then exits.
-.TP
-.B \-h
-prints usage information to standard error, then exits.
-.TP
-.B \-n
-escapes all HTML Tags.
-.SH BUGS
-Markdown may never be fully supported.