summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 16:36:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 16:36:06 +0000
commit83fa9f1e2d9cea33837b5bedf4932e24a73c253a (patch)
treee36ef6f42bdefd5a7dac0e4dd2adf445b40cdff5 /mandoc.1
parent38978c6f40cc37f32a8799d8b8e7e31e051eb2f1 (diff)
downloadmandoc-83fa9f1e2d9cea33837b5bedf4932e24a73c253a.tar.gz
Fixed mandoc.1 examples (new -Thtml options).
Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c.
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 894952d3..66f5f371 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -54,7 +54,7 @@ Input format. See
for available formats. Defaults to
.Fl m Ns Ar andoc .
.
-.It Fl o Ns Ar format
+.It Fl o Ns Ar option...
Comma-separated output options. See
.Sx Output Options
for details.
@@ -295,11 +295,11 @@ To page manuals to the terminal:
.D1 % mandoc mandoc.1 mdoc.3 mdoc.7 | less
.
.Pp
-To produce HTML manuals with
-.Pa http://localhost/
-as the base URI:
+To produce HTML manuals with
+.Ar style.css
+as the style-sheet:
.Pp
-.D1 % mandoc \-Thtml -obase=http://localhost/ mdoc.7 > mdoc.7.html
+.D1 % mandoc \-Thtml -ostyle=style.css mdoc.7 > mdoc.7.html
.Pp
To check over a large set of manuals:
.