summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunchgen
diff options
context:
space:
mode:
authorbentley <bentley@openbsd.org>2014-11-15 14:41:01 +0000
committerbentley <bentley@openbsd.org>2014-11-15 14:41:01 +0000
commitd01fe41759645b4d0c58a04cd818c3b126795b6d (patch)
tree85ad0547445c0b9d96457d1fda0c4aae74a0370b /usr.sbin/crunchgen
parentNo point in documenting an outright bug fixed in 4.3BSD. (diff)
downloadwireguard-openbsd-d01fe41759645b4d0c58a04cd818c3b126795b6d.tar.xz
wireguard-openbsd-d01fe41759645b4d0c58a04cd818c3b126795b6d.zip
Reduce instances of `` '' in manuals.
troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@
Diffstat (limited to 'usr.sbin/crunchgen')
-rw-r--r--usr.sbin/crunchgen/crunchgen.88
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/crunchgen/crunchgen.8 b/usr.sbin/crunchgen/crunchgen.8
index f9518d4941a..01ceed5daed 100644
--- a/usr.sbin/crunchgen/crunchgen.8
+++ b/usr.sbin/crunchgen/crunchgen.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crunchgen.8,v 1.7 2013/08/14 08:39:33 jmc Exp $
+.\" $OpenBSD: crunchgen.8,v 1.8 2014/11/15 14:41:03 bentley Exp $
.\"
.\"
.\" Copyright (c) 1994 University of Maryland
@@ -25,7 +25,7 @@
.\" Computer Science Department
.\" University of Maryland at College Park
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt CRUNCHGEN 8
.Os
.Sh NAME
@@ -84,7 +84,9 @@ The
.Ar keep-list-file
must contain a list of symbols to keep visible, one symbol per line.
Note that the C compiler prepends an underscore in front of
-symbols, so to keep the C function ``foo'' visible, the option
+symbols, so to keep the C function
+.Dq foo
+visible, the option
.Dq -k _foo
must be used.
.Pp