summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-03-30 16:06:14 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-03-30 16:06:14 +0000
commit6fba6ed1cc652a2bab19a123a1f0cafdf302653a (patch)
tree7386c41abd9b4801b3bb22eea917c75ea01700a0 /mandoc.1
parent5f0994551170b5b1f082e538e072b3f0b4ce9c21 (diff)
downloadmandoc-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.12
1 files changed, 1 insertions, 1 deletions
diff --git a/mandoc.1 b/mandoc.1
index 5c86d410..260b423d 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -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