summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 13:44:56 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 13:44:56 +0000
commitaa4258e259a6d13ee38d6b17b19399da51506f43 (patch)
treeec0f5cf33a8e5eff1f39740b515a8718da76b504 /mandoc.1
parent999f14b2c785abc9f7cc83f32a010821b5f9a1ff (diff)
downloadmandoc-aa4258e259a6d13ee38d6b17b19399da51506f43.tar.gz
Fixed body/divbody structure of html pages.
Added example style.css (example.style.css). Enabled using -Thtml to generate manuals in Makefile. Stopped making text manuals for webpage.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.16
1 files changed, 6 insertions, 0 deletions
diff --git a/mandoc.1 b/mandoc.1
index 68b6c08d..fc5086aa 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -277,6 +277,12 @@ 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:
+.Pp
+.D1 % mandoc \-Thtml -obase=http://localhost/ mdoc.7 > mdoc.7.html
+.Pp
To check over a large set of manuals:
.
.Pp