summaryrefslogtreecommitdiffstats
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
commit251cb31839ca20218450f57218e4d7935e6e0652 (patch)
tree0bc950bf849256933a3bc0f6b496b8b125bfd3c4 /mdocml.1
parent757654bf3db3f335e31ed99eff0744a5b6d0c5d1 (diff)
downloadmandoc-251cb31839ca20218450f57218e4d7935e6e0652.tar.gz
*** 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 6e4ebc02..79941da1 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.