summaryrefslogtreecommitdiffstats
path: root/usr.sbin
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
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')
-rw-r--r--usr.sbin/crunchgen/crunchgen.88
-rw-r--r--usr.sbin/dhcpd/dhcpd.leases.511
-rw-r--r--usr.sbin/rbootd/rbootd.87
3 files changed, 16 insertions, 10 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
diff --git a/usr.sbin/dhcpd/dhcpd.leases.5 b/usr.sbin/dhcpd/dhcpd.leases.5
index 68b95f56283..0ea68786483 100644
--- a/usr.sbin/dhcpd/dhcpd.leases.5
+++ b/usr.sbin/dhcpd/dhcpd.leases.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhcpd.leases.5,v 1.11 2014/01/03 16:21:58 jmc Exp $
+.\" $OpenBSD: dhcpd.leases.5,v 1.12 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 1997, 1998 The Internet Software Consortium.
.\" All rights reserved.
@@ -36,7 +36,7 @@
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
-.Dd $Mdocdate: January 3 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt DHCPD.LEASES 5
.Os
.Sh NAME
@@ -71,8 +71,11 @@ leased to the client.
The statements within the braces define the duration of the lease
and to whom it is assigned.
.Pp
-The start and end time of a lease are recorded using the ``starts''
-and ``ends'' statements:
+The start and end time of a lease are recorded using the
+.Ic starts
+and
+.Ic ends
+statements:
.Pp
.D1 Ic starts Ar date ;
.D1 Ic ends Ar date ;
diff --git a/usr.sbin/rbootd/rbootd.8 b/usr.sbin/rbootd/rbootd.8
index 3d8a4fd19e5..e30b0859f40 100644
--- a/usr.sbin/rbootd/rbootd.8
+++ b/usr.sbin/rbootd/rbootd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rbootd.8,v 1.13 2011/09/03 22:59:08 jmc Exp $
+.\" $OpenBSD: rbootd.8,v 1.14 2014/11/15 14:41:03 bentley Exp $
.\" $NetBSD: rbootd.8,v 1.3 1995/08/21 17:05:16 thorpej Exp $
.\"
.\" Copyright (c) 1988, 1992 The University of Utah and the Center
@@ -41,7 +41,7 @@
.\" Utah Hdr: rbootd.man 3.1 92/07/06
.\" Author: Jeff Forys, University of Utah CSS
.\"
-.Dd $Mdocdate: September 3 2011 $
+.Dd $Mdocdate: November 15 2014 $
.Dt RBOOTD 8
.Os
.Sh NAME
@@ -80,7 +80,8 @@ Service boot requests on specified
If unspecified,
.Nm
searches the system interface list for the lowest numbered, configured
-``up'' interface (excluding loopback).
+.Dq up
+interface (excluding loopback).
Ties are broken by choosing the earliest match.
.El
.Pp