summaryrefslogtreecommitdiffstatshomepage
path: root/mdocml.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-27 17:27:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-27 17:27:50 +0000
commit32bc4a1e0a8ab255cd10e101dc9778b0c143f2f8 (patch)
tree9e29cf915b9f138f68c4a3b41ff27083c16d4326 /mdocml.1
parent4dd19dc815efe99e3ac82f119af43261f3c73520 (diff)
downloadmandoc-32bc4a1e0a8ab255cd10e101dc9778b0c143f2f8.tar.gz
mandoc-32bc4a1e0a8ab255cd10e101dc9778b0c143f2f8.tar.zst
mandoc-32bc4a1e0a8ab255cd10e101dc9778b0c143f2f8.zip
*** empty log message ***
Diffstat (limited to 'mdocml.1')
-rw-r--r--mdocml.19
1 files changed, 6 insertions, 3 deletions
diff --git a/mdocml.1 b/mdocml.1
index 8df5c7f6..2f194334 100644
--- a/mdocml.1
+++ b/mdocml.1
@@ -14,6 +14,7 @@
.\"
.Sh SYNOPSIS
.Nm mdocml
+.Op Fl W
.Op Fl o Ar outfile
.Op Ar infile
.\"
@@ -22,19 +23,21 @@ The
.Nm
utility compiles manpage source into a mark-up language. Its arguments
are as follows:
-.Bl -tag -width "-o outfile"
+.Bl -tag -width "\-o outfile"
.It Fl o Ar outfile
Place output in
.Ar outfile ,
which may be
-.Qq -
+.Qq \-
for standard output. The default is standard output.
.It Ar infile
Read input from
.Ar infile ,
which may be
-.Qq -
+.Qq \-
for standard input. The default is standard input.
+.It Fl W
+Print warnings.
.El
.\" The following requests should be uncommented and used where appropriate.
.\" This next request is for sections 2, 3, and 9 function return values only.