Description: Adding markdown2man.1 man page for example program
Author: Massimo Manghi <mxmanghi@apache.org>
Reviewed-by: Natacha Porté <natbsd@instinctive.eu>
Last-Update: 2015-05-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

--- /dev/null
+++ b/markdown2man.1
@@ -0,0 +1,44 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2009 Natasha Porté <natbsd@instinctive.eu>,
+.\"
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH MARKDOWN2MAN 1 2009
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.PP
+.SH NAME
+markdown2man \- converts a markdown document into a groff/troff page
+.SH SYNOPSIS
+.B markdown2man
+.RI [input-file]
+.SH DESCRIPTION
+.B markdown2man
+converts a markdown document into a file suitable for being processed
+with groff/troff. The program was meant as an example of programming
+with the markdown parser implemented in libsoldout, nonetheless it's
+usable in real life applications as LaTex generator from markdown
+documents.
+.SH OPTIONS
+.PP
+.B markdown2man
+accepts a file name as a single argument. If not argument is provided
+the program expects input to come from stdin
+.PP
+.SH COPYRIGHT
+  Copyright \(co 2009 Natasha Porte' <natbsd@instinctive.eu>
+  Manual Page written by Massimo Manghi <mxmanghi@apache.org>
+.SH SEE ALSO
+.BR libsoldout(3)
+.br
