diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 11:18:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 11:18:57 +0000 |
commit | 5e230b74aa5d00132cb7d86cc3a799980ea1db81 (patch) | |
tree | 1b0a8fbfe3bab00321088b8244ca8e217cc0f783 | |
parent | 09aa9927bb049d1d607faa6ad1a3b52770414189 (diff) | |
download | mandoc-5e230b74aa5d00132cb7d86cc3a799980ea1db81.tar.gz |
Correctly mark the examples as `Dl', not `D1'.
-rw-r--r-- | mandoc.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -375,14 +375,14 @@ output mode implies .Sh EXAMPLES To page manuals to the terminal: .Pp -.D1 $ mandoc \-Wall,stop mandoc.1 2\*(Gt&1 | less -.D1 $ mandoc mandoc.1 mdoc.3 mdoc.7 | less +.Dl $ mandoc \-Wall,stop mandoc.1 2\*(Gt&1 | less +.Dl $ mandoc mandoc.1 mdoc.3 mdoc.7 | less .Pp To produce HTML manuals with .Ar style.css as the style-sheet: .Pp -.D1 $ mandoc \-Thtml -Ostyle=style.css mdoc.7 \*(Gt mdoc.7.html +.Dl $ mandoc \-Thtml -Ostyle=style.css mdoc.7 \*(Gt mdoc.7.html .Pp To check over a large set of manuals: .Pp @@ -390,7 +390,7 @@ To check over a large set of manuals: .Pp To produce a series of PostScript manuals for A4 paper: .Pp -.D1 $ mandoc \-Tps \-Opaper=a4 mdoc.7 man.7 \*(Gt manuals.ps +.Dl $ mandoc \-Tps \-Opaper=a4 mdoc.7 man.7 \*(Gt manuals.ps .Sh DIAGNOSTICS Standard error messages reporting parsing errors are prefixed by .Pp |