summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-11-05 17:47:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-11-05 17:47:51 +0000
commitbc4c8866b7e528690753ded27b93b99e21bdc614 (patch)
tree0ccb4213fed52c69efccdbb9f991c34d6647265d /mandoc.1
parent3597644f169f66ac9227817364260907da25a52f (diff)
downloadmandoc-bc4c8866b7e528690753ded27b93b99e21bdc614.tar.gz
Unify the three stylesheets into a single CSS file.
Many thanks to bentley@ for doing this work.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.16
1 files changed, 3 insertions, 3 deletions
diff --git a/mandoc.1 b/mandoc.1
index 263c4e1d..c8ed310f 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -349,7 +349,7 @@ Equations rendered from
blocks use MathML.
.Pp
The
-.Pa example.style.css
+.Pa mandoc.css
file documents style-sheet classes available for customising output.
If a style-sheet is not specified with
.Fl O Cm style ,
@@ -601,10 +601,10 @@ To page manuals to the terminal:
.Dl $ mandoc mandoc.1 mdoc.3 mdoc.7 | less
.Pp
To produce HTML manuals with
-.Ar style.css
+.Pa mandoc.css
as the style-sheet:
.Pp
-.Dl $ mandoc \-T html -O style=style.css mdoc.7 \*(Gt mdoc.7.html
+.Dl $ mandoc \-T html -O style=mandoc.css mdoc.7 \*(Gt mdoc.7.html
.Pp
To check over a large set of manuals:
.Pp