Skip to content

Commit

Permalink
better manpage
Browse files Browse the repository at this point in the history
Signed-off-by: Miek Gieben <[email protected]>
  • Loading branch information
miekg committed Sep 21, 2018
1 parent 9240a83 commit 5c9ba9f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mmark.1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ towards writing IETF documents.
It is, however, \f[I]also\f[] suited for writing complete books and
other technical documentation.
.PP
It provides an advanced markdown dialect that processes file(s) to
Mmark provides an advanced markdown dialect that processes file(s) to
produce internet\-drafts in XML RFC
7991 (https://tools.ietf.org/html/rfc7991) format.
Mmark can produce xml2rfc (aforementioned RFC 7991), RFC 7749 (xml2rfc
Expand Down Expand Up @@ -55,7 +55,8 @@ create HTML output
.RE
.TP
.B \f[B]\-unsafe\f[]
allow includes from anywhere in the filesystem
allow includes from anywhere in the filesystem, otherwise they are only
allowed \f[I]under\f[] the current document.
.RS
.RE
.TP
Expand All @@ -65,12 +66,13 @@ generate an index at the end of the document (default true)
.RE
.TP
.B \f[B]\-bibliography\f[]
generate a bibliographtysection after the back matter (default true)
generate a bibliographtysection after the back matter (default true),
this needs a \f[C]{{backmatter}}\f[] in the document.
.RS
.RE
.TP
.B \f[B]\-version\f[]
show mmark version
show mmark\[aq]s version
.RS
.RE
.SH ALSO SEE
Expand Down

0 comments on commit 5c9ba9f

Please sign in to comment.