diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-21 13:44:56 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-21 13:44:56 +0000 |
commit | aa4258e259a6d13ee38d6b17b19399da51506f43 (patch) | |
tree | ec0f5cf33a8e5eff1f39740b515a8718da76b504 /mandoc.1 | |
parent | 999f14b2c785abc9f7cc83f32a010821b5f9a1ff (diff) | |
download | mandoc-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.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |