Add man page
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,6 +2,7 @@ Makefile
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
|
compile
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
config.h.in~
|
config.h.in~
|
||||||
@@ -22,3 +23,4 @@ stamp-h1
|
|||||||
ylwrap
|
ylwrap
|
||||||
*.o
|
*.o
|
||||||
*.core
|
*.core
|
||||||
|
*.tar.gz
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
SUBDIRS = src data
|
SUBDIRS = src data contrib
|
||||||
dist_doc_DATA = README.md
|
dist_doc_DATA = README.md
|
||||||
|
man1_MAN = sermon.1
|
||||||
|
|||||||
48
sermon.1
Normal file
48
sermon.1
Normal 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.
|
||||||
Reference in New Issue
Block a user