summaryrefslogtreecommitdiffstatshomepage
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
commit66128bd2b82f1fc879b3184cfcc13dbad7f6acbe (patch)
tree54dbba3e20d1a4149d4e91199e3f03ca3d2c5e02 /mandoc.1
parent45125ba202b3ffc9d0c79af5dd63dce1fabcc6bb (diff)
downloadmandoc-66128bd2b82f1fc879b3184cfcc13dbad7f6acbe.tar.gz
mandoc-66128bd2b82f1fc879b3184cfcc13dbad7f6acbe.tar.zst
mandoc-66128bd2b82f1fc879b3184cfcc13dbad7f6acbe.zip
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.18
1 files changed, 7 insertions, 1 deletions
diff --git a/mandoc.1 b/mandoc.1
index 58af31c6..318f0798 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.37 2009/09/21 13:06:13 kristaps Exp $
+.\" $Id: mandoc.1,v 1.38 2009/09/21 13:44:56 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -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