summaryrefslogtreecommitdiffstatshomepage
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
commit5fd4bbfb011aeb0750a37047be4d3fade1964aea (patch)
tree1dc8a3461388b9f151c4f2321f0e8214676d3252 /mandoc.1
parent2c8407d1d02802e3c8bd38cf02d3e7cc8252a498 (diff)
downloadmandoc-5fd4bbfb011aeb0750a37047be4d3fade1964aea.tar.gz
mandoc-5fd4bbfb011aeb0750a37047be4d3fade1964aea.tar.zst
mandoc-5fd4bbfb011aeb0750a37047be4d3fade1964aea.zip
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.112
1 files changed, 6 insertions, 6 deletions
diff --git a/mandoc.1 b/mandoc.1
index c81018fc..cce6f834 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.40 2009/10/03 15:26:26 kristaps Exp $
+.\" $Id: mandoc.1,v 1.41 2009/10/03 16:36:06 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -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:
.