summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
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