aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdocml.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-06 19:41:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-06 19:41:41 +0000
commitd54afcd6206b4f4d7ffc18ab336cabe41c5bd6ab (patch)
tree9304b10f96d7a9be91cfb65b9d6d2acd039fc399 /mdocml.1
parent22c2da2e8f371caa5d2148dc9006c1dbb0a76cf4 (diff)
downloadmandoc-d54afcd6206b4f4d7ffc18ab336cabe41c5bd6ab.tar.gz
mandoc-d54afcd6206b4f4d7ffc18ab336cabe41c5bd6ab.tar.zst
mandoc-d54afcd6206b4f4d7ffc18ab336cabe41c5bd6ab.zip
*** empty log message ***
Diffstat (limited to 'mdocml.1')
-rw-r--r--mdocml.120
1 files changed, 10 insertions, 10 deletions
diff --git a/mdocml.1 b/mdocml.1
index 8ea10fd0..31fd863a 100644
--- a/mdocml.1
+++ b/mdocml.1
@@ -30,7 +30,7 @@ The output filter name.
Write output to
.Ar outfile ,
which may be
-.Qq \-
+.Dq \-
for stdout.
.It Fl W
Print warnings to stderr.
@@ -38,7 +38,7 @@ Print warnings to stderr.
Read input from
.Ar infile ,
which may be
-.Qq \-
+.Dq \-
for stdin.
.El
.Pp
@@ -56,24 +56,24 @@ is the default filter. This filter has no additional arguments.
The XML filter creates an XML document where element names are their respective
roff macro names. Each element name has an associated
namespace, which is one of
-.Qq block ,
-.Qq head ,
-.Qq body ,
+.Dq block ,
+.Dq head ,
+.Dq body ,
or
-.Qq inline ,
+.Dq inline ,
corresponding to the display mode of a node. The document root is
always the
-.Qq mdoc
+.Dq mdoc
element, in the default namespace; the
-.Qq head
+.Dq head
namespace is for block headers (such as
.Sq .Ss
and
.Sq .Sh ) ;
the
-.Qq body
+.Dq body
namespace is for block bodies; and the
-.Qq inline
+.Dq inline
namespace is for in-line elements (such as
.Sq .Em ) .
.Ss HTML Filter