summaryrefslogtreecommitdiff
path: root/smu.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 /smu.1
parentd5058298da1fef8596066d1822a67d6a0eaff614 (diff)
renamed project to smu - simple markup
--HG-- rename : cmarkdown.1 => smu.1 rename : cmarkdown.c => smu.c
Diffstat (limited to 'smu.1')
-rw-r--r--smu.123
1 files changed, 23 insertions, 0 deletions
diff --git a/smu.1 b/smu.1
new file mode 100644
index 0000000..1f43ad8
--- /dev/null
+++ b/smu.1
@@ -0,0 +1,23 @@
+.TH smu 1 smu\-VERSION
+.SH NAME
+smu \- simple markup
+.SH SYNOPSIS
+.B smu
+.RB [ \-h ]
+.RB [ \-v ]
+.RB [ \-n ]
+.RB [ file ]
+.SH DESCRIPTION
+smu is a simple interpreter for a simplified markdown dialect.
+.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
+Please report any Bugs!