summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-12-24 23:37:22 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-12-24 23:37:22 +0000
commit7c9ae32d22c9c45b47b6d8220a4b4c538457f7ba (patch)
tree1bd00b64bc062924037e41f1cc38a935a905f902
parent71d463da09f86de8eddd700a267fc1f3631ddff9 (diff)
downloadmandoc-7c9ae32d22c9c45b47b6d8220a4b4c538457f7ba.tar.gz
mandoc.css lives in /usr/share/misc now; use full paths to indicate this.
from tedu@
-rw-r--r--mandoc.114
1 files changed, 7 insertions, 7 deletions
diff --git a/mandoc.1 b/mandoc.1
index aee0e448..95cc1f56 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -320,9 +320,9 @@ Equations rendered from
.Xr eqn 7
blocks use MathML.
.Pp
-The
-.Pa mandoc.css
-file documents style-sheet classes available for customising output.
+The file
+.Pa /usr/share/misc/mandoc.css
+documents style-sheet classes available for customising output.
If a style-sheet is not specified with
.Fl O Cm style ,
.Fl T Cm html
@@ -686,10 +686,10 @@ To page manuals to the terminal:
.Dl $ mandoc -l mandoc.1 man.1 apropos.1 makewhatis.8
.Pp
To produce HTML manuals with
-.Pa mandoc.css
+.Pa /usr/share/misc/mandoc.css
as the style-sheet:
.Pp
-.Dl $ mandoc \-T html -O style=mandoc.css mdoc.7 \*(Gt mdoc.7.html
+.Dl $ mandoc \-T html -O style=/usr/share/misc/mandoc.css mdoc.7 > mdoc.7.html
.Pp
To check over a large set of manuals:
.Pp
@@ -697,7 +697,7 @@ To check over a large set of manuals:
.Pp
To produce a series of PostScript manuals for A4 paper:
.Pp
-.Dl $ mandoc \-T ps \-O paper=a4 mdoc.7 man.7 \*(Gt manuals.ps
+.Dl $ mandoc \-T ps \-O paper=a4 mdoc.7 man.7 > manuals.ps
.Pp
Convert a modern
.Xr mdoc 7
@@ -707,7 +707,7 @@ format, for use on systems lacking an
.Xr mdoc 7
parser:
.Pp
-.Dl $ mandoc \-T man foo.mdoc \*(Gt foo.man
+.Dl $ mandoc \-T man foo.mdoc > foo.man
.Sh DIAGNOSTICS
Messages displayed by
.Nm