summaryrefslogtreecommitdiff
path: root/smu.1
diff options
context:
space:
mode:
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!