Add man page

This commit is contained in:
David Baer
2016-07-07 14:41:28 -04:00
parent 6b872051b4
commit 0f69fd7a8e
3 changed files with 52 additions and 1 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,7 @@ Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.h
config.h.in
config.h.in~
@@ -22,3 +23,4 @@ stamp-h1
ylwrap
*.o
*.core
*.tar.gz

View File

@@ -1,2 +1,3 @@
SUBDIRS = src data
SUBDIRS = src data contrib
dist_doc_DATA = README.md
man1_MAN = sermon.1

48
sermon.1 Normal file
View File

@@ -0,0 +1,48 @@
.Dd $Mdocdate: July 7 2016$
.Dt SERMON 1
.Os
.Sh NAME
.Nm sermon
.Nd converts sermon text markup to a variety of formats
.Sh SYNOPSIS
.Nm sermon
.Op Fl hv
.Op Fl a Ar author
.Op Fl s Ar stylename
.Op Fl o Ar output
.Ar
.Sh DESCRIPTION
The
.Nm
utility converts sermon markup text into a variety of useful formats,
including
.Em HTML Ns
,
.Em ODT Ns
, and
.Em XSL-FO No Ns .
.\" .Sh CONTEXT
.\" For section 9 functions only.
.\" .Sh IMPLEMENTATION NOTES
.\" Not used in OpenBSD.
.\" .Sh RETURN VALUES
.\" For sections 2, 3, and 9 function return values only.
.\" .Sh ENVIRONMENT
.\" For sections 1, 6, 7, and 8 only.
.\" .Sh FILES
.\" .Sh EXIT STATUS
.\" For sections 1, 6, and 8 only.
.\" .Sh EXAMPLES
.\" .Sh DIAGNOSTICS
.\" For sections 1, 4, 6, 7, 8, and 9 printf/stderr messages only.
.\" .Sh ERRORS
.\" For sections 2, 3, 4, and 9 errno settings only.
.\" .Sh SEE ALSO
.\" .Xr foobar 1
.\" .Sh STANDARDS
.\" .Sh HISTORY
.\" .Sh AUTHORS
.\" .Sh CAVEATS
.\" .Sh BUGS
.\" .Sh SECURITY CONSIDERATIONS
.\" Not used in OpenBSD.