aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit8ed0e0c9bf0dda6d753339d28f81747e661233a1 (patch)
tree9d865e0cb521befb70e074e061415446a5cbf4dd /mandoc.1
parentb404dfc4c82d729cc030ce0017617c6ade4d32ac (diff)
downloadmandoc-8ed0e0c9bf0dda6d753339d28f81747e661233a1.tar.gz
mandoc-8ed0e0c9bf0dda6d753339d28f81747e661233a1.tar.zst
mandoc-8ed0e0c9bf0dda6d753339d28f81747e661233a1.zip
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.16
1 files changed, 3 insertions, 3 deletions
diff --git a/mandoc.1 b/mandoc.1
index 9d5e664b..64069067 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.157 2015/03/27 21:40:04 schwarze Exp $
+.\" $Id: mandoc.1,v 1.158 2015/03/30 16:06:14 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2012, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 27 2015 $
+.Dd $Mdocdate: March 30 2015 $
.Dt MANDOC 1
.Os
.Sh NAME
@@ -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