summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/quiz/quiz.68
-rw-r--r--lib/libc/db/man/btree.37
-rw-r--r--lib/libc/hash/md5.36
-rw-r--r--lib/libc/hash/rmd160.311
-rw-r--r--lib/libc/stdio/fopen.312
-rw-r--r--lib/libc/stdio/printf.37
-rw-r--r--lib/libc/stdlib/getsubopt.310
-rw-r--r--lib/libc/sys/intro.211
-rw-r--r--lib/libc/sys/mlock.29
-rw-r--r--lib/libc/sys/reboot.28
-rw-r--r--lib/libc/sys/sigaltstack.28
-rw-r--r--lib/libc/time/strptime.37
-rw-r--r--libexec/getty/getty.87
-rw-r--r--sbin/atactl/atactl.87
-rw-r--r--sbin/ping6/ping6.88
-rw-r--r--share/man/man4/cardbus.48
-rw-r--r--share/man/man4/ichwdt.48
-rw-r--r--share/man/man4/ipsec.410
-rw-r--r--share/man/man4/man4.amd64/tcpcib.48
-rw-r--r--share/man/man4/man4.i386/tcpcib.48
-rw-r--r--share/man/man4/man4.luna88k/le.48
-rw-r--r--share/man/man4/man4.vax/rx.49
-rw-r--r--share/man/man4/man4.vax/uda.49
-rw-r--r--share/man/man4/pci.48
-rw-r--r--share/man/man4/twe.47
-rw-r--r--share/man/man5/acct.56
-rw-r--r--share/man/man5/ar.511
-rw-r--r--share/man/man9/syscall.96
-rw-r--r--share/man/man9/tc_init.96
-rw-r--r--usr.bin/chpass/chpass.18
-rw-r--r--usr.bin/ftp/ftp.17
-rw-r--r--usr.bin/hexdump/hexdump.18
-rw-r--r--usr.bin/nl/nl.17
-rw-r--r--usr.bin/ssh/sshd.812
-rw-r--r--usr.bin/stat/stat.143
-rw-r--r--usr.bin/telnet/telnet.1114
-rw-r--r--usr.bin/tset/tset.112
-rw-r--r--usr.bin/w/w.111
-rw-r--r--usr.bin/yacc/yyfix.19
-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
42 files changed, 304 insertions, 191 deletions
diff --git a/games/quiz/quiz.6 b/games/quiz/quiz.6
index 98ebc0b9a0a..e4c580c96f5 100644
--- a/games/quiz/quiz.6
+++ b/games/quiz/quiz.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: quiz.6,v 1.8 2007/05/31 19:19:18 jmc Exp $
+.\" $OpenBSD: quiz.6,v 1.9 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)quiz.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: November 15 2014 $
.Dt QUIZ 6
.Os
.Sh NAME
@@ -103,7 +103,9 @@ category in the subject.
In data files, each line represents a question/answer set.
Each category is the information for the question/answer for that category.
.Pp
-The backslash character (``\e'') is used to quote syntactically significant
+The backslash character
+.Pq Sq \e
+is used to quote syntactically significant
characters, or at the end of a line to signify that a continuation line
follows.
.Pp
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3
index 2e0f7dafecf..731f34db459 100644
--- a/lib/libc/db/man/btree.3
+++ b/lib/libc/db/man/btree.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: btree.3,v 1.21 2014/01/21 03:15:44 schwarze Exp $
+.\" $OpenBSD: btree.3,v 1.22 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)btree.3 8.4 (Berkeley) 8/18/94
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt BTREE 3
.Os
.Sh NAME
@@ -104,7 +104,8 @@ routine is used; however,
routine calls with the
.Dv R_CURSOR
flag set will always return the logical
-``first'' of any group of duplicate keys.
+.Dq first
+of any group of duplicate keys.
.El
.It Fa cachesize
A suggested maximum size (in bytes) of the memory cache.
diff --git a/lib/libc/hash/md5.3 b/lib/libc/hash/md5.3
index d62d69c1003..b0f9672e172 100644
--- a/lib/libc/hash/md5.3
+++ b/lib/libc/hash/md5.3
@@ -16,9 +16,9 @@
.\" If we meet some day, and you think this stuff is worth it, you
.\" can buy me a beer in return. Poul-Henning Kamp
.\"
-.\" $OpenBSD: md5.3,v 1.2 2014/04/03 15:55:29 beck Exp $
+.\" $OpenBSD: md5.3,v 1.3 2014/11/15 14:41:02 bentley Exp $
.\"
-.Dd $Mdocdate: April 3 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt MD5 3
.Os
.Sh NAME
@@ -31,7 +31,7 @@
.Nm MD5File ,
.Nm MD5FileChunk ,
.Nm MD5Data
-.Nd calculate the RSA Data Security, Inc., ``MD5'' message digest
+.Nd calculate the RSA Data Security, Inc., MD5 message digest
.Sh SYNOPSIS
.In sys/types.h
.In md5.h
diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3
index e5b253ed1b2..10134d097a2 100644
--- a/lib/libc/hash/rmd160.3
+++ b/lib/libc/hash/rmd160.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.3,v 1.32 2014/03/23 23:27:22 naddy Exp $
+.\" $OpenBSD: rmd160.3,v 1.33 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -17,7 +17,7 @@
.\" See http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html
.\" for detailed information about RIPEMD-160.
.\"
-.Dd $Mdocdate: March 23 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt RMD160 3
.Os
.Sh NAME
@@ -30,7 +30,7 @@
.Nm RMD160File ,
.Nm RMD160FileChunk ,
.Nm RMD160Data
-.Nd calculate the ``RIPEMD-160'' message digest
+.Nd calculate the RIPEMD-160 message digest
.Sh SYNOPSIS
.In sys/types.h
.In rmd160.h
@@ -167,7 +167,10 @@ and should be freed using
when it is no longer needed.
.Sh EXAMPLES
The follow code fragment will calculate the digest for
-the string "abc" which is ``0x8eb208f7e05d987a9b044a8e98c6b087f15a0bfc''.
+the string
+.Dq abc
+which is
+.Dq 0x8eb208f7e05d987a9b044a8e98c6b087f15a0bfc .
.Bd -literal -offset indent
RMD160_CTX rmd;
u_int8_t results[RMD160_DIGEST_LENGTH];
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index 92929906a9d..0c0f5b53ca0 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fopen.3,v 1.29 2014/08/31 06:36:30 jmc Exp $
+.\" $OpenBSD: fopen.3,v 1.30 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 31 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt FOPEN 3
.Os
.Sh NAME
@@ -77,11 +77,15 @@ Open for reading and writing.
The file is created if it does not exist.
.El
.Pp
-The letter ``b'' in the
+The letter
+.Dq b
+in the
.Fa mode
strings above is strictly for compatibility with
.St -ansiC
-and has no effect; the ``b'' is ignored.
+and has no effect; the
+.Dq b
+is ignored.
.Pp
After any of the above prefixes, the
.Fa mode
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 75e1949fe88..66830ed4446 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.69 2014/05/13 20:51:00 jmc Exp $
+.\" $OpenBSD: printf.3,v 1.70 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)printf.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: May 13 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt PRINTF 3
.Os
.Sh NAME
@@ -186,7 +186,8 @@ Zero or more of the following flags:
A hash
.Sq Cm #
character
-specifying that the value should be converted to an ``alternate form''.
+specifying that the value should be converted to an
+.Dq alternate form .
For
.Cm o
conversions, the precision of the number is increased to force the first
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3
index ef813430de3..335a4b9c07c 100644
--- a/lib/libc/stdlib/getsubopt.3
+++ b/lib/libc/stdlib/getsubopt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsubopt.3,v 1.13 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: getsubopt.3,v 1.14 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getsubopt.3 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt GETSUBOPT 3
.Os
.Sh NAME
@@ -107,17 +107,17 @@ char *options, *value;
while ((ch = getopt(argc, argv, "ab:")) != -1) {
switch (ch) {
case 'a':
- /* process ``a'' option */
+ /* process "a" option */
break;
case 'b':
options = optarg;
while (*options) {
switch (getsubopt(&options, tokens, &value)) {
case ONE:
- /* process ``one'' sub option */
+ /* process "one" sub option */
break;
case TWO:
- /* process ``two'' sub option */
+ /* process "two" sub option */
if (!value)
error("no value for two");
i = atoi(value);
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 460a75aff28..7e4ef87c04f 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.2,v 1.51 2014/05/30 04:42:07 guenther Exp $
+.\" $OpenBSD: intro.2,v 1.52 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $
.\"
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)intro.2 8.3 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: May 30 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt INTRO 2
.Os
.Sh NAME
@@ -550,7 +550,8 @@ does not result in the loss of the original (real) group ID.
.Pp
The group access list is a set of group IDs
used only in determining resource accessibility.
-Access checks are performed as described below in ``File Access Permissions''.
+Access checks are performed as described below in
+.Dq File Access Permissions .
.It Saved Set User ID and Saved Set Group ID
When a process executes a new file, the effective user ID is set
to the owner of the file if the file is set-user-ID, and the effective
@@ -708,7 +709,9 @@ and the group permissions allow the access.
Neither the effective user ID nor effective group ID
and group access list of the process
match the corresponding user ID and group ID of the file,
-but the permissions for ``other users'' allow access.
+but the permissions for
+.Dq other users
+allow access.
.Pp
Otherwise, permission is denied.
.It Sockets and Address Families
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2
index de13362db9d..c2b8a8d25cc 100644
--- a/lib/libc/sys/mlock.2
+++ b/lib/libc/sys/mlock.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mlock.2,v 1.18 2014/07/02 22:22:35 matthew Exp $
+.\" $OpenBSD: mlock.2,v 1.19 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: mlock.2,v 1.3 1995/06/24 10:42:03 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)mlock.2 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: July 2 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt MLOCK 2
.Os
.Sh NAME
@@ -94,8 +94,9 @@ limited in how much they can lock down.
A single process can
.Fn mlock
the minimum of
-a system-wide ``wired pages'' limit and
-the per-process
+a system-wide
+.Dq wired pages
+limit and the per-process
.Li RLIMIT_MEMLOCK
resource limit.
.Sh RETURN VALUES
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2
index 53b32fb988a..69231263c88 100644
--- a/lib/libc/sys/reboot.2
+++ b/lib/libc/sys/reboot.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: reboot.2,v 1.16 2014/01/21 03:15:45 schwarze Exp $
+.\" $OpenBSD: reboot.2,v 1.17 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: reboot.2,v 1.5 1995/02/27 12:36:02 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)reboot.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt REBOOT 2
.Os
.Sh NAME
@@ -141,7 +141,9 @@ program in the newly booted system.
When no options are given (i.e.,
.Dv RB_AUTOBOOT
is used), the system is
-rebooted from file ``bsd'' in the root file system of unit 0
+rebooted from file
+.Pa /bsd
+in the root file system of unit 0
of a disk chosen in a processor specific way.
An automatic consistency check of the disks is normally performed
(see
diff --git a/lib/libc/sys/sigaltstack.2 b/lib/libc/sys/sigaltstack.2
index 10776f7ac52..9b589bbf9ee 100644
--- a/lib/libc/sys/sigaltstack.2
+++ b/lib/libc/sys/sigaltstack.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sigaltstack.2,v 1.17 2014/09/09 08:17:59 guenther Exp $
+.\" $OpenBSD: sigaltstack.2,v 1.18 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: sigaltstack.2,v 1.3 1995/02/27 10:41:52 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1992, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)sigaltstack.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: September 9 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt SIGALTSTACK 2
.Os
.Sh NAME
@@ -121,7 +121,9 @@ to their stack requirements to allow for the operating system overhead.
Signal stacks are automatically adjusted for the direction of stack
growth and alignment requirements.
Signal stacks may or may not be protected by the hardware and
-are not ``grown'' automatically as is done for the normal stack.
+are not
+.Dq grown
+automatically as is done for the normal stack.
If the stack overflows and this space is not protected
unpredictable results may occur.
.Sh RETURN VALUES
diff --git a/lib/libc/time/strptime.3 b/lib/libc/time/strptime.3
index 00f508987b9..b45adbbcde5 100644
--- a/lib/libc/time/strptime.3
+++ b/lib/libc/time/strptime.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strptime.3,v 1.22 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strptime.3,v 1.23 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt STRPTIME 3
.Os
.Sh NAME
@@ -86,7 +86,8 @@ the date and time, using the locale's date and time format.
.It Cm \&%C
the century number [0,99]; leading zeros are permitted but not required.
Note that the converted value is added to the current value of the
-``tm_year'' field (in order that the "\&%y" conversion be useful).
+.Fa tm_year
+field (in order that the "\&%y" conversion be useful).
.It Cm \&%d
the day of month [1,31];
leading zeros are permitted but not required.
diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8
index 134ffb6fa68..70c74ba8bc3 100644
--- a/libexec/getty/getty.8
+++ b/libexec/getty/getty.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getty.8,v 1.14 2013/07/16 06:52:05 jmc Exp $
+.\" $OpenBSD: getty.8,v 1.15 2014/11/15 14:41:03 bentley Exp $
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt GETTY 8
.Os
.Sh NAME
@@ -53,7 +53,8 @@ The argument
.Ar tty
is the special device file in
.Pa /dev
-to open for the terminal (for example, ``ttyh0'').
+to open for the terminal (for example,
+.Pa ttyh0 ) .
If there is no argument or the argument is
.Sq - ,
the tty line is assumed to be open as file descriptor 0.
diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8
index 9039af1dd98..2075607361c 100644
--- a/sbin/atactl/atactl.8
+++ b/sbin/atactl/atactl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atactl.8,v 1.44 2014/09/08 01:27:55 schwarze Exp $
+.\" $OpenBSD: atactl.8,v 1.45 2014/11/15 14:41:03 bentley Exp $
.\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 8 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt ATACTL 8
.Os
.Sh NAME
@@ -236,7 +236,8 @@ command.
.It Li readattr
Displays attribute thresholds and values for the specified device.
Besides attribute values, device vendors may provide additional information
-shown in the last column, ``Raw''.
+shown in the last column,
+.Dq Raw .
Attributes names can be completely wrong since they vary between vendors and
even models, so don't rely on it.
SMART must be enabled while executing this command or the device will return
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8
index c3144fb0374..c8353a3da52 100644
--- a/sbin/ping6/ping6.8
+++ b/sbin/ping6/ping6.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ping6.8,v 1.47 2014/02/26 20:54:08 claudio Exp $
+.\" $OpenBSD: ping6.8,v 1.48 2014/11/15 14:41:03 bentley Exp $
.\" $KAME: ping6.8,v 1.57 2002/05/26 13:18:25 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 26 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt PING6 8
.Os
.Sh NAME
@@ -61,7 +61,9 @@ datagram to elicit an
.Dv ICMP6_ECHO_REPLY
from a host or gateway.
.Dv ICMP6_ECHO_REQUEST
-datagrams (``pings'') have an IPv6 header,
+datagrams
+.Pq Dq pings
+have an IPv6 header,
followed by an
ICMPv6
header formatted as documented in RFC 4443.
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4
index 05f0803369e..2eb8b80acd5 100644
--- a/share/man/man4/cardbus.4
+++ b/share/man/man4/cardbus.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cardbus.4,v 1.68 2010/03/01 09:28:20 sobrado Exp $
+.\" $OpenBSD: cardbus.4,v 1.69 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 1 2010 $
+.Dd $Mdocdate: November 15 2014 $
.Dt CARDBUS 4
.Os
.Sh NAME
@@ -86,7 +86,9 @@ Realtek RTL8180L IEEE 802.11b wireless network device
.It Xr com 4
serial communications interface
.It Xr puc 4
-PCI ``universal'' communications card driver
+PCI
+.Dq universal
+communications card driver
.El
.Ss Miscellaneous devices
.Bl -tag -width 12n -offset ind -compact
diff --git a/share/man/man4/ichwdt.4 b/share/man/man4/ichwdt.4
index e72968088b9..5c389b951fb 100644
--- a/share/man/man4/ichwdt.4
+++ b/share/man/man4/ichwdt.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ichwdt.4,v 1.7 2013/07/16 16:05:49 schwarze Exp $
+.\" $OpenBSD: ichwdt.4,v 1.8 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 2005 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -14,7 +14,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: July 16 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt ICHWDT 4
.Os
.Sh NAME
@@ -36,7 +36,9 @@ The watchdog timer can be configured via
.Xr sysctl 8 .
.Pp
Once the watchdog timer resets the CPU, the driver reports it on the
-next boot displaying the ``reboot on timeout'' message in the dmesg.
+next boot displaying the
+.Dq reboot on timeout
+message in the dmesg.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr pci 4 ,
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4
index aab2fc94d4b..0aebbc48225 100644
--- a/share/man/man4/ipsec.4
+++ b/share/man/man4/ipsec.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.4,v 1.79 2012/08/15 19:17:02 jmc Exp $
+.\" $OpenBSD: ipsec.4,v 1.80 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -30,7 +30,7 @@
.\"
.\" Manual page, using -mandoc macros
.\"
-.Dd $Mdocdate: August 15 2012 $
+.Dd $Mdocdate: November 15 2014 $
.Dt IPSEC 4
.Os
.Sh NAME
@@ -368,7 +368,11 @@ displays information about IPsec flows.
.Xr vmstat 8
displays information about memory use by IPsec with the
.Fl m
-flag (look for ``tdb'' and ``xform'' allocations).
+flag (look for
+.Dq tdb
+and
+.Dq xform
+allocations).
.Sh SEE ALSO
.Xr enc 4 ,
.\".Xr ipcomp 4 ,
diff --git a/share/man/man4/man4.amd64/tcpcib.4 b/share/man/man4/man4.amd64/tcpcib.4
index 0b449bf37fa..327e6f192c9 100644
--- a/share/man/man4/man4.amd64/tcpcib.4
+++ b/share/man/man4/man4.amd64/tcpcib.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpcib.4,v 1.5 2013/07/16 16:05:49 schwarze Exp $
+.\" $OpenBSD: tcpcib.4,v 1.6 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 2012 Matt Dainty <matt@bodgit-n-scarper.com>
.\"
@@ -14,7 +14,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: July 16 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt TCPCIB 4 amd64
.Os
.Sh NAME
@@ -39,7 +39,9 @@ The watchdog timer can be configured via
.Xr sysctl 8 .
.Pp
Once the watchdog timer resets the CPU, the driver reports it on the
-next boot displaying the ``reboot on timeout'' message in the
+next boot displaying the
+.Dq reboot on timeout
+message in the
.Xr dmesg 8 .
.Pp
The maximum timeout value supported by the watchdog timer is 600
diff --git a/share/man/man4/man4.i386/tcpcib.4 b/share/man/man4/man4.i386/tcpcib.4
index 9eba60a6a39..21331b610c1 100644
--- a/share/man/man4/man4.i386/tcpcib.4
+++ b/share/man/man4/man4.i386/tcpcib.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpcib.4,v 1.5 2013/07/16 16:05:49 schwarze Exp $
+.\" $OpenBSD: tcpcib.4,v 1.6 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 2012 Matt Dainty <matt@bodgit-n-scarper.com>
.\"
@@ -14,7 +14,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: July 16 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt TCPCIB 4 i386
.Os
.Sh NAME
@@ -39,7 +39,9 @@ The watchdog timer can be configured via
.Xr sysctl 8 .
.Pp
Once the watchdog timer resets the CPU, the driver reports it on the
-next boot displaying the ``reboot on timeout'' message in the
+next boot displaying the
+.Dq reboot on timeout
+message in the
.Xr dmesg 8 .
.Pp
The maximum timeout value supported by the watchdog timer is 600
diff --git a/share/man/man4/man4.luna88k/le.4 b/share/man/man4/man4.luna88k/le.4
index a4c8d6f62c2..2cc5a377072 100644
--- a/share/man/man4/man4.luna88k/le.4
+++ b/share/man/man4/man4.luna88k/le.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: le.4,v 1.4 2007/05/31 19:19:55 jmc Exp $
+.\" $OpenBSD: le.4,v 1.5 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" from: @(#)le.4 8.2 (Berkeley) 11/30/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: November 15 2014 $
.Dt LE 4 luna88k
.Os
.Sh NAME
@@ -50,7 +50,9 @@ interface provides access to a 10 Mb/s Ethernet network via the
.Tn LANCE
Ethernet chip set.
.Pp
-The use of ``trailer'' encapsulation to minimize copying data on
+The use of
+.Dq trailer
+encapsulation to minimize copying data on
input and output is supported by the interface but offers no advantage
due to the large
.Tn HP
diff --git a/share/man/man4/man4.vax/rx.4 b/share/man/man4/man4.vax/rx.4
index bb2d7fc09f5..4fd34b7f306 100644
--- a/share/man/man4/man4.vax/rx.4
+++ b/share/man/man4/man4.vax/rx.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rx.4,v 1.16 2013/06/02 20:42:27 tedu Exp $
+.\" $OpenBSD: rx.4,v 1.17 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: rx.4,v 1.3 1996/03/03 17:14:03 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991 Regents of the University of California.
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)rx.4 6.2 (Berkeley) 3/27/91
.\"
-.Dd $Mdocdate: June 2 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt RX 4 vax
.Os
.Sh NAME
@@ -151,8 +151,9 @@ offset is too large or not on a sector boundary or
byte count is not a multiple of the sector size (on read or write);
or bad (undefined) ioctl code.
.It Bq Er EIO
-A physical error other than ``not ready'', probably bad media or
-unknown format.
+A physical error other than
+.Dq not ready ,
+probably bad media or unknown format.
.It Bq Er EBUSY
Drive has been opened for exclusive access.
.It Bq Er EBADF
diff --git a/share/man/man4/man4.vax/uda.4 b/share/man/man4/man4.vax/uda.4
index 992f45102e6..144d12a0d5a 100644
--- a/share/man/man4/man4.vax/uda.4
+++ b/share/man/man4/man4.vax/uda.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uda.4,v 1.21 2013/06/02 20:51:58 tedu Exp $
+.\" $OpenBSD: uda.4,v 1.22 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: uda.4,v 1.3 1996/03/03 17:14:10 thorpej Exp $
.\"
.\" Copyright (c) 1980, 1987, 1991 Regents of the University of California.
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)uda.4 6.6 (Berkeley) 3/27/91
.\"
-.Dd $Mdocdate: June 2 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt UDA 4 vax
.Os
.Sh NAME
@@ -405,7 +405,10 @@ DEC order number AA-M879A-TC, in appendices E and F.
.It "unit N: small disk error, cyl N"
Yet another kind of disk error, but for small disks.
.Po
-``That's what it says, guv'nor. Dunnask me what it means.''
+.Do
+That's what it says, guv'nor.
+Dunnask me what it means.
+.Dc
.Pc
.It "unit N: unknown error, format 0x%x"
A mysterious error: the given format code is not known.
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 758cb046dc0..605b16801c2 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.332 2014/09/27 08:28:12 deraadt Exp $
+.\" $OpenBSD: pci.4,v 1.333 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -31,7 +31,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 27 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt PCI 4
.Os
.Sh NAME
@@ -329,7 +329,9 @@ Cyclades Cyclom-4Y, -8Y, and -16Y asynchronous serial communications devices
.It Xr cz 4
Cyclades-Z series multi-port serial adapter device
.It Xr puc 4
-PCI ``universal'' communications card driver
+PCI
+.Dq universal
+communications card driver
.El
.Ss Display adapters
.Bl -tag -width 10n -offset ind -compact
diff --git a/share/man/man4/twe.4 b/share/man/man4/twe.4
index abc6743924b..3c17da8243e 100644
--- a/share/man/man4/twe.4
+++ b/share/man/man4/twe.4
@@ -1,8 +1,8 @@
-.\" $OpenBSD: twe.4,v 1.28 2013/07/16 16:05:49 schwarze Exp $
+.\" $OpenBSD: twe.4,v 1.29 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Michael Shalayeff, 2000. Public Domain.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt TWE 4
.Os
.Sh NAME
@@ -15,7 +15,8 @@ The
.Nm
driver provides support for AMCC's 3ware 5000/6000/7000/8000 series PATA/SATA
RAID adapters.
-These adapters were formerly known as ``3ware Escalade''.
+These adapters were formerly known as
+.Dq 3ware Escalade .
.Pp
These controllers support 2, 4, 8, or 12 ATA disk drives and provide RAID 0,
RAID 1, RAID 5, RAID 10, and JBOD configurations.
diff --git a/share/man/man5/acct.5 b/share/man/man5/acct.5
index a55b2451b22..51ba39b7118 100644
--- a/share/man/man5/acct.5
+++ b/share/man/man5/acct.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acct.5,v 1.13 2010/11/01 22:07:08 jmc Exp $
+.\" $OpenBSD: acct.5,v 1.14 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: acct.5,v 1.4 1995/10/22 01:40:10 ghudson Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)acct.5 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: November 1 2010 $
+.Dd $Mdocdate: November 15 2014 $
.Dt ACCT 5
.Os
.Sh NAME
@@ -50,7 +50,7 @@ to the accounting file.
.Bd -literal
/*
* Accounting structures; these use a comp_t type which is a 3 bits base 8
- * exponent, 13 bit fraction ``floating point'' number. Units are 1/AHZ
+ * exponent, 13 bit fraction floating point number. Units are 1/AHZ
* seconds.
*/
typedef u_int16_t comp_t;
diff --git a/share/man/man5/ar.5 b/share/man/man5/ar.5
index 8715318ba6d..ef5e3096c99 100644
--- a/share/man/man5/ar.5
+++ b/share/man/man5/ar.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ar.5,v 1.1 2013/07/05 21:37:15 miod Exp $
+.\" $OpenBSD: ar.5,v 1.2 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: ar.5,v 1.2 1995/03/25 06:39:38 glass Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)ar.5.5 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: July 5 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt AR 5
.Os
.Sh NAME
@@ -48,7 +48,8 @@ loaded using the link-editor
.Pp
A file created with
.Nm ar
-begins with the ``magic'' string "!<arch>\en".
+begins with the magic string
+.Dq !<arch>\en .
The rest of the archive is made up of objects, each of which is composed
of a header for a file, a possible file name, and the file contents.
The header is portable between machine architectures, and, if the file
@@ -113,7 +114,7 @@ all of the above.
There have been at least four
.Nm ar
formats.
-The first was denoted by the leading ``magic'' number 0177555 (stored as
+The first was denoted by the leading magic number 0177555 (stored as
type int).
These archives were almost certainly created on a 16-bit machine, and
contain headers made up of five fields.
@@ -122,7 +123,7 @@ time (type long), the user ID (type char), the file mode (type char) and
the file size (type unsigned int).
Files were padded to an even number of bytes.
.Pp
-The second was denoted by the leading ``magic'' number 0177545 (stored as
+The second was denoted by the leading magic number 0177545 (stored as
type int).
These archives may have been created on either 16 or 32-bit machines, and
contain headers made up of six fields.
diff --git a/share/man/man9/syscall.9 b/share/man/man9/syscall.9
index 2d1212a7c08..4a75e17380d 100644
--- a/share/man/man9/syscall.9
+++ b/share/man/man9/syscall.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syscall.9,v 1.10 2013/10/08 05:13:34 guenther Exp $
+.\" $OpenBSD: syscall.9,v 1.11 2014/11/15 14:41:03 bentley Exp $
.\"
.\" Copyright (c) 2003 Michael Shalayeff
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 8 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt SYSCALL 9
.Os
.Sh NAME
@@ -109,7 +109,7 @@ sources might look like this:
\&...
-/* ``code'' is the system call number passed from the user space */
+/* "code" is the system call number passed from the user space */
\&...
diff --git a/share/man/man9/tc_init.9 b/share/man/man9/tc_init.9
index a1abe2992ae..222ec2e3867 100644
--- a/share/man/man9/tc_init.9
+++ b/share/man/man9/tc_init.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tc_init.9,v 1.7 2013/06/04 19:27:13 schwarze Exp $
+.\" $OpenBSD: tc_init.9,v 1.8 2014/11/15 14:41:03 bentley Exp $
.\"
.\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -14,7 +14,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: June 4 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt TC_INIT 9
.Os
.Sh NAME
@@ -80,7 +80,7 @@ Can be any null-terminated string.
.It Va tc_quality
Used to determine if this timecounter is better than another timecounter \-
higher means better.
-Negative means ``only use at explicit request''.
+If this field is negative, the counter is only used at explicit request.
.It Va tc_priv
Pointer to the timecounter's private parts.
.It Va tc_next
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1
index 9d923c5113a..56b204fbf41 100644
--- a/usr.bin/chpass/chpass.1
+++ b/usr.bin/chpass/chpass.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chpass.1,v 1.39 2014/02/16 19:20:26 schwarze Exp $
+.\" $OpenBSD: chpass.1,v 1.40 2014/11/15 14:41:01 bentley Exp $
.\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $
.\"
.\" Copyright (c) 1988, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)chpass.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd $Mdocdate: February 16 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt CHPASS 1
.Os
.Sh NAME
@@ -166,7 +166,9 @@ Both the
.Ar change
and
.Ar expire
-fields should be entered in the form ``month day year'' where
+fields should be entered in the form
+.Ar month day year
+where
.Ar month
is the month name (the first three characters are sufficient),
.Ar day
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1
index 34338ef2db9..74a6b809063 100644
--- a/usr.bin/ftp/ftp.1
+++ b/usr.bin/ftp/ftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftp.1,v 1.93 2014/07/11 03:31:52 lteo Exp $
+.\" $OpenBSD: ftp.1,v 1.94 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $
.\"
.\" Copyright (c) 1985, 1989, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)ftp.1 8.3 (Berkeley) 10/9/94
.\"
-.Dd $Mdocdate: July 11 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt FTP 1
.Os
.Sh NAME
@@ -273,7 +273,8 @@ Enables packet tracing.
Set
.Ar useragent
as the User-Agent for HTTP(S) URL requests.
-If not specified, the default User-Agent is ``OpenBSD ftp''.
+If not specified, the default User-Agent is
+.Dq OpenBSD ftp .
.It Fl V
Disable verbose mode, overriding the default of enabled when input
is from a terminal.
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1
index 4f47bc55aa3..bffbc389a1b 100644
--- a/usr.bin/hexdump/hexdump.1
+++ b/usr.bin/hexdump/hexdump.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hexdump.1,v 1.24 2011/05/06 18:11:43 otto Exp $
+.\" $OpenBSD: hexdump.1,v 1.25 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: hexdump.1,v 1.14 2001/12/07 14:46:24 bjh21 Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)hexdump.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: May 6 2011 $
+.Dd $Mdocdate: November 15 2014 $
.Dt HEXDUMP 1
.Os
.Sh NAME
@@ -64,7 +64,9 @@ in octal, per line.
.Em Canonical hex+ASCII display .
Display the input offset in hexadecimal, followed by sixteen
space-separated, two column, hexadecimal bytes, followed by the
-same sixteen bytes in %_p format enclosed in ``|'' characters.
+same sixteen bytes in %_p format enclosed in
+.Sq |
+characters.
.It Fl c
.Em One-byte character display .
Display the input offset in hexadecimal, followed by sixteen
diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1
index bd981cbbe23..9913bf33e61 100644
--- a/usr.bin/nl/nl.1
+++ b/usr.bin/nl/nl.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nl.1,v 1.7 2014/04/09 14:24:21 jmc Exp $
+.\" $OpenBSD: nl.1,v 1.8 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: nl.1,v 1.14 2013/09/09 09:02:25 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 9 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt NL 1
.Os
.Sh NAME
@@ -115,7 +115,8 @@ At most two characters may be specified; if only one character is specified,
the first character is replaced and the second character remains unchanged.
The default
.Ar delim
-characters are ``\e:''.
+characters are
+.Sq \e: .
.It Fl f Ar type
Specify the same as
.Fl b Ar type
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index be23cfb7f68..d947882e216 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.277 2014/08/30 15:33:50 sobrado Exp $
-.Dd $Mdocdate: August 30 2014 $
+.\" $OpenBSD: sshd.8,v 1.278 2014/11/15 14:41:03 bentley Exp $
+.Dd $Mdocdate: November 15 2014 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -577,10 +577,10 @@ Disables execution of
Forbids X11 forwarding when this key is used for authentication.
Any X11 forward requests by the client will return an error.
.It Cm permitopen="host:port"
-Limit local
-.Li ``ssh -L''
-port forwarding such that it may only connect to the specified host and
-port.
+Limit local port forwarding with
+.Xr ssh 1
+.Fl L
+such that it may only connect to the specified host and port.
IPv6 addresses can be specified by enclosing the address in square brackets.
Multiple
.Cm permitopen
diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1
index 9035b72d0e9..94b9172f39f 100644
--- a/usr.bin/stat/stat.1
+++ b/usr.bin/stat/stat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stat.1,v 1.21 2013/07/16 00:07:52 schwarze Exp $
+.\" $OpenBSD: stat.1,v 1.22 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: stat.1,v 1.11 2003/05/08 13:07:10 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt STAT 1
.Os
.Sh NAME
@@ -124,7 +124,7 @@ That is, for all the fields in the stat-structure,
display the raw, numerical value (for example, times in seconds since the
Epoch, etc.).
.It Fl s
-Display information in ``shell output'', suitable for initializing variables.
+Format the output as a line of shell variable assignments.
.It Fl t Ar timefmt
Display timestamps using the specified format.
This format is
@@ -158,7 +158,9 @@ Any of the following optional flags:
.It Cm #
Selects an alternate output form for octal and hexadecimal output.
Non-zero octal output will have a leading zero, and non-zero
-hexadecimal output will have ``0x'' prepended to it.
+hexadecimal output will have
+.Sq 0x
+prepended to it.
.It Cm +
Asserts that a sign indicating whether a number is positive or negative
should always be printed.
@@ -232,7 +234,9 @@ Displays the name of
Displays the type of
.Ar file .
.It Cm Y
-Insert a `` -\*(Gt '' into the output.
+Insert a
+.Dq "\ ->\ "
+into the output.
Note that the default output format
for
.Cm Y
@@ -252,24 +256,24 @@ output formats.
It can be one of the following:
.Bl -tag -width Ds
.It Cm H
-``High'' -- specifies the major number for devices from
+High -- specifies the major number for devices from
.Cm r
or
.Cm d ,
-the ``user'' bits for permissions from the string form of
+the user bits for permissions from the string form of
.Cm p ,
-the file ``type'' bits from the numeric forms of
+the file type bits from the numeric forms of
.Cm p ,
and the long output form of
.Cm T .
.It Cm L
-``Low'' -- specifies the minor number for devices from
+Low -- specifies the minor number for devices from
.Cm r
or
.Cm d ,
-the ``other'' bits for permissions from the string form of
+the other bits for permissions from the string form of
.Cm p ,
-the ``user'', ``group'', and ``other'' bits from the numeric forms of
+the user, group, and other bits from the numeric forms of
.Cm p ,
and the
.Ic ls -F
@@ -279,10 +283,11 @@ style output character for file type when used with
.Cm L
for this is optional).
.It Cm M
-``Middle'' -- specifies the ``group'' bits for permissions from the
+Middle -- specifies the group bits for permissions from the
string output form of
.Cm p ,
-or the ``suid'', ``sgid'', and ``sticky'' bits for the numeric forms of
+or the
+suid, sgid, and sticky bits for the numeric forms of
.Cm p .
.El
.It Cm datum
@@ -354,7 +359,9 @@ is given.
.It Cm Y
The target of a symbolic link.
.It Cm Z
-Expands to ``major,minor'' from the rdev field for character or block
+Expands to
+.Ar major , Ns Ar minor
+from the rdev field for character or block
special devices and gives size output for all others.
.El
.El
@@ -383,7 +390,13 @@ which default to
.Sh EXIT STATUS
.Ex -std stat
.Sh EXAMPLES
-Given a symbolic link ``foo'' that points from /tmp/foo to /, you would use
+Given a symbolic link
+.Pa foo
+that points from
+.Pa /tmp/foo
+to
+.Pa / ,
+you would use
.Nm
as follows:
.Bd -literal -offset indent
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index ae4b830b03b..d0c514f8692 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: telnet.1,v 1.53 2014/08/10 02:41:41 guenther Exp $
+.\" $OpenBSD: telnet.1,v 1.54 2014/11/15 14:41:02 bentley Exp $
.\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)telnet.1 8.4 (Berkeley) 2/3/94
.\"
-.Dd $Mdocdate: August 10 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt TELNET 1
.Os
.Sh NAME
@@ -105,7 +105,9 @@ Uses
.Xr bind 2
on the local socket to bind it to an aliased address (see
.Xr ifconfig 8
-and the ``alias'' specifier) or to the address of
+and the
+.Cm alias
+specifier) or to the address of
another interface than the one naturally chosen by
.Xr connect 2 .
This can be useful when connecting to services which use IP addresses
@@ -203,8 +205,10 @@ option.
If this fails,
.Nm
will revert to one of two input modes:
-either ``character at a time''
-or ``old line by line''
+either
+.Dq character at a time
+or
+.Dq old line by line
depending on what the remote system supports.
.Pp
When
@@ -218,12 +222,18 @@ The remote system will also relay
changes to any special characters that happen on the remote
system, so that they can take effect on the local system.
.Pp
-In ``character at a time'' mode, most
+In
+.Dq character at a time
+mode, most
text typed is immediately sent to the remote host for processing.
.Pp
-In ``old line by line'' mode, all text is echoed locally,
+In
+.Dq old line by line
+mode, all text is echoed locally,
and (normally) only completed lines are sent to the remote host.
-The ``local echo character'' (initially ``^E'') may be used
+The local echo character
+.Pq initially Sq ^E
+may be used
to turn off and on the local echo
(this would mostly be used to enter passwords
without the password being echoed).
@@ -234,7 +244,9 @@ option is enabled, or if the
.Ic localchars
toggle is
.Dv TRUE
-(the default for ``old line by line''; see below),
+(the default for
+.Dq old line by line ;
+see below),
the user's
.Ic quit ,
.Ic intr ,
@@ -273,7 +285,8 @@ While connected to a remote host,
.Nm
command mode may be entered by typing the
.Nm
-``escape character'' (initially ``^]'').
+escape character
+.Pq initially Sq ^] .
When in command mode, the normal terminal editing conventions are available.
Note that the escape character will return to the command mode of the initial
invocation of
@@ -397,13 +410,17 @@ Disable the
.Dv TELNET LINEMODE
option, or, if the remote side does not understand the
.Dv LINEMODE
-option, then enter ``character at a time'' mode.
+option, then enter
+.Dq character at a time
+mode.
.It Ic line
Enable the
.Dv TELNET LINEMODE
option, or, if the remote side does not understand the
.Dv LINEMODE
-option, then attempt to enter ``old-line-by-line'' mode.
+option, then attempt to enter
+.Dq old line by line
+mode.
.It Ic isig Pq Ic \-isig
Attempt to enable (disable) the
.Dv TRAPSIG
@@ -460,7 +477,9 @@ is specified,
will attempt to contact a TELNET server at the default port.
The host specification may be either a host name (see
.Xr hosts 5 )
-or an Internet address specified in the ``dot notation'' (see
+or an Internet address specified in the
+.Dq dot notation
+(see
.Xr inet_ntop 3 ) .
The
.Fl a ,
@@ -478,8 +497,9 @@ After establishing a connection, the file
.Pa \&.telnetrc
in the
user's home directory is opened.
-Lines beginning with a ``#'' are
-comment lines.
+Lines beginning with a
+.Sq #
+are comment lines.
Blank lines are ignored.
Lines that begin
without whitespace are the start of a machine entry.
@@ -551,7 +571,8 @@ sequence.
.It Ic escape
Sends the current
.Nm
-escape character (initially ``^]'').
+escape character
+.Pq initially Sq ^] .
.It Ic ga
Sends the
.Dv TELNET GA
@@ -589,7 +610,9 @@ This sequence is sent as TCP urgent
data (and may not work if the remote system is a
.Bx 4.2
system -- if
-it doesn't work, a lower case ``r'' may be echoed on the terminal).
+it doesn't work, a lower case
+.Sq r
+may be echoed on the terminal).
.It Ic do Ar cmd
Sends the
.Dv TELNET DO
@@ -702,8 +725,11 @@ remote host.
The initial value for the "Are You There"
character is the terminal's status character.
.It Ic echo
-This is the value (initially ``^E'') which, when in
-``line by line'' mode, toggles between doing local echoing
+This is the value
+.Pq initially Sq ^E
+which, when in
+.Dq line by line
+mode, toggles between doing local echoing
of entered characters (for normal processing), and suppressing
echoing of entered characters (for entering, say, a password).
.It Ic eof
@@ -711,7 +737,9 @@ If
.Nm
is operating in
.Dv LINEMODE
-or ``old line by line'' mode, entering this character
+or
+.Dq old line by line
+mode, entering this character
as the first character on a line will cause this character to be
sent to the remote system.
The initial value of the
@@ -730,8 +758,9 @@ mode (see
below),
and if
.Nm
-is operating in ``character at a time'' mode, then when this
-character is typed, a
+is operating in
+.Dq character at a time
+mode, then when this character is typed, a
.Dv TELNET EC
sequence (see
.Ic send
@@ -747,8 +776,9 @@ character.
.It Ic escape
This is the
.Nm
-escape character (initially ``^['') which causes entry
-into
+escape character
+.Pq initially Sq ^[
+which causes entry into
.Nm
command mode (when connected to a remote system).
.It Ic flushoutput
@@ -820,8 +850,9 @@ mode (see
below),
and if
.Nm
-is operating in ``character at a time'' mode, then when this
-character is typed, a
+is operating in
+.Dq character at a time
+mode, then when this character is typed, a
.Dv TELNET EL
sequence (see
.Ic send
@@ -839,8 +870,9 @@ If
.Nm
is operating in
.Dv LINEMODE
-or ``old line by line'' mode, then this character is taken to
-be the terminal's
+or
+.Dq old line by line
+mode, then this character is taken to be the terminal's
.Ic lnext
character.
The initial value for the
@@ -878,8 +910,9 @@ If
.Nm
is operating in
.Dv LINEMODE
-or ``old line by line'' mode, then this character is taken to
-be the terminal's
+or
+.Dq old line by line
+mode, then this character is taken to be the terminal's
.Ic reprint
character.
The initial value for the
@@ -968,8 +1001,9 @@ If
.Nm
is operating in
.Dv LINEMODE
-or ``old line by line'' mode, then this character is taken to
-be the terminal's
+or
+.Dq old line by line
+mode, then this character is taken to be the terminal's
.Ic worderase
character.
The initial value for the
@@ -1187,10 +1221,13 @@ see
above).
The initial value for this toggle is
.Dv TRUE
-in ``old line by line'' mode,
-and
+in
+.Dq old line by line
+mode, and
.Dv FALSE
-in ``character at a time'' mode.
+in
+.Dq character at a time
+mode.
When the
.Dv LINEMODE
option is enabled, the value of
@@ -1303,9 +1340,12 @@ command appeared in
.Bx 4.2 .
.Sh NOTES
On some remote systems, echo has to be turned off manually when in
-``old line by line'' mode.
+.Dq old line by line
+mode.
.Pp
-In ``old line by line'' mode or
+In
+.Dq old line by line
+mode or
.Dv LINEMODE
the terminal's
.Ic eof
diff --git a/usr.bin/tset/tset.1 b/usr.bin/tset/tset.1
index 5cfdf4ed448..130a9344229 100644
--- a/usr.bin/tset/tset.1
+++ b/usr.bin/tset/tset.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tset.1,v 1.19 2013/09/18 16:21:30 millert Exp $
+.\" $OpenBSD: tset.1,v 1.20 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)tset.1 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: September 18 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt TSET 1
.Os
.Sh NAME
@@ -244,9 +244,11 @@ option is to
.Dq map
from some set of conditions to a terminal type, that is, to
tell
-.Nm tset
-``If I'm on this port at a particular speed, guess that I'm on that
-kind of terminal''.
+.Nm tset :
+.Do
+If I'm on this port at a particular speed, guess that I'm on that
+kind of terminal
+.Dc .
.Pp
The argument to the
.Fl m
diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1
index ac42c3fd192..f8e7b4a4cf2 100644
--- a/usr.bin/w/w.1
+++ b/usr.bin/w/w.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: w.1,v 1.20 2013/08/14 06:32:30 jmc Exp $
+.\" $OpenBSD: w.1,v 1.21 2014/11/15 14:41:01 bentley Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)w.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt W 1
.Os
.Sh NAME
@@ -107,10 +107,9 @@ command appeared in
The notion of the
.Dq current process
is muddy.
-The current algorithm is
-``the highest numbered process on the terminal
-that is not ignoring interrupts, or, if there is none, the highest numbered
-process on the terminal.''
+Currently, the highest numbered process on the terminal that is not ignoring
+interrupts is used, or, if there is none, the highest numbered process on the
+terminal.
This fails, for example, in critical sections of programs like the shell
and editor, or when faulty programs running in the background fork and fail
to ignore interrupts.
diff --git a/usr.bin/yacc/yyfix.1 b/usr.bin/yacc/yyfix.1
index ce74903e849..eff435ae441 100644
--- a/usr.bin/yacc/yyfix.1
+++ b/usr.bin/yacc/yyfix.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yyfix.1,v 1.5 2014/01/20 05:07:48 schwarze Exp $
+.\" $OpenBSD: yyfix.1,v 1.6 2014/11/15 14:41:02 bentley Exp $
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)yyfix.1 5.4 (Berkeley) 3/23/93
.\"
-.Dd $Mdocdate: January 20 2014 $
+.Dd $Mdocdate: November 15 2014 $
.Dt YYFIX 1
.Os
.Sh NAME
@@ -39,8 +39,9 @@
.Ar file
.Op Ar tables
.Sh DESCRIPTION
-Programs have historically used a script (often named ``:yyfix'') to
-extract tables from the
+Programs have historically used a script (often named
+.Pa :yyfix )
+to extract tables from the
.Xr yacc 1
generated file
.Pa y.tab.c .
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