From 4f419311ff164306ae138bb363dbffa5797fbd12 Mon Sep 17 00:00:00 2001 From: "gottox@rootkit.lan" Date: Tue, 1 Jan 2008 14:52:08 +0100 Subject: renamed project to smu - simple markup --HG-- rename : cmarkdown.1 => smu.1 rename : cmarkdown.c => smu.c --- smu.1 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 smu.1 (limited to 'smu.1') 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! -- cgit v1.2.3