summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-15 09:35:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-15 09:35:16 +0000
commit106a192731392f903066aea4df07966080bf245a (patch)
tree0d1b4bf2509e5e6eae089295a8597142f9ec961d /mandoc.1
parente23d8fca998da91dcdcd61a1c8efb66dabf46225 (diff)
downloadmandoc-106a192731392f903066aea4df07966080bf245a.tar.gz
Manual-aesthetics fix (schwarze@openbsd.org).
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.110
1 files changed, 5 insertions, 5 deletions
diff --git a/mandoc.1 b/mandoc.1
index 7f6691a8..fd1c8185 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -37,20 +37,20 @@ The
utility formats
.Ux
manual pages for display. The arguments are as follows:
-.Bl -tag -width XXXXXXXXXXXX
+.Bl -tag -width Ds
.\" ITEM
.It Fl f Ns Ar option...
Override default compiler behaviour. See
.Sx Compiler Options
for details.
.\" ITEM
-.It Fl m
+.It Fl m Ns Ar format
Input format. See
.Sx Input Formats
for available formats. Defaults to
.Fl m Ns Ar andoc .
.\" ITEM
-.It Fl T
+.It Fl T Ns Ar output
Output format. See
.Sx Output Formats
for available formats. Defaults to
@@ -188,7 +188,7 @@ The
utility accepts the following
.Fl T
arguments:
-.Bl -tag -width XXXXXXXXXXXX
+.Bl -tag -width Ds
.It Fl T Ns Ar ascii
Produce 7-bit ASCII output, backspace-encoded for bold and underline
styles. This is the default.
@@ -205,7 +205,7 @@ corresponding filter in-order.
Default compiler behaviour may be overriden with the
.Fl f
flag.
-.Bl -tag -width XXXXXXXXXXXXXX
+.Bl -tag -width Ds
.It Fl f Ns Ar ign-scope
When rewinding the scope of a block macro, forces the compiler to ignore
scope violations. This can seriously mangle the resulting tree.