summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-01-21 03:15:47 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-01-21 03:15:47 +0000
commit6a8d0cb8380ab8e65766f56340c8dac41d6a5705 (patch)
treed083dd11635c7a5bd971dbb4b0d5b6eff9b4a296 /share/man/man4
parentf923664fa40842bde91793690e58d886dad875d2 (diff)
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/agp.48
-rw-r--r--share/man/man4/bpf.418
-rw-r--r--share/man/man4/bridge.46
-rw-r--r--share/man/man4/cd.48
-rw-r--r--share/man/man4/gpio.46
-rw-r--r--share/man/man4/hotplug.48
-rw-r--r--share/man/man4/icmp6.46
-rw-r--r--share/man/man4/inet.46
-rw-r--r--share/man/man4/inet6.46
-rw-r--r--share/man/man4/man4.amd64/apm.46
-rw-r--r--share/man/man4/man4.amd64/mtrr.46
-rw-r--r--share/man/man4/man4.i386/amdmsr.46
-rw-r--r--share/man/man4/man4.i386/apm.46
-rw-r--r--share/man/man4/man4.i386/joy.46
-rw-r--r--share/man/man4/man4.i386/mtrr.46
-rw-r--r--share/man/man4/man4.loongson/apm.46
-rw-r--r--share/man/man4/man4.macppc/apm.46
-rw-r--r--share/man/man4/man4.sparc/daadio.46
-rw-r--r--share/man/man4/man4.sparc/scf.46
-rw-r--r--share/man/man4/man4.sparc/tctrl.46
-rw-r--r--share/man/man4/man4.sparc64/bpp.47
-rw-r--r--share/man/man4/man4.zaurus/apm.46
-rw-r--r--share/man/man4/mtio.46
-rw-r--r--share/man/man4/multicast.416
-rw-r--r--share/man/man4/pci.46
-rw-r--r--share/man/man4/pf.48
-rw-r--r--share/man/man4/pflog.46
-rw-r--r--share/man/man4/pflow.46
-rw-r--r--share/man/man4/scsi.46
-rw-r--r--share/man/man4/sd.46
-rw-r--r--share/man/man4/st.46
-rw-r--r--share/man/man4/tcp.46
-rw-r--r--share/man/man4/termios.410
-rw-r--r--share/man/man4/tty.410
-rw-r--r--share/man/man4/tun.46
-rw-r--r--share/man/man4/uk.46
-rw-r--r--share/man/man4/unix.48
-rw-r--r--share/man/man4/vnd.48
38 files changed, 136 insertions, 135 deletions
diff --git a/share/man/man4/agp.4 b/share/man/man4/agp.4
index b945113fdc6..cd5e9b6e494 100644
--- a/share/man/man4/agp.4
+++ b/share/man/man4/agp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: agp.4,v 1.4 2008/03/16 22:23:51 jmc Exp $
+.\" $OpenBSD: agp.4,v 1.5 2014/01/21 03:15:45 schwarze Exp $
.\" Copyright (c) Owain Ainsworth <oga@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -12,7 +12,7 @@
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" 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 16 2008 $
+.Dd $Mdocdate: January 21 2014 $
.Dt AGP 4
.Os
.Sh NAME
@@ -32,7 +32,7 @@ The following
operations can be performed on
.Pa /dev/agp* ,
and are defined in
-.Aq Pa sys/agpio.h :
+.In sys/agpio.h :
.Bl -tag -width indent
.It Dv AGPIOC_INFO
Returns information about the AGP subsystem.
@@ -70,7 +70,7 @@ typedef struct _agp_setup {
.Ed
.Pp
The mode bits are defined in
-.Aq Pa sys/agpio.h .
+.In sys/agpio.h .
.It Dv AGPIOC_ALLOCATE
Allocate physical memory suitable for mapping into the AGP aperture.
This
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index d23d31c6b5f..de634a30830 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bpf.4,v 1.32 2013/08/14 08:39:29 jmc Exp $
+.\" $OpenBSD: bpf.4,v 1.33 2014/01/21 03:15:45 schwarze Exp $
.\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
@@ -23,7 +23,7 @@
.\" This document is derived in part from the enet man page (enet.4)
.\" distributed with 4.3BSD Unix.
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt BPF 4
.Os
.Sh NAME
@@ -94,7 +94,7 @@ can be prevented using the
The
.Xr ioctl 2
command codes below are defined in
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
All commands require these includes:
.Bd -unfilled -offset indent
.Cd #include <sys/types.h>
@@ -108,9 +108,9 @@ Additionally,
and
.Dv BIOCSETIF
require
-.Aq Pa sys/socket.h
+.In sys/socket.h
and
-.Aq Pa net/if.h .
+.In net/if.h .
.Pp
The (third) argument to the
.Xr ioctl 2
@@ -141,7 +141,7 @@ is returned if no interface has been specified.
The device types, prefixed with
.Dq DLT_ ,
are defined in
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
.Pp
.It Dv BIOCGDLTLIST Fa "struct bpf_dltlist *"
Returns an array of the available types of the data link layer
@@ -374,7 +374,7 @@ The current version numbers are given by
and
.Dv BPF_MINOR_VERSION
from
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
An incompatible filter may result in undefined behavior (most likely, an
error returned by
.Xr ioctl 2
@@ -520,7 +520,7 @@ to packet.
The macro
.Dv BPF_WORDALIGN
is defined in
-.Aq Pa net/bpf.h
+.In net/bpf.h
to facilitate this process.
It rounds up its argument to the nearest word aligned value (where a word is
.Dv BPF_ALIGNMENT
@@ -577,7 +577,7 @@ and
Various other mode and operator bits are logically OR'd into the class to
give the actual instructions.
The classes and modes are defined in
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
Below are the semantics for each defined
.Nm
instruction.
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index e2a6734e093..76d4b0167de 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bridge.4,v 1.70 2013/07/16 16:05:48 schwarze Exp $
+.\" $OpenBSD: bridge.4,v 1.71 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" 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: January 21 2014 $
.Dt BRIDGE 4
.Os
.Sh NAME
@@ -147,7 +147,7 @@ calls are specific to
.Nm
devices.
They are defined in
-.Aq Pa sys/sockio.h .
+.In sys/sockio.h .
.Bl -tag -width Ds
.It Dv SIOCBRDGIFS Fa "struct ifbifconf *"
Retrieve member interface list from a bridge.
diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4
index 02e58e695f9..3337420a941 100644
--- a/share/man/man4/cd.4
+++ b/share/man/man4/cd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cd.4,v 1.20 2007/06/01 22:30:48 deraadt Exp $
+.\" $OpenBSD: cd.4,v 1.21 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: cd.4,v 1.3 1996/10/20 23:15:21 explorer Exp $
.\"
.\" Copyright (c) 1996
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 1 2007 $
+.Dd $Mdocdate: January 21 2014 $
.Dt CD 4
.Os
.Sh NAME
@@ -75,9 +75,9 @@ CD-ROM should that information be required.
The following
.Xr ioctl 2
calls which apply to CD-ROM drives are defined in the header files
-.Aq Pa sys/cdio.h
+.In sys/cdio.h
and
-.Aq Pa sys/disklabel.h .
+.In sys/disklabel.h .
.Bl -tag -width Ds
.It Dv DIOCGDINFO , Dv DIOCSDINFO
.Pq Li "struct disklabel"
diff --git a/share/man/man4/gpio.4 b/share/man/man4/gpio.4
index 6ae92ba1183..5f7a58701ae 100644
--- a/share/man/man4/gpio.4
+++ b/share/man/man4/gpio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gpio.4,v 1.20 2013/11/20 21:50:35 rapha Exp $
+.\" $OpenBSD: gpio.4,v 1.21 2014/01/21 03:15:46 schwarze 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: November 20 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt GPIO 4
.Os
.Sh NAME
@@ -60,7 +60,7 @@ device at securelevel 0.
All other pins will not be accessible once the runlevel has been raised.
.Sh IOCTL INTERFACE
The following structures and constants are defined in the
-.Aq Pa sys/gpio.h
+.In sys/gpio.h
header file:
.Bl -tag -width XXXX
.It Dv GPIOINFO (struct gpio_info)
diff --git a/share/man/man4/hotplug.4 b/share/man/man4/hotplug.4
index 67f2fd62764..ffefbb2c78b 100644
--- a/share/man/man4/hotplug.4
+++ b/share/man/man4/hotplug.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hotplug.4,v 1.4 2013/07/16 16:05:49 schwarze Exp $
+.\" $OpenBSD: hotplug.4,v 1.5 2014/01/21 03:15:46 schwarze 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: July 16 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt HOTPLUG 4
.Os
.Sh NAME
@@ -41,7 +41,7 @@ Once an event has been read, it's deleted from the queue.
The event queue has a limited size and if it's full all new events will be
dropped.
Each event is described with the following structure declared in the
-.Aq Pa sys/hotplug.h
+.In sys/hotplug.h
header file:
.Bd -literal -offset indent
struct hotplug_event {
@@ -62,7 +62,7 @@ The
.Va he_devclass
field describes the device class.
All device classes can be found in the
-.Aq Pa sys/device.h
+.In sys/device.h
header file:
.Bd -literal -offset indent
enum devclass {
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4
index dbe4af1261b..5a742f3b65e 100644
--- a/share/man/man4/icmp6.4
+++ b/share/man/man4/icmp6.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: icmp6.4,v 1.28 2012/09/26 17:34:38 jmc Exp $
+.\" $OpenBSD: icmp6.4,v 1.29 2014/01/21 03:15:46 schwarze Exp $
.\" $KAME: icmp6.4,v 1.6 2004/12/27 05:30:56 itojun Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
@@ -27,7 +27,7 @@
.\" LIABILITY, OR TORT (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 26 2012 $
+.Dd $Mdocdate: January 21 2014 $
.Dt ICMP6 4
.Os
.Sh NAME
@@ -159,7 +159,7 @@ struct icmp6_hdr {
.Va icmp6_type
describes the type of the message.
Suitable values are defined in
-.Aq Pa netinet/icmp6.h .
+.In netinet/icmp6.h .
.Va icmp6_code
describes the sub-type of the message and depends on
.Va icmp6_type .
diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4
index 10100b7f7ab..9d84ea24670 100644
--- a/share/man/man4/inet.4
+++ b/share/man/man4/inet.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet.4,v 1.14 2007/05/31 19:19:50 jmc Exp $
+.\" $OpenBSD: inet.4,v 1.15 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: inet.4,v 1.3 1994/11/30 16:22:18 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)inet.4 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 21 2014 $
.Dt INET 4
.Os
.Sh NAME
@@ -62,7 +62,7 @@ network standard format (on the
these are word and byte
reversed).
The include file
-.Aq Pa netinet/in.h
+.In netinet/in.h
defines this address as a discriminated union.
.Pp
Sockets bound to the Internet protocol family utilize
diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4
index d142fd561fc..f99a772a95f 100644
--- a/share/man/man4/inet6.4
+++ b/share/man/man4/inet6.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet6.4,v 1.32 2012/08/22 18:27:00 jmc Exp $
+.\" $OpenBSD: inet6.4,v 1.33 2014/01/21 03:15:46 schwarze Exp $
.\" $KAME: inet6.4,v 1.19 2000/11/24 10:13:18 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: August 22 2012 $
+.Dd $Mdocdate: January 21 2014 $
.Dt INET6 4
.Os
.Sh NAME
@@ -120,7 +120,7 @@ Where both IPv4 and IPv6 traffic need to be accepted, listen on two sockets.
.Sh ADDRESSING
IPv6 addresses are 16 byte quantities, stored in network standard byteorder.
The include file
-.Aq Pa netinet/in.h
+.In netinet/in.h
defines this address
as a discriminated union.
.Pp
diff --git a/share/man/man4/man4.amd64/apm.4 b/share/man/man4/man4.amd64/apm.4
index a6804f2d9d8..dc92b263345 100644
--- a/share/man/man4/man4.amd64/apm.4
+++ b/share/man/man4/man4.amd64/apm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: apm.4,v 1.4 2010/09/19 12:32:10 jmc Exp $
+.\" $OpenBSD: apm.4,v 1.5 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 1998 Marco S. Hyman
.\"
@@ -9,7 +9,7 @@
.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE.
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: January 21 2014 $
.Dt APM 4 amd64
.Os
.Sh NAME
@@ -30,7 +30,7 @@ driver implements the following
.Xr ioctl 2
calls.
They are defined in
-.Aq Pa machine/apmvar.h .
+.In machine/apmvar.h .
.Bl -tag -width Ds
.It Dv APM_IOC_REJECT
.Em Not implemented . DO NOT USE .
diff --git a/share/man/man4/man4.amd64/mtrr.4 b/share/man/man4/man4.amd64/mtrr.4
index 659c2ca61c2..0006ede91e8 100644
--- a/share/man/man4/man4.amd64/mtrr.4
+++ b/share/man/man4/man4.amd64/mtrr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mtrr.4,v 1.6 2013/08/24 04:38:52 mlarkin Exp $
+.\" $OpenBSD: mtrr.4,v 1.7 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" MTRR driver for OpenBSD.
.\" Copyright 1999 Matthieu Herrb <matthieu@openbsd.org>
@@ -7,7 +7,7 @@
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
-.Dd $Mdocdate: August 24 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt MTRR 4 amd64
.Os
.Sh NAME
@@ -30,7 +30,7 @@ calls performed on
or
.Pa /dev/xf86 .
Declarations and data types are to be found in
-.Aq Pa sys/memrange.h .
+.In sys/memrange.h .
.Pp
The specific attributes, and number of programmable ranges may vary between
architectures.
diff --git a/share/man/man4/man4.i386/amdmsr.4 b/share/man/man4/man4.i386/amdmsr.4
index 66207666895..ed32faf6f68 100644
--- a/share/man/man4/man4.i386/amdmsr.4
+++ b/share/man/man4/man4.i386/amdmsr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: amdmsr.4,v 1.5 2010/01/02 19:55:35 schwarze Exp $
+.\" $OpenBSD: amdmsr.4,v 1.6 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" MSR access driver for AMD Geode LX CPUs with graphics processor.
.\" Copyright 2008 Marc Balmer <mbalmer@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: January 2 2010 $
+.Dd $Mdocdate: January 21 2014 $
.Dt AMDMSR 4 i386
.Os
.Sh NAME
@@ -34,7 +34,7 @@ MSRs can be read or written via
calls performed on
.Pa /dev/amdmsr .
Declarations and data types are to be found in
-.Aq Pa machine/amdmsr.h .
+.In machine/amdmsr.h .
.Pp
Read or write requests are performed using:
.Bd -literal -offset xxxx
diff --git a/share/man/man4/man4.i386/apm.4 b/share/man/man4/man4.i386/apm.4
index d5d84f14e16..ffc0b4ad3de 100644
--- a/share/man/man4/man4.i386/apm.4
+++ b/share/man/man4/man4.i386/apm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: apm.4,v 1.30 2010/09/19 12:32:10 jmc Exp $
+.\" $OpenBSD: apm.4,v 1.31 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 1998 Marco S. Hyman
.\"
@@ -9,7 +9,7 @@
.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE.
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: January 21 2014 $
.Dt APM 4 i386
.Os
.Sh NAME
@@ -64,7 +64,7 @@ driver implements the following
.Xr ioctl 2
calls.
They are defined in
-.Aq Pa machine/apmvar.h .
+.In machine/apmvar.h .
.Bl -tag -width Ds
.It Dv APM_IOC_REJECT
.Em Not implemented . DO NOT USE .
diff --git a/share/man/man4/man4.i386/joy.4 b/share/man/man4/man4.i386/joy.4
index 2151a64292c..2cbf49b5da8 100644
--- a/share/man/man4/man4.i386/joy.4
+++ b/share/man/man4/man4.i386/joy.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: joy.4,v 1.13 2007/05/31 19:19:55 jmc Exp $
+.\" $OpenBSD: joy.4,v 1.14 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 1996 Matthieu Herrb
.\" All rights reserved.
@@ -30,7 +30,7 @@
.\"
.\" $NetBSD: joy.4,v 1.2 1996/03/31 00:17:43 perry Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 21 2014 $
.Dt JOY 4 i386
.Os
.Sh NAME
@@ -62,7 +62,7 @@ time-out value for the circuit.
The
.Fn ioctl
commands are listed in
-.Aq Pa machine/joystick.h
+.In machine/joystick.h
and currently are:
.Pp
.Bl -tag -width JOY_GET_X_OFFSET -offset indent -compact
diff --git a/share/man/man4/man4.i386/mtrr.4 b/share/man/man4/man4.i386/mtrr.4
index b445547b564..c078ccf5adb 100644
--- a/share/man/man4/man4.i386/mtrr.4
+++ b/share/man/man4/man4.i386/mtrr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mtrr.4,v 1.15 2013/08/24 04:38:52 mlarkin Exp $
+.\" $OpenBSD: mtrr.4,v 1.16 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Pentium MTRR driver for OpenBSD.
.\" Copyright 1999 Matthieu Herrb <matthieu@openbsd.org>
@@ -8,7 +8,7 @@
.\" OpenBSD project (for instance by leaving this copyright notice
.\" intact).
.\"
-.Dd $Mdocdate: August 24 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt MTRR 4 i386
.Os
.Sh NAME
@@ -31,7 +31,7 @@ calls performed on
or
.Pa /dev/xf86 .
Declarations and data types are to be found in
-.Aq Pa sys/memrange.h .
+.In sys/memrange.h .
.Pp
The specific attributes, and number of programmable ranges may vary between
architectures.
diff --git a/share/man/man4/man4.loongson/apm.4 b/share/man/man4/man4.loongson/apm.4
index 8d62513fe0b..7389fcbc22c 100644
--- a/share/man/man4/man4.loongson/apm.4
+++ b/share/man/man4/man4.loongson/apm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: apm.4,v 1.2 2010/02/28 10:47:43 otto Exp $
+.\" $OpenBSD: apm.4,v 1.3 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -34,7 +34,7 @@
.\" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE.
-.Dd $Mdocdate: February 28 2010 $
+.Dd $Mdocdate: January 21 2014 $
.Dt APM 4 loongson
.Os
.Sh NAME
@@ -68,7 +68,7 @@ driver implements the following
.Xr ioctl 2
calls.
They are defined in
-.Aq Pa machine/apmvar.h .
+.In machine/apmvar.h .
.Bl -tag -width Ds
.\" .It Dv APM_IOC_STANDBY
.\" .Em NOT YET SUPPORTED on loongson
diff --git a/share/man/man4/man4.macppc/apm.4 b/share/man/man4/man4.macppc/apm.4
index 409a79ae1ee..635da7322c0 100644
--- a/share/man/man4/man4.macppc/apm.4
+++ b/share/man/man4/man4.macppc/apm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: apm.4,v 1.10 2010/09/19 12:32:10 jmc Exp $
+.\" $OpenBSD: apm.4,v 1.11 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 1998 Marco S. Hyman
.\"
@@ -9,7 +9,7 @@
.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE.
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: January 21 2014 $
.Dt APM 4 macppc
.Os
.Sh NAME
@@ -48,7 +48,7 @@ driver implements the following
.Xr ioctl 2
calls.
They are defined in
-.Aq Pa machine/apmvar.h .
+.In machine/apmvar.h .
.Bl -tag -width Ds
.It Dv APM_IOC_REJECT
.Em Not implemented . DO NOT USE .
diff --git a/share/man/man4/man4.sparc/daadio.4 b/share/man/man4/man4.sparc/daadio.4
index f990ece7eb1..12edaf1ef84 100644
--- a/share/man/man4/man4.sparc/daadio.4
+++ b/share/man/man4/man4.sparc/daadio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: daadio.4,v 1.9 2007/06/21 09:26:34 jmc Exp $
+.\" $OpenBSD: daadio.4,v 1.10 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 21 2007 $
+.Dd $Mdocdate: January 21 2014 $
.Dt DAADIO 4 sparc
.Os
.Sh NAME
@@ -54,7 +54,7 @@ The
device responds to the following
.Xr ioctl 2
calls defined in
-.Aq Pa machine/daadioio.h :
+.In machine/daadioio.h :
.Bl -tag -width DIOGOPIO
.It Dv DIOGPIO
.Pq Li "struct daadio_pio"
diff --git a/share/man/man4/man4.sparc/scf.4 b/share/man/man4/man4.sparc/scf.4
index bab6f52c4ea..ab67271683d 100644
--- a/share/man/man4/man4.sparc/scf.4
+++ b/share/man/man4/man4.sparc/scf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scf.4,v 1.9 2013/07/16 16:05:49 schwarze Exp $
+.\" $OpenBSD: scf.4,v 1.10 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" 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: January 21 2014 $
.Dt SCF 4 sparc
.Os
.Sh NAME
@@ -59,7 +59,7 @@ The
device responds to the following
.Xr ioctl 2
calls defined in
-.Aq Pa machine/scfio.h :
+.In machine/scfio.h :
.Bl -ohang
.It Dv SCFIOCSLED1
.Pq Li "u_int8_t"
diff --git a/share/man/man4/man4.sparc/tctrl.4 b/share/man/man4/man4.sparc/tctrl.4
index b4cfc8e0f33..6768249c2a0 100644
--- a/share/man/man4/man4.sparc/tctrl.4
+++ b/share/man/man4/man4.sparc/tctrl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tctrl.4,v 1.9 2007/05/31 19:19:56 jmc Exp $
+.\" $OpenBSD: tctrl.4,v 1.10 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -34,7 +34,7 @@
.\" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE.
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 21 2014 $
.Dt TCTRL 4 sparc
.Os
.Sh NAME
@@ -85,7 +85,7 @@ driver implements the following
.Xr ioctl 2
calls.
They are defined in
-.Aq Pa machine/apmvar.h .
+.In machine/apmvar.h .
.Bl -tag -width Ds
.\" .It Dv APM_IOC_STANDBY
.\" .Em NOT YET SUPPORTED on sparc
diff --git a/share/man/man4/man4.sparc64/bpp.4 b/share/man/man4/man4.sparc64/bpp.4
index 98b03797a3c..9402c68dfcb 100644
--- a/share/man/man4/man4.sparc64/bpp.4
+++ b/share/man/man4/man4.sparc64/bpp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bpp.4,v 1.3 2007/05/31 19:19:57 jmc Exp $
+.\" $OpenBSD: bpp.4,v 1.4 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 2003 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 21 2014 $
.Dt BPP 4 sparc64
.Os
.Sh NAME
@@ -39,7 +39,8 @@ driver provides support for the built-in parallel port.
It only supports writing data to the device.
.Sh FILES
.Bl -tag -width tenletters -compact
-.It Pa /dev/bpp parallel port device
+.It Pa /dev/bpp
+parallel port device
.El
.Sh SEE ALSO
.Xr intro 4 ,
diff --git a/share/man/man4/man4.zaurus/apm.4 b/share/man/man4/man4.zaurus/apm.4
index 808c8b0c548..7bb3652a456 100644
--- a/share/man/man4/man4.zaurus/apm.4
+++ b/share/man/man4/man4.zaurus/apm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: apm.4,v 1.12 2010/09/19 12:32:10 jmc Exp $
+.\" $OpenBSD: apm.4,v 1.13 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 1998 Marco S. Hyman
.\"
@@ -9,7 +9,7 @@
.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE.
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: January 21 2014 $
.Dt APM 4 zaurus
.Os
.Sh NAME
@@ -48,7 +48,7 @@ driver implements the following
.Xr ioctl 2
calls.
They are defined in
-.Aq Pa machine/apmvar.h .
+.In machine/apmvar.h .
.Bl -tag -width Ds
.It Dv APM_IOC_REJECT
.Pq Li "struct apm_event_info"
diff --git a/share/man/man4/mtio.4 b/share/man/man4/mtio.4
index d436bd1582f..6fdf5faaa40 100644
--- a/share/man/man4/mtio.4
+++ b/share/man/man4/mtio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mtio.4,v 1.14 2007/05/31 19:19:51 jmc Exp $
+.\" $OpenBSD: mtio.4,v 1.15 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: mtio.4,v 1.4 1996/03/03 17:13:54 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991 The Regents of the University of California.
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)mtio.4 6.5 (Berkeley) 3/27/91
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 21 2014 $
.Dt MTIO 4
.Os
.Sh NAME
@@ -88,7 +88,7 @@ All of the magtape devices may be manipulated with the
command.
.Pp
The include file
-.Aq Pa sys/mtio.h
+.In sys/mtio.h
defines the various
.Xr ioctl 2
operations available on raw magnetic tape.
diff --git a/share/man/man4/multicast.4 b/share/man/man4/multicast.4
index 12e5e3f28b0..1ec3ce0834c 100644
--- a/share/man/man4/multicast.4
+++ b/share/man/man4/multicast.4
@@ -24,10 +24,10 @@
.\" DEALINGS IN THE SOFTWARE.
.\"
.\" $FreeBSD: src/share/man/man4/multicast.4,v 1.4 2004/07/09 09:22:36 ru Exp $
-.\" $OpenBSD: multicast.4,v 1.8 2013/08/14 08:46:07 jmc Exp $
+.\" $OpenBSD: multicast.4,v 1.9 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: multicast.4,v 1.3 2004/09/12 13:12:26 wiz Exp $
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt MULTICAST 4
.Os
.\"
@@ -184,7 +184,7 @@ The
contains the
.Dv VIFF_*
flags as defined in
-.Aq Pa netinet/ip_mroute.h .
+.In netinet/ip_mroute.h .
The
.Va min_ttl_threshold
contains the minimum TTL a multicast data packet must have to be
@@ -221,7 +221,7 @@ The
contains the
.Dv MIFF_*
flags as defined in
-.Aq Pa netinet6/ip6_mroute.h .
+.In netinet6/ip6_mroute.h .
The
.Va pif_index
is the physical interface index of the corresponding local interface.
@@ -251,7 +251,7 @@ or
The IPv4 upcalls have a
.Vt "struct igmpmsg"
header (see
-.Aq Pa netinet/ip_mroute.h )
+.In netinet/ip_mroute.h )
with the
.Va im_mbz
field set to zero.
@@ -263,7 +263,7 @@ set to zero.
The IPv6 upcalls have a
.Vt "struct mrt6msg"
header (see
-.Aq Pa netinet6/ip6_mroute.h )
+.In netinet6/ip6_mroute.h )
with the
.Va im6_mbz
field set to zero.
@@ -433,9 +433,9 @@ in the future there will be IPv6 support as well.
Below is a summary of the expandable API solution.
Note that all new options and structures are defined
in
-.Aq Pa netinet/ip_mroute.h
+.In netinet/ip_mroute.h
and
-.Aq Pa netinet6/ip6_mroute.h ,
+.In netinet6/ip6_mroute.h ,
unless stated otherwise.
.Pp
The user-level process uses new
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 2297b630c6c..4f1be74ef74 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.318 2013/12/21 00:55:52 deraadt Exp $
+.\" $OpenBSD: pci.4,v 1.319 2014/01/21 03:15:46 schwarze 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: December 21 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt PCI 4
.Os
.Sh NAME
@@ -494,7 +494,7 @@ calls are supported by the
.Nm
driver.
They are defined in the header file
-.Aq Pa sys/pciio.h .
+.In sys/pciio.h .
.Bl -tag -width 012345678901234
.It PCIOCREAD
This
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4
index 9ff1d1e3284..c9b9777a9d3 100644
--- a/share/man/man4/pf.4
+++ b/share/man/man4/pf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.4,v 1.82 2014/01/21 03:13:10 lteo Exp $
+.\" $OpenBSD: pf.4,v 1.83 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (C) 2001, Kjell Wooding. All rights reserved.
.\"
@@ -82,7 +82,7 @@ will be returned.
supports the following
.Xr ioctl 2
commands, available through
-.Aq Pa net/pfvar.h :
+.In net/pfvar.h :
.Bl -tag -width xxxxxx
.It Dv DIOCSTART
Start the packet filter.
@@ -446,7 +446,7 @@ For possible values of
consult the
.Dv PFTM_*
values in
-.Aq Pa net/pfvar.h .
+.In net/pfvar.h .
.It Dv DIOCGETTIMEOUT Fa "struct pfioc_tm *pt"
Get the state timeout of
.Va timeout .
@@ -903,7 +903,7 @@ TCP SYN packet, respectively.
The
.Va fp_flags
member is filled according to the
-.Aq Pa net/pfvar.h
+.In net/pfvar.h
include file
.Dv PF_OSFP_*
defines.
diff --git a/share/man/man4/pflog.4 b/share/man/man4/pflog.4
index d68dc26888e..6fb0c845eb5 100644
--- a/share/man/man4/pflog.4
+++ b/share/man/man4/pflog.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pflog.4,v 1.11 2012/07/28 12:35:14 henning Exp $
+.\" $OpenBSD: pflog.4,v 1.12 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 2001 Tobias Weingartner
.\" All rights reserved.
@@ -23,7 +23,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: July 28 2012 $
+.Dd $Mdocdate: January 21 2014 $
.Dt PFLOG 4
.Os
.Sh NAME
@@ -59,7 +59,7 @@ with it of length
This header documents the address family, interface name, rule
number, reason, action, and direction of the packet that was logged.
This structure, defined in
-.Aq Pa net/if_pflog.h
+.In net/if_pflog.h
looks like
.Bd -literal -offset indent
struct pfloghdr {
diff --git a/share/man/man4/pflow.4 b/share/man/man4/pflow.4
index 877fabdeeed..e2c9116075b 100644
--- a/share/man/man4/pflow.4
+++ b/share/man/man4/pflow.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pflow.4,v 1.16 2013/09/14 14:54:30 jmc Exp $
+.\" $OpenBSD: pflow.4,v 1.17 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 2008 Henning Brauer <henning@openbsd.org>
.\" Copyright (c) 2008 Joerg Goltermann <jg@osn.de>
@@ -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: September 14 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt PFLOW 4
.Os
.Sh NAME
@@ -69,7 +69,7 @@ The header indicates the version of the protocol, number of
flows in the packet, a unique sequence number, system time, and an engine
ID and type.
Header and flow structs are defined in
-.Aq Pa net/if_pflow.h .
+.In net/if_pflow.h .
.Pp
There is a one-to-one correspondence between packets seen by
.Xr bpf 4
diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4
index ed1ba72e514..6782b301de7 100644
--- a/share/man/man4/scsi.4
+++ b/share/man/man4/scsi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scsi.4,v 1.36 2012/08/14 01:08:19 dlg Exp $
+.\" $OpenBSD: scsi.4,v 1.37 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 1996
.\" Julian Elischer <julian@freebsd.org>. All rights reserved.
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 14 2012 $
+.Dd $Mdocdate: January 21 2014 $
.Dt SCSI 4
.Os
.Sh NAME
@@ -102,7 +102,7 @@ There are a number of ioctls that work on any
.Em SCSI
device.
They are defined in
-.Aq Pa sys/scsiio.h
+.In sys/scsiio.h
and can be applied against any SCSI device that permits them.
For the tape, it must be applied against the control
device.
diff --git a/share/man/man4/sd.4 b/share/man/man4/sd.4
index 21b06cb8337..bb45cb315e0 100644
--- a/share/man/man4/sd.4
+++ b/share/man/man4/sd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sd.4,v 1.18 2011/06/05 18:42:05 matthew Exp $
+.\" $OpenBSD: sd.4,v 1.19 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: sd.4,v 1.3 1996/10/20 23:15:23 explorer Exp $
.\"
.\" Copyright (c) 1996
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2011 $
+.Dd $Mdocdate: January 21 2014 $
.Dt SD 4
.Os
.Sh NAME
@@ -137,7 +137,7 @@ calls apply to
.Tn SCSI
disks as well as to other disks.
They are defined in the header file
-.Aq Pa sys/disklabel.h .
+.In sys/disklabel.h .
.Bl -tag -width DIOCSDINFO
.\".It Dv DIOCSBAD
.\"Usually used to set up a bad-block mapping system on the disk.
diff --git a/share/man/man4/st.4 b/share/man/man4/st.4
index ef66e12ee3f..962a0b435c2 100644
--- a/share/man/man4/st.4
+++ b/share/man/man4/st.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: st.4,v 1.17 2011/03/12 19:24:20 krw Exp $
+.\" $OpenBSD: st.4,v 1.18 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: st.4,v 1.2 1996/10/20 23:15:24 explorer Exp $
.\"
.\" Copyright (c) 1996
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 12 2011 $
+.Dd $Mdocdate: January 21 2014 $
.Dt ST 4
.Os
.Sh NAME
@@ -213,7 +213,7 @@ calls apply to
tapes.
Some also apply to other tapes.
They are defined in the header file
-.Aq Pa sys/mtio.h .
+.In sys/mtio.h .
.\"
.\" Almost all of this discussion belongs in a separate mt(4)
.\" manual page, since it is common to all magnetic tapes.
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index ca4e7d16b6b..d625801f56f 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcp.4,v 1.21 2013/08/12 21:57:16 bluhm Exp $
+.\" $OpenBSD: tcp.4,v 1.22 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: tcp.4,v 1.3 1994/11/30 16:22:35 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)tcp.4 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: August 12 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt TCP 4
.Os
.Sh NAME
@@ -127,7 +127,7 @@ Therefore,
provides a boolean option,
.Dv TCP_NODELAY
(from
-.Aq Pa netinet/tcp.h ) ,
+.In netinet/tcp.h ) ,
to defeat this algorithm.
.It Cd TCP_NOPUSH
By convention, the
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index 362b63171aa..7ee8f737051 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: termios.4,v 1.35 2011/08/19 19:59:51 jmc Exp $
+.\" $OpenBSD: termios.4,v 1.36 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)termios.4 8.4 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: August 19 2011 $
+.Dd $Mdocdate: January 21 2014 $
.Dt TERMIOS 4
.Os
.Sh NAME
@@ -801,7 +801,7 @@ Routines that need to control certain terminal
.Tn I/O
characteristics
do so by using the termios structure as defined in the header
-.Aq Pa termios.h .
+.In termios.h .
This structure contains minimally four scalar elements of bit flags
and one array of special characters.
The scalar flag elements are
@@ -1500,7 +1500,7 @@ The special control characters values are defined by the array
This table lists the array index, the corresponding special character,
and the system default value.
For an accurate list of the system defaults, consult the header file
-.Aq Pa sys/ttydefaults.h .
+.In sys/ttydefaults.h .
.Bl -column "Index Name" "Special Character" -offset indent
.It Em "Index Name" Ta Em "Special Character" Ta Em "Default Value"
.It Dv VEOF Ta EOF Ta \&^D
@@ -1545,7 +1545,7 @@ array.
.Pp
The initial values of the flags and control characters
after open() is set according to the values in the header
-.Aq Pa sys/ttydefaults.h .
+.In sys/ttydefaults.h .
.Sh SEE ALSO
.Xr tcgetattr 3 ,
.Xr tcsetattr 3
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4
index 7dd987b4ab5..c09e65961be 100644
--- a/share/man/man4/tty.4
+++ b/share/man/man4/tty.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tty.4,v 1.39 2013/07/16 16:05:49 schwarze Exp $
+.\" $OpenBSD: tty.4,v 1.40 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)tty.4 8.3 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt TTY 4
.Os
.Sh NAME
@@ -200,7 +200,7 @@ file descriptor zero by the following code fragment:
Change to the new line discipline pointed to by
.Fa ldisc .
The available line disciplines are listed in
-.Aq Pa sys/ttycom.h
+.In sys/ttycom.h
and currently are:
.Pp
.Bl -tag -width TIOCGWINSZ -compact
@@ -346,7 +346,7 @@ If the value of the int pointed to by
contains the
.Dv FREAD
bit as defined in
-.Aq Pa sys/fcntl.h ,
+.In sys/fcntl.h ,
then all characters in the input queue are cleared.
If it contains the
.Dv FWRITE
@@ -368,7 +368,7 @@ oriented programs determine the screen size.
The
.Va winsize
structure is defined in
-.Aq Pa sys/ioctl.h .
+.In sys/ioctl.h .
.It Dv TIOCSWINSZ Fa struct winsize *ws
Set the window size associated with the terminal to be the value in
the
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4
index 88dca0cf36f..c02dbbc3f6b 100644
--- a/share/man/man4/tun.4
+++ b/share/man/man4/tun.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tun.4,v 1.39 2011/05/02 11:14:11 jmc Exp $
+.\" $OpenBSD: tun.4,v 1.40 2014/01/21 03:15:46 schwarze Exp $
.\"
.\" Copyright (c) 2003 Marcus D. Watts All rights reserved.
.\"
@@ -26,7 +26,7 @@
.\" TORT (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: May 2 2011 $
+.Dd $Mdocdate: January 21 2014 $
.Dt TUN 4
.Os
.Sh NAME
@@ -103,7 +103,7 @@ In addition to the usual network interface
ioctl commands described in
.Xr netintro 4 ,
the following special commands defined in
-.Aq Pa net/if_tun.h
+.In net/if_tun.h
are supported:
.Pp
.Bl -tag -width indent -compact
diff --git a/share/man/man4/uk.4 b/share/man/man4/uk.4
index 2816d73bd54..6c02f543b41 100644
--- a/share/man/man4/uk.4
+++ b/share/man/man4/uk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uk.4,v 1.17 2010/07/03 03:59:16 krw Exp $
+.\" $OpenBSD: uk.4,v 1.18 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: uk.4,v 1.3 1996/10/20 23:15:26 explorer Exp $
.\"
.\" Copyright (c) 1996
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 3 2010 $
+.Dd $Mdocdate: January 21 2014 $
.Dt UK 4
.Os
.Sh NAME
@@ -51,7 +51,7 @@ generic
.Xr scsi 4
ioctls.
These are described in
-.Aq Pa sys/scsiio.h .
+.In sys/scsiio.h .
.Sh FILES
.Bl -tag -width /dev/uk[0-255] -compact
.It Pa /dev/uk[0-255]
diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4
index 3904a2b122b..e24b20eac95 100644
--- a/share/man/man4/unix.4
+++ b/share/man/man4/unix.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: unix.4,v 1.11 2011/07/06 06:34:14 matthew Exp $
+.\" $OpenBSD: unix.4,v 1.12 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: unix.4,v 1.3 1994/11/30 16:22:43 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)unix.4 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: July 6 2011 $
+.Dd $Mdocdate: January 21 2014 $
.Dt UNIX 4
.Os
.Sh NAME
@@ -61,7 +61,7 @@ filesystem pathnames for addressing.
addresses are variable-length filesystem pathnames of
at most 104 characters.
The include file
-.Aq Pa sys/un.h
+.In sys/un.h
defines this address:
.Bd -literal -offset indent
struct sockaddr_un {
@@ -127,7 +127,7 @@ Any valid descriptor may be sent in a message.
The file descriptor(s) to be passed are described using a
.Ar struct cmsghdr
that is defined in the include file
-.Aq Pa sys/socket.h .
+.In sys/socket.h .
The type of the message is
.Dv SCM_RIGHTS ,
and the data portion of the messages is an array of integers
diff --git a/share/man/man4/vnd.4 b/share/man/man4/vnd.4
index 49a2e3f5392..a24d71f39a0 100644
--- a/share/man/man4/vnd.4
+++ b/share/man/man4/vnd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vnd.4,v 1.26 2011/06/05 18:42:05 matthew Exp $
+.\" $OpenBSD: vnd.4,v 1.27 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: vnd.4,v 1.1 1995/12/30 18:10:48 thorpej Exp $
.\"
.\" Copyright (c) 1995 Jason R. Thorpe.
@@ -32,7 +32,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2011 $
+.Dd $Mdocdate: January 21 2014 $
.Dt VND 4
.Os
.Sh NAME
@@ -77,7 +77,7 @@ for more information.
The following
.Xr ioctl 2
calls are defined in
-.Aq Pa dev/vndioctl.h :
+.In dev/vndioctl.h :
.Bl -tag -width Ds
.It Dv VNDIOCSET Fa "struct vnd_ioctl *"
Associate the file
@@ -137,7 +137,7 @@ Additionally, some
related
.Xr ioctl 2
calls defined in
-.Aq Pa sys/disklabel.h
+.In sys/disklabel.h
are available:
.Dv DIOCGDINFO ,
.Dv DIOCSDINFO ,