Skip to content

Commit b2ef861

Browse files
committed
more
Signed-off-by: Miek Gieben <[email protected]>
1 parent fbbaa41 commit b2ef861

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

mmark.1

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.SH "NAME"
55
.PP
6-
mmark \- generate XML, HTML or manual pages from mmark markdown documents.
6+
mmark \\- generate XML, HTML or manual pages from mmark markdown documents.
77

88
.SH "SYNOPSIS"
99
.PP
@@ -15,7 +15,7 @@ mmark \- generate XML, HTML or manual pages from mmark markdown documents.
1515
is, however, \fIalso\fP suited for writing complete books and other technical documentation.
1616

1717
.PP
18-
Mmark provides an advanced markdown dialect that processes file(s) to produce internet-drafts in XML
18+
Mmark provides an advanced markdown dialect that processes file(s) to produce internet\-drafts in XML
1919
RFC 7991
2020
\[la]https://tools.ietf.org/html/rfc7991\[ra] format. Mmark can produce xml2rfc (aforementioned
2121
RFC 7991), HTML5 and manual pages.
@@ -52,7 +52,7 @@ Citations and adding XML References (those used by the IETF).
5252
.IP \(bu 4
5353
Cross references: short form of referencing a section in the document.
5454
.IP \(bu 4
55-
Super- and subscript.
55+
Super\- and subscript.
5656
.IP \(bu 4
5757
Callouts in code and text.
5858
.IP \(bu 4
@@ -61,7 +61,7 @@ BCP14 (RFC 2119) keyword detection.
6161

6262
.SH "RFC 7991"
6363
.PP
64-
This is the XML format used by the RFC editor for accepting Internet-Drafts.
64+
This is the XML format used by the RFC editor for accepting Internet\-Drafts.
6565

6666
.SH "HTML5"
6767
.PP
@@ -73,36 +73,36 @@ The man renderer outputs nroff that can be viewed via man(1).
7373

7474
.SH "OPTIONS"
7575
.TP
76-
\fB-ast\fP
76+
\fB\-ast\fP
7777
print abstract syntax tree and exit.
7878
.TP
79-
\fB-css string\fP
80-
link to a CSS stylesheet (only used with -html).
79+
\fB\-css string\fP
80+
link to a CSS stylesheet (only used with \-html).
8181
.TP
82-
\fB-fragment\fP
82+
\fB\-fragment\fP
8383
don't create a full document.
8484
.TP
85-
\fB-head string\fP
86-
link to HTML to be included in head (only used with -html).
85+
\fB\-head string\fP
86+
link to HTML to be included in head (only used with \-html).
8787
.TP
88-
\fB-html\fP
88+
\fB\-html\fP
8989
create HTML output.
9090
.TP
91-
\fB-man\fP
91+
\fB\-man\fP
9292
output nroff (manual pages).
9393
.TP
94-
\fB-unsafe\fP
94+
\fB\-unsafe\fP
9595
allow includes from anywhere in the filesystem, otherwise they are only allowed \fIbelow\fP the
9696
current document.
9797
.TP
98-
\fB-index\fP
98+
\fB\-index\fP
9999
generate an index at the end of the document (default true).
100100
.TP
101-
\fB-bibliography\fP
101+
\fB\-bibliography\fP
102102
generate a bibliography section after the back matter (default true), this \fIneeds\fP a
103103
\fB\fC{{backmatter}}\fR in the document.
104104
.TP
105-
\fB-version\fP
105+
\fB\-version\fP
106106
show mmark's version.
107107

108108

mmark.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: October 2019
77

88
# NAME
99

10-
mmark \\- generate XML, HTML or manual pages from mmark markdown documents.
10+
mmark - generate XML, HTML or manual pages from mmark markdown documents.
1111

1212
# SYNOPSIS
1313

0 commit comments

Comments
 (0)