diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-30 16:06:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-30 16:06:14 +0000 |
commit | 6fba6ed1cc652a2bab19a123a1f0cafdf302653a (patch) | |
tree | 7386c41abd9b4801b3bb22eea917c75ea01700a0 /mandoc.1 | |
parent | 5f0994551170b5b1f082e538e072b3f0b4ce9c21 (diff) | |
download | mandoc-6fba6ed1cc652a2bab19a123a1f0cafdf302653a.tar.gz |
Escape punctuation characters that have a different meaning in -Tpdf.
~, `, and ' get translated to non-ASCII characters by most troff
implementations when generating PostScript/PDF output. When the
original ASCII character is meant, it needs to be manually escaped.
Patch from bentley@.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -566,7 +566,7 @@ as the style-sheet: .Pp To check over a large set of manuals: .Pp -.Dl $ mandoc \-T lint `find /usr/src -name \e*\e.[1-9]` +.Dl $ mandoc \-T lint \(gafind /usr/src -name \e*\e.[1-9]\(ga .Pp To produce a series of PostScript manuals for A4 paper: .Pp |