NetBSD Problem Report #49516

From www@NetBSD.org  Mon Dec 29 10:11:45 2014
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 1B637A65C6
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 29 Dec 2014 10:11:45 +0000 (UTC)
Message-Id: <20141229101129.639B2A65DC@mollari.NetBSD.org>
Date: Mon, 29 Dec 2014 10:11:29 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: More changes for the man pages.
X-Send-Pr-Version: www-1.0

>Number:         49516
>Category:       misc
>Synopsis:       More changes for the man pages.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgoyette
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 29 10:15:01 +0000 2014
>Closed-Date:    Wed Jun 01 09:31:57 +0000 2016
>Last-Modified:  Wed Jun 01 09:31:57 +0000 2016
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Diff changes for the man pages.
>How-To-Repeat:

>Fix:
Index: share/man/man1/cd.1
===================================================================
RCS file: /cvsroot/src/share/man/man1/cd.1,v
retrieving revision 1.6
diff -u -p -r1.6 cd.1
--- share/man/man1/cd.1	11 Sep 2005 23:10:39 -0000	1.6
+++ share/man/man1/cd.1	29 Dec 2014 07:47:17 -0000
@@ -50,7 +50,6 @@ The interpretation of a relative pathnam
 environment variable (see below).
 .Sh ENVIRONMENT
 The following environment variables affect the execution of cd:
-.Pp
 .Bl -tag -width indent
 .It Ev CDPATH
 If the
Index: share/man/man1/man1.atari/edahdi.1
===================================================================
RCS file: /cvsroot/src/share/man/man1/man1.atari/edahdi.1,v
retrieving revision 1.11
diff -u -p -r1.11 edahdi.1
--- share/man/man1/man1.atari/edahdi.1	20 Oct 2009 19:10:10 -0000	1.11
+++ share/man/man1/man1.atari/edahdi.1	29 Dec 2014 07:47:17 -0000
@@ -44,7 +44,6 @@ as a guideline to emulate a disklabel on
 .Pp
 .Nm
 supports the following options:
-.Pp
 .Bl -tag -width device
 .It Ar device
 The name of the raw device you want to edit.
@@ -85,7 +84,6 @@ swap partition (deprecated).
 .El
 .Sh EXAMPLES
 Say, you have a disk with that is partitioned like:
-.Pp
 .Bl -column Number   Id
 .It Sy "Number" Ta Sy "Id"
 .It 1 Ta GEM
@@ -97,7 +95,6 @@ Say, you have a disk with that is partit
 This partitioning will show up in
 .Nx
 as (Number refers to the first table):
-.Pp
 .Bl -column "c (whole disk)" "Fstype" "Number"
 .It Sy Partition Ta Sy Fstype Ta Sy Number
 .It c (whole disk) Ta unused Ta ""
@@ -110,7 +107,6 @@ as (Number refers to the first table):
 Now you decide to change the id of partition 2 and 3 to NBD. Now
 .Nx
 will show the partitioning as (Number refers to the first table):
-.Pp
 .Bl -column "c (whole disk)" "Fstype" "Number"
 .It Sy Partition Ta Sy Fstype Ta Sy Number
 .It a (root) Ta 4.2BSD Ta 2
Index: share/man/man3/assert.3
===================================================================
RCS file: /cvsroot/src/share/man/man3/assert.3,v
retrieving revision 1.13
diff -u -p -r1.13 assert.3
--- share/man/man3/assert.3	23 Jan 2007 20:32:05 -0000	1.13
+++ share/man/man3/assert.3	29 Dec 2014 07:47:17 -0000
@@ -92,7 +92,7 @@ macro conforms to
 A
 .Nm
 macro appeared in
-.At v6 .
+.At v7 .
 .Pp
 Information on the name of the enclosing function appeared in
 .St -isoC-99 .
Index: share/man/man3/bits.3
===================================================================
RCS file: /cvsroot/src/share/man/man3/bits.3,v
retrieving revision 1.16
diff -u -p -r1.16 bits.3
--- share/man/man3/bits.3	18 Mar 2014 18:20:39 -0000	1.16
+++ share/man/man3/bits.3	29 Dec 2014 07:47:17 -0000
@@ -58,7 +58,6 @@ Use
 and
 .Fn __BITS
 to define bitmasks:
-.Pp
 .Bl -tag -width __BITS -offset indent
 .It Fn __BIT "n"
 Return a bitmask with bit
@@ -82,7 +81,6 @@ The least significant bit is bit 0.
 and
 .Fn __SHIFTOUT_MASK
 help read and write bitfields from words:
-.Pp
 .Bl -tag -width __SHIFTOUT_MASK -offset indent
 .It Fn __SHIFTIN "v" "mask"
 Left-shift bits
Index: share/man/man3/dlfcn.3
===================================================================
RCS file: /cvsroot/src/share/man/man3/dlfcn.3,v
retrieving revision 1.33
diff -u -p -r1.33 dlfcn.3
--- share/man/man3/dlfcn.3	25 Jun 2011 12:44:37 -0000	1.33
+++ share/man/man3/dlfcn.3	29 Dec 2014 07:47:17 -0000
@@ -113,7 +113,6 @@ This is the default value if resolution 
 .El
 .Pp
 One of the following values may be used to specify symbol visibility:
-.Pp
 .Bl -tag -width "RTLD_GLOBALXX" -offset indent
 .It Dv RTLD_GLOBAL
 The object's symbols and the symbols of its dependencies will be visible to
Index: share/man/man3/intro.3
===================================================================
RCS file: /cvsroot/src/share/man/man3/intro.3,v
retrieving revision 1.29
diff -u -p -r1.29 intro.3
--- share/man/man3/intro.3	3 Jul 2012 09:28:08 -0000	1.29
+++ share/man/man3/intro.3	29 Dec 2014 07:47:17 -0000
@@ -71,7 +71,6 @@ it is not necessary to supply the linker
 for these functions.
 There are several subsystems included inside
 .Em libc :
-.Pp
 .Bl -tag -width "XXXXXX"
 .It standard I/O routines
 see
Index: share/man/man3/types.3
===================================================================
RCS file: /cvsroot/src/share/man/man3/types.3,v
retrieving revision 1.6
diff -u -p -r1.6 types.3
--- share/man/man3/types.3	10 Apr 2011 10:02:34 -0000	1.6
+++ share/man/man3/types.3	29 Dec 2014 07:47:17 -0000
@@ -79,7 +79,6 @@ and provides additional types as well as
 .Xr param 3 ) .
 .Ss Standard Types
 The following standards-compliant system data types are defined:
-.Pp
 .Bl -column -offset indent \
 "suseconds_t " "process and process group IDs " "clock_settime(3) "
 .It Sy Type Ta Sy Typical use Ta Sy Example
Index: share/man/man4/aac.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/aac.4,v
retrieving revision 1.14
diff -u -p -r1.14 aac.4
--- share/man/man4/aac.4	19 Feb 2011 10:54:31 -0000	1.14
+++ share/man/man4/aac.4	29 Dec 2014 07:47:17 -0000
@@ -76,8 +76,8 @@ HP NetRAID 4M
 HP ML110 G2 (Adaptec SATA RAID 2610SA)
 .It
 IBM ServeRAID 8k
-.Pp
 .El
+.Pp
 Access to RAID containers is available via the
 .Nm ld
 device driver.
Index: share/man/man4/acpicpu.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/acpicpu.4,v
retrieving revision 1.34
diff -u -p -r1.34 acpicpu.4
--- share/man/man4/acpicpu.4	9 Aug 2011 07:18:54 -0000	1.34
+++ share/man/man4/acpicpu.4	29 Dec 2014 07:47:17 -0000
@@ -69,7 +69,6 @@ The following C-states are typically ava
 Additional processor or vendor specific
 states (C4, ..., Cn) are handled internally by
 .Nm .
-.Pp
 .Bl -tag -width C1 -offset indent
 .It Dv C0
 This is the normal state of a processor; the
Index: share/man/man4/ahc.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/ahc.4,v
retrieving revision 1.33
diff -u -p -r1.33 ahc.4
--- share/man/man4/ahc.4	4 May 2009 19:45:51 -0000	1.33
+++ share/man/man4/ahc.4	29 Dec 2014 07:47:17 -0000
@@ -218,7 +218,6 @@ driver.
 Note that wide and twin channel features, although always supported
 by a particular chip, may be disabled in a particular motherboard
 or card design.
-.Pp
 .Bl -column "aic7895c" "MIPS" "EISA/VL" "MaxSync" "MaxWidth" "SCBs" "2 3 4 5 6 7 8"
 .It Sy Chip  Ta Sy MIPS Ta Sy Bus Ta Sy MaxSync Ta Sy MaxWidth Ta Sy SCBs Ta Sy Features
 .It aic7770  Ta 10   Ta EISA/VL Ta 10MHz   Ta 16Bit    Ta  4   Ta 1
@@ -263,7 +262,6 @@ target on multiple SCSI IDs.
 Supported
 .Tn SCSI
 controllers include:
-.Pp
 .Bl -item -offset indent
 .It
 .Tn Adaptec AHA-2742W
Index: share/man/man4/aic.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/aic.4,v
retrieving revision 1.10
diff -u -p -r1.10 aic.4
--- share/man/man4/aic.4	5 Mar 2002 15:10:44 -0000	1.10
+++ share/man/man4/aic.4	29 Dec 2014 07:47:17 -0000
@@ -52,7 +52,6 @@ cannot be used to connect the boot devic
 Cards supported by the
 .Nm
 driver include:
-.Pp
 .Bl -item -offset indent
 .It
 .Tn Adaptec
Index: share/man/man4/an.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/an.4,v
retrieving revision 1.13
diff -u -p -r1.13 an.4
--- share/man/man4/an.4	18 Mar 2014 18:20:39 -0000	1.13
+++ share/man/man4/an.4	29 Dec 2014 07:47:18 -0000
@@ -102,7 +102,6 @@ and
 Cards supported by the
 .Nm
 driver include:
-.Pp
 .Bl -item -offset indent
 .It
 Aironet 4500 Series
Index: share/man/man4/ate.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/ate.4,v
retrieving revision 1.8
diff -u -p -r1.8 ate.4
--- share/man/man4/ate.4	30 Apr 2008 13:10:53 -0000	1.8
+++ share/man/man4/ate.4	29 Dec 2014 07:47:18 -0000
@@ -53,7 +53,6 @@ MB86965A
 .Tn Ethernet
 controller.
 Supported boards include:
-.Pp
 .Bl -tag -width xxxx -offset indent
 .It Tn Allied-Telesis AT1700T/AT1700BT/AT1700FT/AT1700AT
 .It Tn Allied-Telesis AT1720T/AT1720BT/AT1720FT/AT1720AT
Index: share/man/man4/audio.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/audio.4,v
retrieving revision 1.72
diff -u -p -r1.72 audio.4
--- share/man/man4/audio.4	6 Sep 2011 01:17:48 -0000	1.72
+++ share/man/man4/audio.4	29 Dec 2014 07:47:18 -0000
@@ -175,7 +175,6 @@ whenever a mixer value is changed.
 The following
 .Xr ioctl 2
 commands are supported on the sample devices:
-.Pp
 .Bl -tag -width indent
 .It Dv AUDIO_FLUSH
 This command stops all playback and recording, clears all queued
Index: share/man/man4/aue.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/aue.4,v
retrieving revision 1.20
diff -u -p -r1.20 aue.4
--- share/man/man4/aue.4	25 Sep 2010 22:14:07 -0000	1.20
+++ share/man/man4/aue.4	29 Dec 2014 07:47:18 -0000
@@ -95,7 +95,6 @@ received and transmitted over separate U
 The
 .Nm
 driver supports the following media types:
-.Pp
 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
 .It autoselect
 Enable automatic selection of the media type and options.
@@ -134,7 +133,6 @@ mode.
 The
 .Nm
 driver supports the following media options:
-.Pp
 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
 .It full-duplex
 Force full duplex operation.
Index: share/man/man4/auvitek.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/auvitek.4,v
retrieving revision 1.6
diff -u -p -r1.6 auvitek.4
--- share/man/man4/auvitek.4	30 Aug 2011 07:23:05 -0000	1.6
+++ share/man/man4/auvitek.4	29 Dec 2014 07:47:18 -0000
@@ -67,7 +67,6 @@ field.
 The following cards are supported by the
 .Nm
 driver:
-.Pp
 .Bl -column -offset indent \
 "Hauppauge WinTV-HVR-950Q  " \
 "              " \
Index: share/man/man4/axe.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/axe.4,v
retrieving revision 1.8
diff -u -p -r1.8 axe.4
--- share/man/man4/axe.4	23 Jun 2010 21:03:16 -0000	1.8
+++ share/man/man4/axe.4	29 Dec 2014 07:47:18 -0000
@@ -127,7 +127,6 @@ The chip also supports USB 2.0, thereby 
 The
 .Nm
 driver supports the following media types:
-.Pp
 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
 .It autoselect
 Enable automatic selection of the media type and options.
@@ -166,7 +165,6 @@ operation (AX88178 only).
 The
 .Nm
 driver supports the following media options:
-.Pp
 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
 .It full-duplex
 Force full duplex operation.
Index: share/man/man4/bpf.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/bpf.4,v
retrieving revision 1.55
diff -u -p -r1.55 bpf.4
--- share/man/man4/bpf.4	24 Jul 2014 21:21:55 -0000	1.55
+++ share/man/man4/bpf.4	29 Dec 2014 07:47:18 -0000
@@ -653,7 +653,6 @@ array initializers:
 The following sysctls are available when
 .Nm
 is enabled:
-.Pp
 .Bl -tag -width "XnetXbpfXmaxbufsizeXX"
 .It Li net.bpf.maxbufsize
 Sets the maximum buffer size available for
@@ -678,7 +677,6 @@ utility.
 On architectures with
 .Xr bpfjit 4
 support, the additional sysctl is available:
-.Pp
 .Bl -tag -width "XnetXbpfXjitXX"
 .It Li net.bpf.jit
 Toggle
Index: share/man/man4/bthub.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/bthub.4,v
retrieving revision 1.8
diff -u -p -r1.8 bthub.4
--- share/man/man4/bthub.4	17 Oct 2010 11:45:36 -0000	1.8
+++ share/man/man4/bthub.4	29 Dec 2014 07:47:18 -0000
@@ -69,7 +69,6 @@ commands.
 .Pp
 The following properties are used by
 .Nm :
-.Pp
 .Bl -tag
 .It local-bdaddr
 Local
Index: share/man/man4/btsco.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/btsco.4,v
retrieving revision 1.12
diff -u -p -r1.12 btsco.4
--- share/man/man4/btsco.4	29 Nov 2014 03:35:57 -0000	1.12
+++ share/man/man4/btsco.4	29 Dec 2014 07:47:18 -0000
@@ -54,7 +54,6 @@ program.
 The following properties are used by the
 .Nm
 driver during autoconfiguration:
-.Pp
 .Bl -tag -width listenXX
 .It local-bdaddr
 Local device address.
Index: share/man/man4/cd.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/cd.4,v
retrieving revision 1.20
diff -u -p -r1.20 cd.4
--- share/man/man4/cd.4	23 Jun 2012 20:29:06 -0000	1.20
+++ share/man/man4/cd.4	29 Dec 2014 07:47:18 -0000
@@ -95,7 +95,6 @@ in the header files
 .In sys/cdio.h
 and
 .In sys/disklabel.h .
-.Pp
 .Bl -tag -width CDIOCREADSUBCHANNEL
 .It Dv DIOCGDINFO
 .It Dv DIOCSDINFO
Index: share/man/man4/cgd.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/cgd.4,v
retrieving revision 1.18
diff -u -p -r1.18 cgd.4
--- share/man/man4/cgd.4	1 Dec 2013 00:17:14 -0000	1.18
+++ share/man/man4/cgd.4	29 Dec 2014 07:47:18 -0000
@@ -50,7 +50,7 @@ To do this, add a line similar to:
 pseudo-device   cgd     # cryptographic disk driver
 .Ed
 .Pp
-The 
+The
 .Nm
 devices are allocated as needed.
 .Ss Encryption Algorithms
Index: share/man/man4/cnw.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/cnw.4,v
retrieving revision 1.13
diff -u -p -r1.13 cnw.4
--- share/man/man4/cnw.4	6 Sep 2004 12:52:54 -0000	1.13
+++ share/man/man4/cnw.4	29 Dec 2014 07:47:18 -0000
@@ -87,7 +87,6 @@ by changing the IEEE 802.11 channel.
 Cards supported by the
 .Nm
 driver include:
-.Pp
 .Bl -item -offset indent
 .It
 Xircom CreditCard Netwave
Index: share/man/man4/crypto.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/crypto.4,v
retrieving revision 1.24
diff -u -p -r1.24 crypto.4
--- share/man/man4/crypto.4	27 Jan 2014 21:23:59 -0000	1.24
+++ share/man/man4/crypto.4	29 Dec 2014 07:47:18 -0000
@@ -118,7 +118,6 @@ The two modes are described separately b
 .Sh THEORY OF OPERATION
 Regardless of whether symmetric-key or asymmetric-key operations are
 to be performed, use of the device requires a basic series of steps:
-.Pp
 .Bl -enum
 .It
 Open a file descriptor for the device.
Index: share/man/man4/cy.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/cy.4,v
retrieving revision 1.8
diff -u -p -r1.8 cy.4
--- share/man/man4/cy.4	12 Sep 2001 18:19:17 -0000	1.8
+++ share/man/man4/cy.4	29 Dec 2014 07:47:19 -0000
@@ -42,7 +42,6 @@ Cyclom-16Y, and Cyclom-32Y asynchronous 
 boards are based around Cirrus Logic CD1400 communication controllers.
 .Pp
 The device minor numbers for this driver are encoded as follows:
-.Pp
 .Bd -literal
     d c c p p p p p	- bits in the minor device number

Index: share/man/man4/dge.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/dge.4,v
retrieving revision 1.10
diff -u -p -r1.10 dge.4
--- share/man/man4/dge.4	18 Mar 2014 18:20:39 -0000	1.10
+++ share/man/man4/dge.4	29 Dec 2014 07:47:19 -0000
@@ -64,7 +64,6 @@ and
 to set the PCIX burst size.
 The burst size is set according to
 this table:
-.Pp
 .Bl -column "link0" "link1" "burst size"
 .It Em "link0	link1	burst size"
 .It Li off Ta off Ta 512
@@ -84,13 +83,11 @@ not be loaded into a DMA map.
 This is most unlikely, the driver can currently handle up to 100
 segments, but over 80 segments has been seen using large (16k)
 jumbo frames.
-.Pp
 .It dge%s: device timeout (txfree %d txsfree %d txnext %d)
 The i82597EX had been given packets to send, but didn't interrupt
 within 5 seconds.
 This diagnostic is most likely the result of a hardware failure,
 and the chip will be reset to resume normal operation.
-.Pp
 .It dge%d: Receive overrun
 If the computer is under heavy load, the software may not be able to
 keep up removing received datagrams from the receive queue, and
@@ -98,20 +95,16 @@ will therefore loose datagrams.
 To avoid this, check that the other end is using the XON/XOFF
 protocol, if possible, or increase the receive descriptor ring size
 in the driver.
-.Pp
 .It dge%d: symbol error
 .It dge%d: parity error
 An error in the XGMII communication was detected.
 This is a hardware error in the MAC\*[Lt]-\*[Gt]PHY communication bus.
-.Pp
 .It dge%d: CRC error
 A CRC error in the received datagram was detected.
 The error is probably caused in the fiber communication.
-.Pp
 .It dge%d: WARNING: reset failed to complete
 This is a fatal error and means that the hardware is broken and
 will most likely not function correctly.
-.Pp
 .It "dge%d: unable to allocate or map rx buffer %d error = %d"
 The driver was not able to map a mbuf cluster page to a receive
 descriptor entry in the receive ring.
Index: share/man/man4/dpt.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/dpt.4,v
retrieving revision 1.24
diff -u -p -r1.24 dpt.4
--- share/man/man4/dpt.4	10 Apr 2009 15:21:09 -0000	1.24
+++ share/man/man4/dpt.4	29 Dec 2014 07:47:19 -0000
@@ -72,7 +72,6 @@ control device for unit
 .Sh DIAGNOSTICS
 None of these messages should be encountered under normal circumstances.  It
 should be noted that the list below is not complete.
-.Pp
 .Bl -tag -width indent
 .It dpt%d: readcfg failed - see dpt(4)
 The EATA configuration data did not appear upon request.  This may be caused
Index: share/man/man4/drm.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/drm.4,v
retrieving revision 1.15
diff -u -p -r1.15 drm.4
--- share/man/man4/drm.4	4 Jun 2013 07:47:54 -0000	1.15
+++ share/man/man4/drm.4	29 Dec 2014 07:47:19 -0000
@@ -196,7 +196,6 @@ drivers appeared in
 .An Daryll Strauss ,
 .An Keith Whitwell
 .Sh CAVEATS
-.Pp
 In case of errors,
 .Pa /dev/dri/card0
 may be changed, make sure to recreate it in that case.
Index: share/man/man4/edc.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/edc.4,v
retrieving revision 1.11
diff -u -p -r1.11 edc.4
--- share/man/man4/edc.4	30 Apr 2008 13:10:54 -0000	1.11
+++ share/man/man4/edc.4	29 Dec 2014 07:47:19 -0000
@@ -48,7 +48,6 @@ found in
 .Tn PS/2
 machines.
 Supported boards include:
-.Pp
 .Bl -tag -width xxxx -offset indent
 .It Tn IBM ESDI Fixed Disk Controller
 .It Tn IBM Integrated ESDI Fixed Disk \*[Am] Controller
Index: share/man/man4/emdtv.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/emdtv.4,v
retrieving revision 1.4
diff -u -p -r1.4 emdtv.4
--- share/man/man4/emdtv.4	30 Aug 2011 07:27:59 -0000	1.4
+++ share/man/man4/emdtv.4	29 Dec 2014 07:47:19 -0000
@@ -45,7 +45,6 @@ the EM2883).
 This chip is used in USB products.
 .Pp
 Supported cards include:
-.Pp
 .Bl -column -offset 2n \
 "Pinnacle PCTV HD Pro Stick 800e" "Demodulator" "Tuner"
 .It Sy "Device" Ta Sy "Demodulator" Ta Sy "Tuner"
Index: share/man/man4/envsys.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/envsys.4,v
retrieving revision 1.50
diff -u -p -r1.50 envsys.4
--- share/man/man4/envsys.4	12 Jan 2013 03:16:43 -0000	1.50
+++ share/man/man4/envsys.4	29 Dec 2014 07:47:19 -0000
@@ -65,7 +65,6 @@ for communication between kernel and use
 The following
 .Xr ioctl 2
 types are available:
-.Pp
 .Bl -tag -width XX
 .It Dv ENVSYS_GETDICTIONARY Pq prop_dictionary_t
 .Pp
@@ -87,7 +86,6 @@ with one entry for sensor
 and all available properties set on it, plus another entry for the
 .Dq device-properties
 dictionary (which contains specific properties for a device):
-.Pp
 .Bd -literal
 \&\*[Lt]key\&\*[Gt]device0\&\*[Lt]\&/key\&\*[Gt]
 \&\*[Lt]array\&\*[Gt]
Index: share/man/man4/filemon.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/filemon.4,v
retrieving revision 1.8
diff -u -p -r1.8 filemon.4
--- share/man/man4/filemon.4	21 Apr 2012 12:27:28 -0000	1.8
+++ share/man/man4/filemon.4	29 Dec 2014 07:47:19 -0000
@@ -137,7 +137,6 @@ indicates the version of
 .Sh EXAMPLES
 The following example demonstrates the basic usage of
 .Nm :
-.Pp
 .Bd -literal -offset indent
 #include <filemon.h>

Index: share/man/man4/fmv.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/fmv.4,v
retrieving revision 1.9
diff -u -p -r1.9 fmv.4
--- share/man/man4/fmv.4	13 Mar 2012 19:25:40 -0000	1.9
+++ share/man/man4/fmv.4	29 Dec 2014 07:47:19 -0000
@@ -46,7 +46,6 @@ MB86964/MB86965A
 .Tn Ethernet
 controllers.
 Supported boards include:
-.Pp
 .Bl -tag -width xxxx -offset indent
 .It Tn Fujitsu FMV-181 ISA Ethernet
 .It Tn Fujitsu FMV-181A ISA Ethernet
Index: share/man/man4/fpa.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/fpa.4,v
retrieving revision 1.15
diff -u -p -r1.15 fpa.4
--- share/man/man4/fpa.4	30 Apr 2008 13:10:54 -0000	1.15
+++ share/man/man4/fpa.4	29 Dec 2014 07:47:19 -0000
@@ -49,7 +49,6 @@ Cards supported by the
 and
 .Nm fta
 device driver are:
-.Pp
 .Bl -tag -width xxxxxx -offset indent
 .It DEFPA
 DEC PCI FDDI Controller
Index: share/man/man4/guspnp.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/guspnp.4,v
retrieving revision 1.18
diff -u -p -r1.18 guspnp.4
--- share/man/man4/guspnp.4	18 Mar 2014 18:20:39 -0000	1.18
+++ share/man/man4/guspnp.4	29 Dec 2014 07:47:19 -0000
@@ -70,7 +70,6 @@ This version of the driver will use 1 IR
 Cards supported by the
 .Nm
 driver include:
-.Pp
 .Bl -item -offset indent
 .It
 .Tn Gravis
Index: share/man/man4/inet.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/inet.4,v
retrieving revision 1.18
diff -u -p -r1.18 inet.4
--- share/man/man4/inet.4	22 Mar 2010 18:58:31 -0000	1.18
+++ share/man/man4/inet.4	29 Dec 2014 07:47:19 -0000
@@ -141,7 +141,6 @@ they have the same form as the
 .Dv SIOCIFADDR
 command (see
 .Xr netintro 4 ) .
-.Pp
 .Bl -tag -width SIOCSIFNETMASK
 .It Dv SIOCSIFNETMASK
 Set interface network mask.
Index: share/man/man4/intersil7170.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/intersil7170.4,v
retrieving revision 1.12
diff -u -p -r1.12 intersil7170.4
--- share/man/man4/intersil7170.4	30 Apr 2008 13:10:54 -0000	1.12
+++ share/man/man4/intersil7170.4	29 Dec 2014 07:47:19 -0000
@@ -59,7 +59,6 @@ structure defined as follows:
 .Pp
 .Ft "void"
 .Fn intersil7170_attach "struct intersil7170_softc *"
-.Pp
 .Bd -literal
 struct intersil7170_softc {
 	struct device	sc_dev;
@@ -70,7 +69,6 @@ struct intersil7170_softc {
 	u_int		sc_flag;
 };
 .Ed
-.Pp
 .Bl -tag -width Dv -offset indent
 .It Fa bus_tag
 .It Fa bus_handle
Index: share/man/man4/iop.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/iop.4,v
retrieving revision 1.21
diff -u -p -r1.21 iop.4
--- share/man/man4/iop.4	13 Mar 2012 19:25:40 -0000	1.21
+++ share/man/man4/iop.4	29 Dec 2014 07:47:19 -0000
@@ -51,7 +51,6 @@ specification, revision 1.5 and above.
 I2O is a specification that defines a software interface for communicating
 with a number of device types.
 In its basic form, I2O provides the following:
-.Pp
 .Bl -bullet
 .It
 A vendor-neutral interface for communicating with an I/O processor (IOP)
Index: share/man/man4/ip6.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/ip6.4,v
retrieving revision 1.30
diff -u -p -r1.30 ip6.4
--- share/man/man4/ip6.4	25 Jun 2012 14:47:55 -0000	1.30
+++ share/man/man4/ip6.4	29 Dec 2014 07:47:19 -0000
@@ -253,7 +253,6 @@ variables:
 .Dv net.inet.ip6.anonportalgo.available
 and
 .Dv net.inet.ip6.anonportalgo.selected .
-.Pp
 .It Dv IPV6_PORTRANGE Fa "int *"
 Get or set the allocation policy of ephemeral ports for when the kernel
 automatically binds a local address to this socket.
Index: share/man/man4/ipsec.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/ipsec.4,v
retrieving revision 1.38
diff -u -p -r1.38 ipsec.4
--- share/man/man4/ipsec.4	22 Mar 2012 20:34:38 -0000	1.38
+++ share/man/man4/ipsec.4	29 Dec 2014 07:47:20 -0000
@@ -46,7 +46,6 @@ and
 .Pc .
 .Nm
 consists of two sub-protocols:
-.Pp
 .Bl -hang
 .It Em Encapsulated Security Payload Pq ESP
 protects IP payload from wire-tapping (interception) by encrypting it with
@@ -59,7 +58,6 @@ by attaching cryptographic checksum comp
 .Pp
 .Nm
 has two operation modes:
-.Pp
 .Bl -hang
 .It Em Transport mode
 is for protecting peer-to-peer communication between end nodes.
Index: share/man/man4/isp.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/isp.4,v
retrieving revision 1.12
diff -u -p -r1.12 isp.4
--- share/man/man4/isp.4	25 Jun 2009 23:45:52 -0000	1.12
+++ share/man/man4/isp.4	29 Dec 2014 07:47:20 -0000
@@ -74,7 +74,6 @@ is in case NVRAM is just wrong and you h
 it is inconvenient to change NVRAM settings on the card).
 .Sh HARDWARE
 Supported cards include:
-.Pp
 .Bl -tag -width xxxxxx -offset indent
 .It ISP1000
 SBus Fast Wide, Ultra Fast Wide cards, Single Ended or Differential cards.
Index: share/man/man4/isv.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/isv.4,v
retrieving revision 1.7
diff -u -p -r1.7 isv.4
--- share/man/man4/isv.4	18 Mar 2014 18:20:39 -0000	1.7
+++ share/man/man4/isv.4	29 Dec 2014 07:47:20 -0000
@@ -40,7 +40,6 @@
 .Cd "isv0 at isa? port 0x3f0"
 .Cd "isv0 at isa? port 0x3e0"
 .Sh DESCRIPTION
-.Pp
 .Nm
 is a driver for the IDEC Supervision/16, an image capture board
 that plugs into a 16-bit ISA bus.
Index: share/man/man4/iy.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/iy.4,v
retrieving revision 1.14
diff -u -p -r1.14 iy.4
--- share/man/man4/iy.4	28 Jan 2004 09:15:46 -0000	1.14
+++ share/man/man4/iy.4	29 Dec 2014 07:47:20 -0000
@@ -51,7 +51,6 @@ and
 .Tn AUI
 connectors.
 Supported media include:
-.Pp
 .Bl -tag -width xxxxxxxxxx -offset indent
 .It AUI/DIX
 Standard 15 pin connector
Index: share/man/man4/le.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/le.4,v
retrieving revision 1.23
diff -u -p -r1.23 le.4
--- share/man/man4/le.4	10 Aug 2008 14:43:53 -0000	1.23
+++ share/man/man4/le.4	29 Dec 2014 07:47:20 -0000
@@ -149,7 +149,6 @@ The A2065 and Ameristar Ethernet cards s
 .Pp
 The Ariadne card supports a software media selection for its two
 different connectors:
-.Pp
 .Bl -tag -width xxxxxxxxxxxxxx
 .It 10Base2/BNC
 also known as thinwire-Ethernet
@@ -246,7 +245,6 @@ and Buffered
 Interfaces attached to an
 .Sy ledma0
 on SPARC systems typically have two types of connectors:
-.Pp
 .Bl -tag -offset indent -width xxxxxxxxxxxxxxxxxx
 .It AUI/DIX
 Standard 15 pin connector
Index: share/man/man4/lm.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/lm.4,v
retrieving revision 1.32
diff -u -p -r1.32 lm.4
--- share/man/man4/lm.4	21 Feb 2010 05:16:29 -0000	1.32
+++ share/man/man4/lm.4	29 Dec 2014 07:47:20 -0000
@@ -75,7 +75,6 @@ Due to hardware limitations, fresh senso
 Chips supported by the
 .Nm
 driver include:
-.Pp
 .Bl -item -offset indent
 .It
 .Tn National Semiconductor
Index: share/man/man4/lua.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/lua.4,v
retrieving revision 1.5
diff -u -p -r1.5 lua.4
--- share/man/man4/lua.4	26 Jul 2014 20:04:05 -0000	1.5
+++ share/man/man4/lua.4	29 Dec 2014 07:47:20 -0000
@@ -170,7 +170,6 @@ The path element of the
 structure must contain at least one
 .Sq /
 character.
-.Pp
 .El
 .Sh FILES
 .Bl -tag -width "/dev/lua" -compact
Index: share/man/man4/mc.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/mc.4,v
retrieving revision 1.2
diff -u -p -r1.2 mc.4
--- share/man/man4/mc.4	13 Sep 2008 00:50:57 -0000	1.2
+++ share/man/man4/mc.4	29 Dec 2014 07:47:20 -0000
@@ -83,7 +83,7 @@ The
 .Nm
 Ethernet driver was written by Dave Huang
 .Aq khym@bga.com .
-The man page was written by Thomas Klausner
+The man page was written by .An Thomas Klausner
 .Aq wiz@NetBSD.org
-and Michael Wolfson
+and .An Michael Wolfson
 .Aq mbw@NetBSD.org .
Index: share/man/man4/mk48txx.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/mk48txx.4,v
retrieving revision 1.16
diff -u -p -r1.16 mk48txx.4
--- share/man/man4/mk48txx.4	10 Apr 2009 17:14:07 -0000	1.16
+++ share/man/man4/mk48txx.4	29 Dec 2014 07:47:20 -0000
@@ -58,7 +58,6 @@ function and the mk48txx_softc structure
 .Pp
 .Ft "void"
 .Fn mk48txx_attach "struct mk48txx_softc *"
-.Pp
 .Bd -literal
 typedef uint8_t (*mk48txx_nvrd_t)(struct mk48txx_softc *, int off);
 typedef void (*mk48txx_nvwr_t)(struct mk48txx_softc *, int off,
@@ -79,7 +78,6 @@ struct mk48txx_softc {
 	mk48txx_nvwr_t	sc_nvwr;
 };
 .Ed
-.Pp
 .Bl -tag -width Dv -offset indent
 .It Fa sc_bst
 .It Fa sc_bsh
Index: share/man/man4/mpu.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/mpu.4,v
retrieving revision 1.9
diff -u -p -r1.9 mpu.4
--- share/man/man4/mpu.4	30 Apr 2008 13:10:54 -0000	1.9
+++ share/man/man4/mpu.4	29 Dec 2014 07:47:20 -0000
@@ -49,7 +49,6 @@ driver provides support for the Roland M
 MIDI UART cards.
 .Pp
 Access to the device is through the MIDI driver.
-.Pp
 .\" The
 .\" .Nm
 .\" driver usually attaches to a sound card, but it can also sit
Index: share/man/man4/netintro.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/netintro.4,v
retrieving revision 1.28
diff -u -p -r1.28 netintro.4
--- share/man/man4/netintro.4	13 Jul 2014 12:47:13 -0000	1.28
+++ share/man/man4/netintro.4	29 Dec 2014 07:47:20 -0000
@@ -322,7 +322,6 @@ struct ifaliasreq {
         struct  sockaddr        ifra_mask;
 };
 .Ed
-.Pp
 .Bd -literal
 /*
 * Structure used in SIOCGIFCONF request.
Index: share/man/man4/njata.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/njata.4,v
retrieving revision 1.7
diff -u -p -r1.7 njata.4
--- share/man/man4/njata.4	21 Feb 2011 02:31:57 -0000	1.7
+++ share/man/man4/njata.4	29 Dec 2014 07:47:20 -0000
@@ -41,7 +41,6 @@ The
 .Nm
 driver provides support for the following
 Workbit Bus-Master CardBus IDE controller chips:
-.Pp
 .Bl -tag -width "NinjaATA-32Bi" -offset indent
 .It NinjaATA-32Bi
 CardBus / PCMCIA dual mode IDE controller
Index: share/man/man4/njs.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/njs.4,v
retrieving revision 1.6
diff -u -p -r1.6 njs.4
--- share/man/man4/njs.4	21 Feb 2011 02:31:57 -0000	1.6
+++ share/man/man4/njs.4	29 Dec 2014 07:47:20 -0000
@@ -41,7 +41,6 @@ The
 .Nm
 driver provides support for the following
 Workbit Bus-Master PCI/CardBus Ultra Narrow SCSI controller chips:
-.Pp
 .Bl -tag -width "NinjaSCSI-32UDE" -offset indent
 .It NinjaSCSI-32Bi
 CardBus / PCMCIA dual mode device
Index: share/man/man4/nsclpcsio.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/nsclpcsio.4,v
retrieving revision 1.3
diff -u -p -r1.3 nsclpcsio.4
--- share/man/man4/nsclpcsio.4	18 May 2009 12:00:46 -0000	1.3
+++ share/man/man4/nsclpcsio.4	29 Dec 2014 07:47:20 -0000
@@ -12,7 +12,7 @@
 .Sh DESCRIPTION
 The
 .Nm
-driver provides support for the 
+driver provides support for the
 .Tn National Semiconductor
 PC87366 LPC Super I/O.
 The Super I/O incorporates several logical
Index: share/man/man4/rnd.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/rnd.4,v
retrieving revision 1.20
diff -u -p -r1.20 rnd.4
--- share/man/man4/rnd.4	17 Apr 2012 08:28:20 -0000	1.20
+++ share/man/man4/rnd.4	29 Dec 2014 07:47:20 -0000
@@ -235,7 +235,6 @@ Do not even add timing information to th
 .It Dv RND_FLAG_NO_ESTIMATE
 Do not assume any entropy is in the timing information.
 .El
-.Pp
 .Bl -tag -width RNDADDTOENTCNT
 .It Dv RNDGETENTCNT
 .Pq Li "uint32_t"
Index: share/man/man4/sd.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/sd.4,v
retrieving revision 1.18
diff -u -p -r1.18 sd.4
--- share/man/man4/sd.4	22 Mar 2010 18:58:31 -0000	1.18
+++ share/man/man4/sd.4	29 Dec 2014 07:47:20 -0000
@@ -129,7 +129,6 @@ to partition the disk into a
 .Tn BIOS
 level partition.
 This allows sharing the disk with other operating systems.
-.Pp
 .\"If an uninitialized disk is opened, the slice table will be
 .\"initialized with a fictitious
 .\".Tn FreeBSD
@@ -153,7 +152,6 @@ The following
 options may be applied to
 .Tn SCSI
 disks as well as to other disks.
-.Pp
 .Bl -tag -width SD_IO_TIMEOUT
 .It Dv SDRETRIES
 Set the number of retries that will be performed for operations it
@@ -174,7 +172,6 @@ calls apply to
 disks as well as to other disks.
 They are defined in the header file
 .In disklabel.h .
-.Pp
 .Bl -tag -width DIOCSDINFO
 .\".It Dv DIOCSBAD
 .\"Usually used to set up a bad-block mapping system on the disk.
Index: share/man/man4/sdtemp.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/sdtemp.4,v
retrieving revision 1.4
diff -u -p -r1.4 sdtemp.4
--- share/man/man4/sdtemp.4	11 Oct 2011 17:53:27 -0000	1.4
+++ share/man/man4/sdtemp.4	29 Dec 2014 07:47:20 -0000
@@ -62,7 +62,6 @@ supports temperature ranges from -256 to
 Chips supported by the
 .Nm
 driver include:
-.Pp
 .Bl -bullet -offset indent
 .It
 .Tn Catalyst
Index: share/man/man4/ses.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/ses.4,v
retrieving revision 1.10
diff -u -p -r1.10 ses.4
--- share/man/man4/ses.4	14 Oct 2012 10:03:47 -0000	1.10
+++ share/man/man4/ses.4	29 Dec 2014 07:47:20 -0000
@@ -65,7 +65,6 @@ devices.
 They are defined in the header file
 .In scsipi/ses.h
 (q.v.).
-.Pp
 .Bl -tag -width SESIOC_GETENCSTAT
 .It Dv SESIOC_GETNOBJ
 Used to find out how many
Index: share/man/man4/smsc.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/smsc.4,v
retrieving revision 1.5
diff -u -p -r1.5 smsc.4
--- share/man/man4/smsc.4	13 May 2009 12:42:02 -0000	1.5
+++ share/man/man4/smsc.4	29 Dec 2014 07:47:21 -0000
@@ -61,7 +61,6 @@ The chip supports 8 sensor inputs:
 Motherboards with the chip supported by the
 .Nm
 driver include:
-.Pp
 .Bl -item -offset indent
 .It
 .Tn Tyan Thunder K8WE (S2895)
Index: share/man/man4/smscmon.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/smscmon.4,v
retrieving revision 1.4
diff -u -p -r1.4 smscmon.4
--- share/man/man4/smscmon.4	10 Oct 2012 18:06:41 -0000	1.4
+++ share/man/man4/smscmon.4	29 Dec 2014 07:47:21 -0000
@@ -55,7 +55,7 @@ The chip supports 11 sensor inputs:
 .It Li "+1.8V" Ta "uV DC" Ta "1.8V Supply"
 .It Li "Remote Temp1" Ta "uK" Ta "CPU temperature"
 .It Li "Ambient Temp" Ta "uK" Ta "Local chip temperature"
-.It Li "Remote Temp2" Ta "uK"
+.It Li "Remote Temp2" Ta "uK" Ta ""
 .El
 .Sh SEE ALSO
 .Xr envsys 4 ,
Index: share/man/man4/sony.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/sony.4,v
retrieving revision 1.2
diff -u -p -r1.2 sony.4
--- share/man/man4/sony.4	30 Apr 2008 13:10:54 -0000	1.2
+++ share/man/man4/sony.4	29 Dec 2014 07:47:21 -0000
@@ -109,8 +109,8 @@ driver
 appeared in
 .Nx 4.0 .
 .Sh AUTHORS
-Sami Kantoluoto for the original driver and manual information.
-Christos Zoulas for cleaning up the driver and this manual page.
+.An Sami Kantoluoto for the original driver and manual information.
+.An Christos Zoulas for cleaning up the driver and this manual page.
 .Sh BUGS
 .Bl -bullet
 .It
Index: share/man/man4/ss.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/ss.4,v
retrieving revision 1.4
diff -u -p -r1.4 ss.4
--- share/man/man4/ss.4	11 Mar 2004 21:24:32 -0000	1.4
+++ share/man/man4/ss.4	29 Dec 2014 07:47:21 -0000
@@ -37,8 +37,8 @@ operations only.
 .Xr scsi 4 ,
 .Xr uk 4
 .Sh AUTHORS
-Kenneth Stailey,
-Joachim Koenig
+.An Kenneth Stailey,
+.An Joachim Koenig
 .Sh BUGS
 Only a limited number of
 .Tn HP Scanjet
Index: share/man/man4/st.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/st.4,v
retrieving revision 1.25
diff -u -p -r1.25 st.4
--- share/man/man4/st.4	22 Mar 2010 18:58:31 -0000	1.25
+++ share/man/man4/st.4	29 Dec 2014 07:47:21 -0000
@@ -315,7 +315,6 @@ They are defined in the header file
 .\" Almost all of this discussion belongs in a separate mt(4)
 .\" manual page, since it is common to all magnetic tapes.
 .\"
-.Pp
 .Bl -tag -width MTIOCEEOT
 .It Dv MTIOCGET
 .Pq Li "struct mtget"
Index: share/man/man4/sti.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/sti.4,v
retrieving revision 1.4
diff -u -p -r1.4 sti.4
--- share/man/man4/sti.4	18 Mar 2014 18:20:39 -0000	1.4
+++ share/man/man4/sti.4	29 Dec 2014 07:47:21 -0000
@@ -32,10 +32,10 @@
 .Nm sti
 .Nd HP Standard Text Interface
 .Sh SYNOPSIS
-.Cd "sti*	at mainbus0"
-.Cd "sti*	at phantomas?"
-.Cd "sti*	at pci?"
-.Cd "wsdisplay*	at sti?"
+.Cd "sti* at mainbus0"
+.Cd "sti* at phantomas?"
+.Cd "sti* at pci?"
+.Cd "wsdisplay* at sti?"
 .Sh DESCRIPTION
 The
 .Nm
Index: share/man/man4/strip.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/strip.4,v
retrieving revision 1.15
diff -u -p -r1.15 strip.4
--- share/man/man4/strip.4	13 Mar 2012 19:25:41 -0000	1.15
+++ share/man/man4/strip.4	29 Dec 2014 07:47:21 -0000
@@ -155,7 +155,6 @@ entry to a packet radio with a MAC addre
 address 10.11.12.13, reachable via the
 .Em strip0
 interface:
-.Pp
 .Bd -literal -offset indent
 .Ic route add -host 10.11.12.13 -link strip0:1:2:3:4:5:6:7:8
 .Ed
Index: share/man/man4/swsensor.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/swsensor.4,v
retrieving revision 1.12
diff -u -p -r1.12 swsensor.4
--- share/man/man4/swsensor.4	27 Aug 2012 20:52:40 -0000	1.12
+++ share/man/man4/swsensor.4	29 Dec 2014 07:47:21 -0000
@@ -54,7 +54,6 @@ The following values can be specified in
 command when loading the
 .Nm
 module to alter the driver's behavior.
-.Pp
 .Bl -tag -width "percentage"
 .It Sy "Variable" Sy "Usage"
 .It Li "mode"
@@ -96,7 +95,7 @@ Any of the string values from the follow
 .It "Voltage DC"       Ta "Ohms"      Ta "Watts"
 .It "Ampere"           Ta "Watt hour" Ta "Ampere hour"
 .It "Indicator"        Ta "Integer"   Ta "Drive"
-.It "Battery capacity" Ta "Battery charge"
+.It "Battery capacity" Ta "Battery charge" Ta ""
 .El
 (Values are case-sensitive, and spaces must be included.)
 .It Li "value"
Index: share/man/man4/ti.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/ti.4,v
retrieving revision 1.13
diff -u -p -r1.13 ti.4
--- share/man/man4/ti.4	18 Mar 2014 18:20:39 -0000	1.13
+++ share/man/man4/ti.4	29 Dec 2014 07:47:21 -0000
@@ -110,7 +110,6 @@ such as file transfers and data streamin
 The
 .Nm
 driver supports the following media types:
-.Pp
 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
 .It autoselect
 Enable autoselection of the media type and options.
@@ -150,7 +149,6 @@ mode is supported at this speed.
 The
 .Nm
 driver supports the following media options:
-.Pp
 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
 .It full-duplex
 Force full duplex operation.
Index: share/man/man4/tl.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/tl.4,v
retrieving revision 1.21
diff -u -p -r1.21 tl.4
--- share/man/man4/tl.4	19 Oct 2009 18:41:09 -0000	1.21
+++ share/man/man4/tl.4	29 Dec 2014 07:47:21 -0000
@@ -42,7 +42,6 @@ device driver supports network adapters 
 the Texas Instruments ThunderLAN chip.
 .Sh HARDWARE
 Supported cards include:
-.Pp
 .Bl -tag -width xxxxxx -offset indent
 .It Compaq Netelligent
 in baseboard and
Index: share/man/man4/tr.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/tr.4,v
retrieving revision 1.15
diff -u -p -r1.15 tr.4
--- share/man/man4/tr.4	30 Apr 2008 13:10:54 -0000	1.15
+++ share/man/man4/tr.4	29 Dec 2014 07:47:21 -0000
@@ -45,7 +45,6 @@ The
 device driver supports TROPIC I based shared-memory Token-Ring cards.
 .Sh HARDWARE
 Supported cards include the following IBM and 3Com models:
-.Pp
 .Bl -tag -width xxxx -offset indent
 .It IBM
 Token-Ring Network PC Adapter
Index: share/man/man4/tra.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/tra.4,v
retrieving revision 1.4
diff -u -p -r1.4 tra.4
--- share/man/man4/tra.4	30 Apr 2008 13:10:54 -0000	1.4
+++ share/man/man4/tra.4	29 Dec 2014 07:47:21 -0000
@@ -50,7 +50,6 @@ MB86950
 .Tn Ethernet
 controller.
 Supported boards include:
-.Pp
 .Bl -tag -width xxxx -offset indent
 .It Tn Tiara LANCard/E Ethernet Adapter
 .It Tn Standard MicroSystems 3016/MC Ethernet
Index: share/man/man4/trm.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/trm.4,v
retrieving revision 1.7
diff -u -p -r1.7 trm.4
--- share/man/man4/trm.4	13 Mar 2012 19:25:42 -0000	1.7
+++ share/man/man4/trm.4	29 Dec 2014 07:47:21 -0000
@@ -39,7 +39,6 @@ driver supports PCI SCSI host adapters b
 SCSI ASIC.
 .Sh HARDWARE
 Supported SCSI controllers include:
-.Pp
 .Bl -item -offset indent
 .It
 .Tn Tekram DC-315
Index: share/man/man4/tty.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/tty.4,v
retrieving revision 1.28
diff -u -p -r1.28 tty.4
--- share/man/man4/tty.4	24 Sep 2011 00:06:20 -0000	1.28
+++ share/man/man4/tty.4	29 Dec 2014 07:47:22 -0000
@@ -179,7 +179,6 @@ file descriptor zero by the following co
 .It Dv TIOCSLINED Fa char name[32]
 Change to the new line discipline called
 .Fa name .
-.Pp
 .It Dv TIOCGLINED Fa char name[32]
 Return the current line discipline in the string pointed to by
 .Fa name .
@@ -461,7 +460,6 @@ Point to Point Protocol line discipline.
 .It STRIPDISC
 Starmode Radio IP line discipline.
 .El
-.Pp
 .It Dv TIOCGETD Fa int *ldisc
 Return the current line discipline in the integer pointed to by
 .Fa ldisc .
Index: share/man/man4/uhid.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/uhid.4,v
retrieving revision 1.22
diff -u -p -r1.22 uhid.4
--- share/man/man4/uhid.4	14 May 2012 04:55:07 -0000	1.22
+++ share/man/man4/uhid.4	29 Dec 2014 07:47:22 -0000
@@ -62,7 +62,6 @@ driver to be used for a certain device.
 The device handles the following
 .Xr ioctl 2
 calls:
-.Pp
 .Bl -tag -width indent
 .It Dv USB_GET_REPORT_ID (int)
 Get the report identifier used by this HID report.
Index: share/man/man4/uhso.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/uhso.4,v
retrieving revision 1.5
diff -u -p -r1.5 uhso.4
--- share/man/man4/uhso.4	19 Jul 2014 14:21:34 -0000	1.5
+++ share/man/man4/uhso.4	29 Dec 2014 07:47:22 -0000
@@ -75,7 +75,6 @@ The modems provide a number of IO channe
 interfaces which are mapped by function to a standard port number
 in each driver instance.
 The defined channels are:
-.Lp
 .Bl -column -offset indent "Sy Channel Name" "Sy Port"
 .It Sy "Channel Name" Ta Sy "Port"
 .It Control Ta 0
Index: share/man/man4/ukyopon.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/ukyopon.4,v
retrieving revision 1.8
diff -u -p -r1.8 ukyopon.4
--- share/man/man4/ukyopon.4	30 Apr 2008 13:10:54 -0000	1.8
+++ share/man/man4/ukyopon.4	29 Dec 2014 07:47:22 -0000
@@ -66,7 +66,6 @@ The following
 calls apply to the
 .Nm
 device:
-.Pp
 .Bl -tag -width XXXXXX
 .It Dv UKYOPON_IDENTIFY Fa struct ukyopon_identify
 Read, from the kernel, the identification information of the device,
Index: share/man/man4/ulpt.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/ulpt.4,v
retrieving revision 1.12
diff -u -p -r1.12 ulpt.4
--- share/man/man4/ulpt.4	20 Sep 2011 18:58:40 -0000	1.12
+++ share/man/man4/ulpt.4	29 Dec 2014 07:47:22 -0000
@@ -46,7 +46,6 @@ printer uni-directional or bi-directiona
 .Pp
 Additional bits OR-ed in the minor device number with the unit number
 select various features of the driver:
-.Pp
 .Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent
 .It Sy "Minor Bit" Ta Sy Function
 .It 0x40 Ta \&Do not initialize (reset) the device on the port.
Index: share/man/man4/upgt.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/upgt.4,v
retrieving revision 1.7
diff -u -p -r1.7 upgt.4
--- share/man/man4/upgt.4	18 Mar 2014 18:20:39 -0000	1.7
+++ share/man/man4/upgt.4	29 Dec 2014 07:47:22 -0000
@@ -131,7 +131,6 @@ the above firmware directory.
 A tar archive file that includes
 .Pa upgt-gw3887
 firmware can be found at:
-.Pp
 .Bd -literal -offset 3n
 .Lk http://www.nazgul.ch/upgt/upgt-firmware-1.1.tar.gz
 .Ed
Index: share/man/man4/video.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/video.4,v
retrieving revision 1.10
diff -u -p -r1.10 video.4
--- share/man/man4/video.4	18 Mar 2014 18:20:39 -0000	1.10
+++ share/man/man4/video.4	29 Dec 2014 07:47:22 -0000
@@ -99,7 +99,6 @@ The
 .Va capabilities
 field contains a number of flags indicating various features supported
 by the driver or hardware:
-.Pp
 .Bl -tag -width indent
 .It Dv V4L2_CAP_VIDEO_CAPTURE
 support video capturing
Index: share/man/man4/vr.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/vr.4,v
retrieving revision 1.10
diff -u -p -r1.10 vr.4
--- share/man/man4/vr.4	6 Jan 2013 21:26:59 -0000	1.10
+++ share/man/man4/vr.4	29 Dec 2014 07:47:22 -0000
@@ -43,7 +43,6 @@ the VIA VT3043(Rhine), VIA VT86C100A(Rhi
 VIA VT6105(Rhine-III) chips.
 .Sh HARDWARE
 Supported cards include:
-.Pp
 .Bl -tag -width xxxxxx -offset indent
 .It D-Link DFE530TX
 .El
Index: share/man/man4/we.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/we.4,v
retrieving revision 1.18
diff -u -p -r1.18 we.4
--- share/man/man4/we.4	23 Mar 2010 16:03:33 -0000	1.18
+++ share/man/man4/we.4	29 Dec 2014 07:47:22 -0000
@@ -56,7 +56,6 @@ you can override this by specifying flag
 .Cd "we2 at isa? port 0x300 iomem 0xe0000 irq 15 flags 4"
 .Pp
 The values to add together for flags are:
-.Pp
 .Bl -diag
 .It 2
 force adapter to be treated as 8bit, even if it probes
Index: share/man/man4/wsdisplay.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/wsdisplay.4,v
retrieving revision 1.43
diff -u -p -r1.43 wsdisplay.4
--- share/man/man4/wsdisplay.4	1 Oct 2014 12:33:22 -0000	1.43
+++ share/man/man4/wsdisplay.4	29 Dec 2014 07:47:22 -0000
@@ -446,12 +446,10 @@ The display is in mapped (graphics) mode
 .It Dv WSDISPLAYIO_MODE_DUMBFB
 The display is in mapped (frame buffer) mode.
 .El
-.Pp
 .It Dv WSDISPLAYIO_SMODE Pq Li u_int
 Set the current mode of the display.
 For possible arguments, see
 .Dv WSDISPLAYIO_GMODE .
-.Pp
 .It Dv WSDISPLAYIO_LINEBYTES Pq Li u_int
 Get the number of bytes per row, which may be the same as the number of pixels.
 .It Dv WSDISPLAYIO_GMSGATTRS Pq Li struct wsdisplay_msgattrs
Index: share/man/man4/wsmouse.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/wsmouse.4,v
retrieving revision 1.22
diff -u -p -r1.22 wsmouse.4
--- share/man/man4/wsmouse.4	27 May 2012 12:05:40 -0000	1.22
+++ share/man/man4/wsmouse.4	29 Dec 2014 07:47:22 -0000
@@ -107,7 +107,6 @@ decreased by the value given in this var
 .Va wr_delay_minimum
 specifies the minimum delay, in milliseconds, between two consecutive
 events.
-.Pp
 .It Dv WSMOUSEIO_SETREPEAT Pq Li "struct wsmouse_repeat"
 Set the automatic button repeating configuration.
 See
Index: share/man/man4/xge.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/xge.4,v
retrieving revision 1.5
diff -u -p -r1.5 xge.4
--- share/man/man4/xge.4	18 Mar 2014 18:20:39 -0000	1.5
+++ share/man/man4/xge.4	29 Dec 2014 07:47:22 -0000
@@ -57,21 +57,17 @@ for information on how to enable TSO and
 .It xge%s: failed configuring endian, %llx != %llx!
 The Xframe could not be turned into the correct endian operation.
 This is most likely a hardware error.
-.Pp
 .It xge%d: failed allocating txmem.
 .It xge%d: failed allocating rxmem.
 The computer has run out of kernel memory.
-.Pp
 .It xge%d: adapter not quiescent, aborting
 .It xge%d: ADAPTER_STATUS missing bits %s
 The Xframe could not be turned into a usable state.
 Most likely an Xframe hardware error.
-.Pp
 .It xge%d: cannot create TX DMA maps
 .It xge%d: cannot create RX DMA maps
 This error is either a kernel error or that the kernel has run out
 of available memory.
-.Pp
 .It xge%d: bad compiler struct alignment, %d != %d
 The compiler did not align the structure correctly.
 This is a compiler problem.
Index: share/man/man4/man4.alpha/intro.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.alpha/intro.4,v
retrieving revision 1.14
diff -u -p -r1.14 intro.4
--- share/man/man4/man4.alpha/intro.4	21 Feb 2014 12:26:00 -0000	1.14
+++ share/man/man4/man4.alpha/intro.4	29 Dec 2014 07:47:22 -0000
@@ -141,7 +141,6 @@ stands for PC-architecture Alpha.
 .Pp
 AlphaPC 64
 .Pq EB64
-.br
 .Bl -hang -width 4n
 .It Jensen family
 .br
@@ -221,7 +220,6 @@ DEC 3000/800
 .Pq 200 Tn MHz
 .Pq Flamingo II
 .El
-.br
 .It 21064-A
 .Sy EV45
 .Po
@@ -243,7 +241,6 @@ Alpha XL 233-266
 .br
 AlphaPC 64
 .Pq EB64+
-.br
 .Bl -hang -width 4n
 .It Avanti family
 .br
@@ -439,7 +436,6 @@ AlphaPC 164 motherboard
 .br
 AlphaPC 164LX motherboard
 .Pq EB164
-.br
 .El
 .Pp
 DigitalServer 3300
Index: share/man/man4/man4.amiga/autoconf.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.amiga/autoconf.4,v
retrieving revision 1.9
diff -u -p -r1.9 autoconf.4
--- share/man/man4/man4.amiga/autoconf.4	20 Jun 2005 13:25:24 -0000	1.9
+++ share/man/man4/man4.amiga/autoconf.4	29 Dec 2014 07:47:22 -0000
@@ -57,7 +57,6 @@ type which it doesn't
 (or at least this compiled version of
 .Nx
 doesn't) understand.
-.Pp
 .It %s at mainbus0.
 An Amiga internal device
 .Ql %s
@@ -68,19 +67,16 @@ If this line follows the
 configuration line, this diagnostic
 indicates that a second floppy drive was detected, but was not configured
 into the kernel.
-.Pp
 .It zbus0 at mainbus0 [mem 0x%x-0x%x].
 The kernel is configuring AutoConfigured expansion boards.  If any Zorro
 II memory was detected, the virtual address of the space reserved for
 DMA bounce buffers is printed.
-.Pp
 .It %s at zbus0: pa 0x%x man/prod %d/%d.
 A Zorro expansion board was configured.
 .Ql pa 0x%0x
 is the physical address the board was configured at.
 .Ql Man/prod %d/%d
 is the manufacturer/product codes.
-.Pp
 .It %s at zbus0: pa 0x%x man/prod %d/%d not configured.
 A Zorro expansion board located at
 .Ql pa 0x%0x

Index: share/man/man4/man4.dreamcast/maple.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.dreamcast/maple.4,v
retrieving revision 1.5
diff -u -p -r1.5 maple.4
--- share/man/man4/man4.dreamcast/maple.4	30 Apr 2008 13:10:55 -0000	1.5
+++ share/man/man4/man4.dreamcast/maple.4	29 Dec 2014 07:47:22 -0000
@@ -44,7 +44,6 @@ Maple bus (controller ports).
 The following
 .Xr ioctl 2
 calls apply to Maple bus devices.
-.Pp
 .Bl -tag -width XXXXXXX
 .It Dv MAPLEIO_GDEVINFO Fa struct maple_devinfo
 Read, from the kernel, the device information of the device.
Index: share/man/man4/man4.dreamcast/mmem.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.dreamcast/mmem.4,v
retrieving revision 1.4
diff -u -p -r1.4 mmem.4
--- share/man/man4/man4.dreamcast/mmem.4	30 Apr 2008 13:10:55 -0000	1.4
+++ share/man/man4/man4.dreamcast/mmem.4	29 Dec 2014 07:47:22 -0000
@@ -43,7 +43,6 @@ driver provides support for Maple bus st
 The following
 .Xr ioctl 2
 calls apply to Maple bus storage devices.
-.Pp
 .Bl -tag -width XXXXXXX
 .It Dv DIOCGDINFO Fa struct disklabel
 Read, from the kernel, the
Index: share/man/man4/man4.emips/ebus.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.emips/ebus.4,v
retrieving revision 1.3
diff -u -p -r1.3 ebus.4
--- share/man/man4/man4.emips/ebus.4	27 Oct 2014 16:18:38 -0000	1.3
+++ share/man/man4/man4.emips/ebus.4	29 Dec 2014 07:47:22 -0000
@@ -46,7 +46,6 @@ and to map them into the kernel virtual 
 The
 .Nm
 driver manages the Extensible I/O BUS on eMIPS and provides
-.Pp
 .Bl -bullet -offset indent
 .It
 Address range management to avoid conflicts.
Index: share/man/man4/man4.hp300/autoconf.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.hp300/autoconf.4,v
retrieving revision 1.10
diff -u -p -r1.10 autoconf.4
--- share/man/man4/man4.hp300/autoconf.4	20 Jun 2005 13:25:24 -0000	1.10
+++ share/man/man4/man4.hp300/autoconf.4	29 Dec 2014 07:47:22 -0000
@@ -79,7 +79,6 @@ type which it doesn't
 (or at least this compiled version of
 .Nx
 doesn't) understand.
-.Pp
 .It hpibbus%d at sc%d, ipl %d.
 An
 .Tn HP-IB
@@ -87,7 +86,6 @@ was found at sc%d (the select code)
 with ipl%d (interrupt priority level).
 .Nx
 will call it hpibbus%d.
-.Pp
 .It %s%d: %s.
 .It %s%d at hpibbus%d, slave %d.
 An
@@ -103,13 +101,11 @@ The
 .Ql %s
 in the first line will be a product type like ``7945A'' or ``9144''.
 The slave number comes from the address select switches on the drive.
-.Pp
 .It grf0 csr 0x560000
 .It grf%d at sc%d
 A bit mapped display was found either at the ``internal'' address (first case)
 or at some ``external'' select code (second case).
 If it exists, the internal display will always be unit 0.
-.Pp
 .It %s%d at sc%d, ipl %d flags %d
 Another peripheral controller was found at the indicated select code
 and with indicated interrupt priority level.
Index: share/man/man4/man4.hp300/dcm.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.hp300/dcm.4,v
retrieving revision 1.9
diff -u -p -r1.9 dcm.4
--- share/man/man4/man4.hp300/dcm.4	7 Aug 2003 10:31:06 -0000	1.9
+++ share/man/man4/man4.hp300/dcm.4	29 Dec 2014 07:47:22 -0000
@@ -84,7 +84,6 @@ the interrupt rate drops.
 .It dcm%d port%d: silo overflow
 Input Silo has overflowed and incoming data
 has been lost.
-.Pp
 .It dcm%d port%d: uart overflow
 The 3 character buffer in the UART has
 overflowed.
Index: share/man/man4/man4.hp300/intio.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.hp300/intio.4,v
retrieving revision 1.3
diff -u -p -r1.3 intio.4
--- share/man/man4/man4.hp300/intio.4	26 Jun 2003 10:11:40 -0000	1.3
+++ share/man/man4/man4.hp300/intio.4	29 Dec 2014 07:47:22 -0000
@@ -47,7 +47,6 @@ of the kernel startup procedure.
 .Pp
 .Nm
 driver manages the internal I/O space of hp300.
-.Pp
 .Bl -bullet -offset indent
 .It
 Address range management to avoid confliction of address space of
Index: share/man/man4/man4.hppa/io.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.hppa/io.4,v
retrieving revision 1.1
diff -u -p -r1.1 io.4
--- share/man/man4/man4.hppa/io.4	24 Feb 2014 07:23:40 -0000	1.1
+++ share/man/man4/man4.hppa/io.4	29 Dec 2014 07:47:23 -0000
@@ -40,38 +40,38 @@ I/O subsystems and connected devices fou
 machines.
 .Bl -column "	715x100" "	MBA" "	SExxFWD" "	CAxxFDDI" "	[GSC/PCI]" "	xxxxxxx" -offset left
 .It "Model" "	MBA" "	SCSI" "	Network" "	Video" "	Misc"
-.It "705" "	A" "	SE" "	DX" "	Timber"
-.It "710" "	A" "	SE" "	DX" "	Timber"
-.It "712" "	LW" "	SE" "	CA, TR" "	Artist"
-.It "715/33" "	A" "	SE" "	DX" "	Stinger"
-.It "715/50" "	A" "	SE" "	DX" "	Stinger"
-.It "715/64" "	LW" "	SE" "	CA" "	Artist"
-.It "715/75" "	A" "	SE" "	DX" "	Stinger"
-.It "715/80" "	LW" "	SE" "	CA" "	Artist"
-.It "715/100" "	LW" "	SE" "	CA" "	Artist"
-.It "720" "	A" "	SE" "	DX" "	[SGC]"
-.It "725/50" "	A" "	SE" "	DX" "	Stinger"
-.It "725/75" "	A" "	SE" "	DX" "	Stinger"
-.It "725/64" "	LW" "	SE" "	CA" "	Artist"
-.It "725/100" "	LW" "	SE" "	CA" "	Artist"
-.It "730" "	A" "	SE" "	DX" "	[SGC]"
-.It "735" "	A" "	SE, FWD" "	DX, FDDI" "	[SGC]"
+.It "705" "	A" "	SE" "	DX" "	Timber"	""
+.It "710" "	A" "	SE" "	DX" "	Timber"	""
+.It "712" "	LW" "	SE" "	CA, TR" "	Artist"	""
+.It "715/33" "	A" "	SE" "	DX" "	Stinger"	""
+.It "715/50" "	A" "	SE" "	DX" "	Stinger"	""
+.It "715/64" "	LW" "	SE" "	CA" "	Artist"	""
+.It "715/75" "	A" "	SE" "	DX" "	Stinger"	""
+.It "715/80" "	LW" "	SE" "	CA" "	Artist"	""
+.It "715/100" "	LW" "	SE" "	CA" "	Artist"	""
+.It "720" "	A" "	SE" "	DX" "	[SGC]"	""
+.It "725/50" "	A" "	SE" "	DX" "	Stinger"	""
+.It "725/75" "	A" "	SE" "	DX" "	Stinger"	""
+.It "725/64" "	LW" "	SE" "	CA" "	Artist"	""
+.It "725/100" "	LW" "	SE" "	CA" "	Artist"	""
+.It "730" "	A" "	SE" "	DX" "	[SGC]"	""
+.It "735" "	A" "	SE, FWD" "	DX, FDDI" "	[SGC]"	""
 .It "742i" "	A" "	SE" "	CA" "	Stinger" "	VME"
 .It "743i" "	DLW" "	SE" "	DX" "	Artist" "	VME"
 .It "744" "	DLW" "	SE" "	DX" "	EG" "	VME"
 .It "745" "	DLW" "	SE" "	DX" "	EG" "	VME"
-.It "745i" "	A" "	SE" "	DX" "	Stinger"
-.It "747i" "	A" "	SE" "	DX" "	Stinger"
+.It "745i" "	A" "	SE" "	DX" "	Stinger"	""
+.It "747i" "	A" "	SE" "	DX" "	Stinger"	""
 .It "748" "	DLW" "	SE" "	DX" "	EG" "	VME"
 .It "748i" "	DLW" "	SE" "	DX" "	Artist" "	VME"
-.It "750" "	A" "	SE" "	DX" "	[SGC]"
-.It "755" "	A" "	SE, FWD" "	DX, FDDI" "	[SGC]"
-.It "J2x0/XC" "	LW" "	SE, FWD" "	CA" "	[GSC]"
-.It "A180" "	DL" "	SE" "	TLP" "	[GSC/PCI]"
-.It "B1xxL" "	DLW" "	SE, FWD" "	CA" "	EG"
-.It "B1xxL+" "	DLW" "	SE, UW" "	TLP" "	EG"
-.It "C1x0" "	LW" "	SE, FWD" "	CA" "	[GSC]"
-.It "C1xxL" "	DLW" "	SE, UW" "	TLP" "	EG"
+.It "750" "	A" "	SE" "	DX" "	[SGC]"	""
+.It "755" "	A" "	SE, FWD" "	DX, FDDI" "	[SGC]"	""
+.It "J2x0/XC" "	LW" "	SE, FWD" "	CA" "	[GSC]"	""
+.It "A180" "	DL" "	SE" "	TLP" "	[GSC/PCI]"	""
+.It "B1xxL" "	DLW" "	SE, FWD" "	CA" "	EG"	""
+.It "B1xxL+" "	DLW" "	SE, UW" "	TLP" "	EG"	""
+.It "C1x0" "	LW" "	SE, FWD" "	CA" "	[GSC]"	""
+.It "C1xxL" "	DLW" "	SE, UW" "	TLP" "	EG"	""
 .It "RDI" "	DL" "	SE" "	CA" "	EG" "	CardBus"
 .It "SAIC" "	LW" "	SE" "	CA" "	Artist" "	PCMCIA"
 .El
Index: share/man/man4/man4.hppa/pdc.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.hppa/pdc.4,v
retrieving revision 1.1
diff -u -p -r1.1 pdc.4
--- share/man/man4/man4.hppa/pdc.4	24 Feb 2014 07:23:40 -0000	1.1
+++ share/man/man4/man4.hppa/pdc.4	29 Dec 2014 07:47:23 -0000
@@ -156,7 +156,6 @@ The cache configuration word is formatte
 .It "24" Ta "4" Ta "associativity"
 .It "28" Ta "4" Ta "virtual address alias boundary"
 .El
-.Pp
 .It Fn pdc "PDC_CACHE" "PDC_CACHE_SETCS" "ptr" "i_cst" "d_cst" "it_cst" "dt_cst"
 The second word in each of the
 .Ar i_cst ,
Index: share/man/man4/man4.i386/ndis.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.i386/ndis.4,v
retrieving revision 1.5
diff -u -p -r1.5 ndis.4
--- share/man/man4/man4.i386/ndis.4	18 Mar 2014 18:20:40 -0000	1.5
+++ share/man/man4/man4.i386/ndis.4	29 Dec 2014 07:47:23 -0000
@@ -180,7 +180,6 @@ ndis0 at pci2 dev 3 function 0
 .Pp
 The device can then be configured with
 .Xr ifconfig 8 :
-.Pp
 .Bd -literal -offset indent
 ndis0: flags=8843\*[Lt]UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST\*[Gt] mtu 1500
         ssid WWUwireless
Index: share/man/man4/man4.mvme68k/lpt.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.mvme68k/lpt.4,v
retrieving revision 1.7
diff -u -p -r1.7 lpt.4
--- share/man/man4/man4.mvme68k/lpt.4	23 Mar 2009 16:13:17 -0000	1.7
+++ share/man/man4/man4.mvme68k/lpt.4	29 Dec 2014 07:47:23 -0000
@@ -44,7 +44,6 @@
 .Sh DESCRIPTION
 This driver provides access to parallel ports.  The bits in the minor
 number select various features of the driver.
-.Pp
 .Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent
 .It Sy "Minor Bit"	Function
 .It 128	Use the interruptless driver. (polling)

Index: share/man/man4/man4.pmax/ibus.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.pmax/ibus.4,v
retrieving revision 1.4
diff -u -p -r1.4 ibus.4
--- share/man/man4/man4.pmax/ibus.4	23 Mar 2009 16:07:47 -0000	1.4
+++ share/man/man4/man4.pmax/ibus.4	29 Dec 2014 07:47:23 -0000
@@ -49,7 +49,6 @@ of the kernel startup procedure.
 .Pp
 .Nm
 driver manages the internal I/O space of pmax.
-.Pp
 .Bl -bullet -offset indent
 .It
 Address range management to avoid confliction of address space of
Index: share/man/man4/man4.sparc/intro.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.sparc/intro.4,v
retrieving revision 1.24
diff -u -p -r1.24 intro.4
--- share/man/man4/man4.sparc/intro.4	13 May 2009 22:52:26 -0000	1.24
+++ share/man/man4/man4.sparc/intro.4	29 Dec 2014 07:47:23 -0000
@@ -218,7 +218,6 @@ The devices listed below are supported i
 the system.
 Devices are indicated by their functional interface.
 Not all supported devices are listed.
-.Pp
 .Bl -tag -width leXlebufferXX
 .It audio
 AMD 79C30 obio (sun4c) and dbri (sun4m) audio controller
Index: share/man/man4/man4.sparc/magma.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.sparc/magma.4,v
retrieving revision 1.11
diff -u -p -r1.11 magma.4
--- share/man/man4/man4.sparc/magma.4	11 Mar 2009 13:41:25 -0000	1.11
+++ share/man/man4/man4.sparc/magma.4	29 Dec 2014 07:47:23 -0000
@@ -44,7 +44,6 @@ communications engine and the Cirrus Log
 communications engine.
 .Pp
 The device minor numbers for this driver are encoded as follows:
-.Pp
 .Bd -literal
     +---+---+---+---+---+---+---+---+
     | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
Index: share/man/man4/man4.sparc/ms.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.sparc/ms.4,v
retrieving revision 1.8
diff -u -p -r1.8 ms.4
--- share/man/man4/man4.sparc/ms.4	10 Mar 2009 21:08:31 -0000	1.8
+++ share/man/man4/man4.sparc/ms.4	29 Dec 2014 07:47:23 -0000
@@ -42,7 +42,6 @@ driver provides an interface to the work
 This
 .Tn Mouse Systems
 three-button device produces five-byte blobs of the form:
-.Pp
 .Bd -literal -offset indent
 b dx dy dx dy
 .Ed
Index: share/man/man4/man4.sparc64/intro.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.sparc64/intro.4,v
retrieving revision 1.4
diff -u -p -r1.4 intro.4
--- share/man/man4/man4.sparc64/intro.4	10 May 2007 07:47:27 -0000	1.4
+++ share/man/man4/man4.sparc64/intro.4	29 Dec 2014 07:47:23 -0000
@@ -110,7 +110,6 @@ A list of the supported devices is given
 The devices listed below are supported in this incarnation of
 the system.  Devices are indicated by their functional interface.
 Not all supported devices are listed.
-.Pp
 .Bl -tag -width leXlebufferXX
 .It auxio
 Auxiliary I/O \*[Am] LED
Index: share/man/man4/man4.sun2/intro.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.sun2/intro.4,v
retrieving revision 1.5
diff -u -p -r1.5 intro.4
--- share/man/man4/man4.sun2/intro.4	20 Jun 2005 13:25:25 -0000	1.5
+++ share/man/man4/man4.sun2/intro.4	29 Dec 2014 07:47:23 -0000
@@ -103,13 +103,12 @@ The following Sun2 system architectures 
 Sun2 systems: (MC68010)
 .br
 Sun 2/120, 2/170 (10 MHz)
-.br
 .El
+.br
 .Sh LIST OF DEVICES
 The devices listed below are supported in this incarnation of
 the system.  Devices are indicated by their functional interface.
 Not all supported devices are listed.
-.Pp
 .Bl -tag -width eeprom
 .It bwtwo
 black and white obio frame buffer
Index: share/man/man4/man4.sun2/ms.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.sun2/ms.4,v
retrieving revision 1.3
diff -u -p -r1.3 ms.4
--- share/man/man4/man4.sun2/ms.4	10 Mar 2009 21:10:18 -0000	1.3
+++ share/man/man4/man4.sun2/ms.4	29 Dec 2014 07:47:23 -0000
@@ -42,7 +42,6 @@ driver provides an interface to the work
 This
 .Tn Mouse Systems
 three-button device produces five-byte blobs of the form:
-.Pp
 .Bd -literal -offset indent
 b dx dy dx dy
 .Ed
Index: share/man/man4/man4.sun3/intro.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.sun3/intro.4,v
retrieving revision 1.10
diff -u -p -r1.10 intro.4
--- share/man/man4/man4.sun3/intro.4	20 Jun 2005 13:25:25 -0000	1.10
+++ share/man/man4/man4.sun3/intro.4	29 Dec 2014 07:47:23 -0000
@@ -109,20 +109,18 @@ Sun 3/60 (20 MHz)
 Sun 3/100 series (16.67 MHz)
 .br
 Sun 3/200 series (25 MHz)
-.br
 .It sun3x
 Sun3X systems: (MC68030)
 .br
 Sun 3/80  (20 MHz)
 .br
 Sun 3/470 (33 MHz)
-.br
 .El
+.br
 .Sh LIST OF DEVICES
 The devices listed below are supported in this incarnation of
 the system.  Devices are indicated by their functional interface.
 Not all supported devices are listed.
-.Pp
 .Bl -tag -width eeprom
 .It bwtwo
 black and white obio frame buffer
Index: share/man/man4/man4.sun3/ms.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.sun3/ms.4,v
retrieving revision 1.8
diff -u -p -r1.8 ms.4
--- share/man/man4/man4.sun3/ms.4	10 Mar 2009 21:12:23 -0000	1.8
+++ share/man/man4/man4.sun3/ms.4	29 Dec 2014 07:47:23 -0000
@@ -42,7 +42,6 @@ driver provides an interface to the work
 This
 .Tn Mouse Systems
 three-button device produces five-byte blobs of the form:
-.Pp
 .Bd -literal -offset indent
 b dx dy dx dy
 .Ed
Index: share/man/man4/man4.vax/dl.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.vax/dl.4,v
retrieving revision 1.12
diff -u -p -r1.12 dl.4
--- share/man/man4/man4.vax/dl.4	9 Mar 2009 19:24:30 -0000	1.12
+++ share/man/man4/man4.vax/dl.4	29 Dec 2014 07:47:23 -0000
@@ -88,7 +88,7 @@ The
 driver was written for
 .Nx 1.3 .
 .Sh AUTHORS
-Ben Harris \*[Lt]bjh21@NetBSD.org\*[Gt]
+.An Ben Harris \*[Lt]bjh21@NetBSD.org\*[Gt]
 .Sh BUGS
 The
 .Tn DL-11
Index: share/man/man4/man4.vax/hp.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.vax/hp.4,v
retrieving revision 1.15
diff -u -p -r1.15 hp.4
--- share/man/man4/man4.vax/hp.4	27 Oct 2014 16:20:48 -0000	1.15
+++ share/man/man4/man4.vax/hp.4	29 Dec 2014 07:47:23 -0000
@@ -139,8 +139,8 @@ If it happens more frequently than
 this the sectors where the errors are occurring should be checked to see
 if certain cylinders on the pack, spots on the carriage of the drive
 or heads are indicated.
-.Pp
 .El
+.Pp
 .Sh SEE ALSO
 .Xr physio 4 ,
 .Xr up 4 ,
Index: share/man/man4/man4.x68k/intio.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.x68k/intio.4,v
retrieving revision 1.8
diff -u -p -r1.8 intio.4
--- share/man/man4/man4.x68k/intio.4	9 Mar 2009 19:24:30 -0000	1.8
+++ share/man/man4/man4.x68k/intio.4	29 Dec 2014 07:47:23 -0000
@@ -47,7 +47,6 @@ at the very early time of the kernel sta
 .Pp
 .Nm
 driver manages the internal I/O space of x68k.
-.Pp
 .Bl -bullet -offset indent
 .It
 Address range management to avoid confliction of address space of
Index: share/man/man4/man4.x86/lpt.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/man4.x86/lpt.4,v
retrieving revision 1.1
diff -u -p -r1.1 lpt.4
--- share/man/man4/man4.x86/lpt.4	23 Sep 2011 14:45:06 -0000	1.1
+++ share/man/man4/man4.x86/lpt.4	29 Dec 2014 07:47:23 -0000
@@ -52,7 +52,6 @@ This driver provides access to parallel 
 The bits in the minor number select various features of the driver.
 If no IRQ is
 specified in the kernel configuration, only the polling device may be used.
-.Pp
 .Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent
 .It Sy "Minor Bit"	Function
 .It 128	Use the interruptless driver. (polling)

Index: share/man/man5/capfile.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/capfile.5,v
retrieving revision 1.3
diff -u -p -r1.3 capfile.5
--- share/man/man5/capfile.5	18 Mar 2014 18:20:40 -0000	1.3
+++ share/man/man5/capfile.5	29 Dec 2014 07:47:23 -0000
@@ -59,7 +59,6 @@ lookup tag.
 The entry must be terminated by the `:' character.
 .Ss A Sample Entry
 The following entry describes the Teletype model 33.
-.Pp
 .Bd -literal
 T3\||\|tty33\||\|33\||\|tty\||\|Teletype model 33:\e
 	:bl=^G:co#72:.cr=9^M:cr=^M:do=^J:hc:os:am@:
Index: share/man/man5/elf.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/elf.5,v
retrieving revision 1.15
diff -u -p -r1.15 elf.5
--- share/man/man5/elf.5	22 Mar 2010 18:58:32 -0000	1.15
+++ share/man/man5/elf.5	29 Dec 2014 07:47:23 -0000
@@ -105,7 +105,6 @@ typedef struct {
 	Elf32_Half	e_shstrndx;
 } Elf32_Ehdr;
 .Ed
-.Pp
 .Bl -tag -width "e_phentsize"
 .It Fa e_ident[]
 The array contains the following information in the indicated locations:
@@ -187,7 +186,6 @@ typedef struct {
 	Elf32_Word	sh_entsize;
 } Elf32_Shdr;
 .Ed
-.Pp
 .Bl -tag -width "sh_addralign"
 .It Fa sh_name
 Contains an index to the position in the section header string section where
@@ -309,7 +307,6 @@ typedef struct {
 	Elf32_Word	p_align;
 } Elf32_Phdr;
 .Ed
-.Pp
 .Bl -tag -width p_offset
 .It Fa p_type
 Contains the segment type indicator. The possible values are:
Index: share/man/man5/link.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/link.5,v
retrieving revision 1.23
diff -u -p -r1.23 link.5
--- share/man/man5/link.5	22 Mar 2010 18:58:32 -0000	1.23
+++ share/man/man5/link.5	29 Dec 2014 07:47:24 -0000
@@ -174,7 +174,6 @@ struct section_dispatch_table {
 	long	sdt_plt_sz;
 };
 .Ed
-.Pp
 .Bl -tag -width sdt_loaded
 .It Fa sdt_loaded
 A pointer to the first link map loaded (see below).
@@ -249,7 +248,6 @@ struct sod {
 	long	sod_next;
 };
 .Ed
-.Pp
 .Bl -tag -width sod_library
 .It Fa sod_name
 The offset in the text segment of a string describing this link object.
@@ -365,7 +363,6 @@ struct rrs_hash {
 	int	rh_next;		/* next hash entry */
 };
 .Ed
-.Pp
 .Bl -tag -width rh_symbolnum
 .It Fa rh_symbolnum
 The index of the symbol in the shared object's symbol table (as given by the
@@ -394,7 +391,6 @@ struct rt_symbol {
 	struct so_map		*rt_smp;
 };
 .Ed
-.Pp
 .Bl -tag -width rt_scraddr
 .It Fa rt_sp
 The symbol description.
@@ -434,7 +430,6 @@ struct 	so_debug {
 	struct rt_symbol *dd_cc;
 };
 .Ed
-.Pp
 .Bl -tag -width dd_in_debugger
 .It Fa dd_version
 Version number of this interface.
@@ -579,7 +574,6 @@ This field is only available with interf
 .Dv LD_HINTS_VERSION_2
 and higher.
 .El
-.Pp
 .Bd -literal -offset indent
 /*
  * Hash table element in hints file.
Index: share/man/man5/mk.conf.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/mk.conf.5,v
retrieving revision 1.69
diff -u -p -r1.69 mk.conf.5
--- share/man/man5/mk.conf.5	25 Mar 2014 10:23:26 -0000	1.69
+++ share/man/man5/mk.conf.5	29 Dec 2014 07:47:24 -0000
@@ -819,7 +819,6 @@ or
 depending on the value of
 .Sy X11FLAVOUR ) .
 .DFLTn
-.Pp
 .
 .It Sy MKX11FONTS
 .YorN
Index: share/man/man5/netconfig.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/netconfig.5,v
retrieving revision 1.9
diff -u -p -r1.9 netconfig.5
--- share/man/man5/netconfig.5	15 Mar 2013 19:32:31 -0000	1.9
+++ share/man/man5/netconfig.5	29 Dec 2014 07:47:24 -0000
@@ -21,7 +21,6 @@ Entries have the following format:
 .Dl network_id semantics flags family protoname device libraries
 .Pp
 Entries consist of the following fields:
-.Pp
 .Bl -tag -width network_id
 .It Em network_id
 The name of the transport described.
@@ -81,7 +80,6 @@ be preferred by the RPC library code, gi
 network type.
 For example, if a sample network config file would
 look like this:
-.Pp
 .Bd -literal -offset indent
 udp6       tpi_clts      v     inet6    udp     -       -
 tcp6       tpi_cots_ord  v     inet6    tcp     -       -
Index: share/man/man5/resolv.conf.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/resolv.conf.5,v
retrieving revision 1.30
diff -u -p -r1.30 resolv.conf.5
--- share/man/man5/resolv.conf.5	9 Sep 2012 18:09:24 -0000	1.30
+++ share/man/man5/resolv.conf.5	29 Dec 2014 07:47:24 -0000
@@ -97,7 +97,6 @@ domain is assumed.
 This keyword is now ignored: its function has been superseded by
 features of
 .Xr nsswitch.conf 5 .
-.Pp
 .It Sy search
 Search list for host-name lookup.
 The search list is normally determined from the local domain name;
Index: share/man/man5/rpc.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/rpc.5,v
retrieving revision 1.11
diff -u -p -r1.11 rpc.5
--- share/man/man5/rpc.5	15 Mar 2013 19:32:31 -0000	1.11
+++ share/man/man5/rpc.5	29 Dec 2014 07:47:24 -0000
@@ -33,7 +33,6 @@ by routines which search the file.
 .Pa /etc/rpc
 .Sh EXAMPLES
 Below is an example of an RPC data base:
-.Pp
 .Bd -literal
 #
 #	rpc
Index: share/man/man5/sysctl.conf.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/sysctl.conf.5,v
retrieving revision 1.3
diff -u -p -r1.3 sysctl.conf.5
--- share/man/man5/sysctl.conf.5	13 May 2009 22:57:34 -0000	1.3
+++ share/man/man5/sysctl.conf.5	29 Dec 2014 07:47:24 -0000
@@ -78,7 +78,6 @@ resides in
 The following is an example
 .Pa /etc/sysctl.conf
 file:
-.Pp
 .Bd -literal
 # Change max open files
 kern.maxfiles=1792
Index: share/man/man5/utmpx.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/utmpx.5,v
retrieving revision 1.8
diff -u -p -r1.8 utmpx.5
--- share/man/man5/utmpx.5	22 Mar 2010 18:58:32 -0000	1.8
+++ share/man/man5/utmpx.5	29 Dec 2014 07:47:24 -0000
@@ -108,7 +108,6 @@ and
 .Xr reboot 8 ) ,
 using
 .Xr logwtmpx 3 .
-.Pp
 .El
 .Sh FILES
 .Bl -tag -width /var/log/lastlogx -compact
Index: share/man/man7/hier.7
===================================================================
RCS file: /cvsroot/src/share/man/man7/hier.7,v
retrieving revision 1.109
diff -u -p -r1.109 hier.7
--- share/man/man7/hier.7	31 Mar 2014 11:25:48 -0000	1.109
+++ share/man/man7/hier.7	29 Dec 2014 07:47:24 -0000
@@ -47,7 +47,6 @@ and what they are, with references to ot
 documentation.
 .Pp
 Not all files will be in every system.
-.Pp
 .Bl -tag -width "/altroot/"
 .It Sy \&/
 root directory of the system
@@ -610,7 +609,6 @@ test programs; see
 .Xr atf-run 1
 for information on how to run them
 .El
-.Pp
 .It Sy /usr/src/
 .Nx
 and local source files
@@ -719,9 +717,9 @@ source for Programmer's Supplementary Do
 source for System Manager's Manual
 .It Sy usd/
 source for User's Supplementary Documents
-.Pp
 .El
 .El
+.Pp
 .It Sy sys/
 kernel source files
 .Pp
Index: share/man/man7/nls.7
===================================================================
RCS file: /cvsroot/src/share/man/man7/nls.7,v
retrieving revision 1.15
diff -u -p -r1.15 nls.7
--- share/man/man7/nls.7	9 Apr 2009 02:51:54 -0000	1.15
+++ share/man/man7/nls.7	29 Dec 2014 07:47:25 -0000
@@ -131,7 +131,6 @@ and
 environment variables also determine the current locale.
 .Pp
 The values of these environment variables contains a string format as:
-.Pp
 .Bd -literal
 	language[_territory][.codeset][@modifier]
 .Ed
@@ -139,7 +138,6 @@ The values of these environment variable
 Valid values for the language field come from the ISO639 standard which
 defines two-character codes for many languages.
 Some common language codes are:
-.Pp
 .Bl -column "PERSIAN (farsi)" "Sy Code" "OCEANIC/INDONESIAN"
 .It Sy Language Name Ta Sy Code Ta Sy Language Family
 .It ABKHAZIAN	AB	IBERO-CAUCASIAN
@@ -290,7 +288,6 @@ The short form of da_DK is sufficient to
 .Pp
 The environment variable settings are queried by their priority level
 in the following manner:
-.Pp
 .Bl -bullet
 .It
 If the
Index: share/man/man7/release.7
===================================================================
RCS file: /cvsroot/src/share/man/man7/release.7,v
retrieving revision 1.36
diff -u -p -r1.36 release.7
--- share/man/man7/release.7	3 Nov 2014 20:16:50 -0000	1.36
+++ share/man/man7/release.7	29 Dec 2014 07:47:25 -0000
@@ -120,7 +120,6 @@ CD-ROM, but in all other cases it should
 .Pp
 The root of the release hierarchy should contain the following
 files and subdirectories:
-.Pp
 .Bl -tag -width "\*[Lt]machine\*[Gt]"
 .It Sy images/
 Image files intended for use in installing
@@ -206,7 +205,6 @@ subdirectory.
 Source code of the operating system should be put into
 .Sy .../NetBSD- Ns Ao Em rel Ac Ns Sy /source/
 using the following layout:
-.Pp
 .Bl -tag -width "sets/"
 .It Sy sets/
 Sources for the various system sets.
Index: share/man/man7/script.7
===================================================================
RCS file: /cvsroot/src/share/man/man7/script.7,v
retrieving revision 1.6
diff -u -p -r1.6 script.7
--- share/man/man7/script.7	22 Mar 2010 18:58:32 -0000	1.6
+++ share/man/man7/script.7	29 Dec 2014 07:47:25 -0000
@@ -218,7 +218,6 @@ at the shell will result in
 being executed, receiving the following arguments in
 .Va argv
 (numbered from 0):
-.Pp
 .Bd -ragged -offset indent
 .Qq /bin/interp ,
 .Qq "-arg" ,
@@ -258,7 +257,6 @@ at the shell will result in
 being executed, receiving the following arguments in
 .Va argv
 (numbered from 0):
-.Pp
 .Bd -ragged -offset indent
 .Qq /bin/interp ,
 .Qq "-x -y" ,
Index: share/man/man7/sysctl.7
===================================================================
RCS file: /cvsroot/src/share/man/man7/sysctl.7,v
retrieving revision 1.86
diff -u -p -r1.86 sysctl.7
--- share/man/man7/sysctl.7	13 Nov 2014 16:10:21 -0000	1.86
+++ share/man/man7/sysctl.7	29 Dec 2014 07:47:26 -0000
@@ -205,7 +205,6 @@ privilege may change the value.
 .It hw.usermem	integer	no
 .It hw.usermem64	quad	no
 .El
-.Pp
 .Bl -tag -width "123456"
 .It Li hw.alignbytes ( HW_ALIGNBYTES )
 Alignment constraint for all possible data types.
@@ -605,7 +604,6 @@ The fourth level name selects the System
 .It KERN_SYSVIPC_SEM_INFO	struct sem_sysctl_info
 .It KERN_SYSVIPC_SHM_INFO	struct shm_sysctl_info
 .El
-.Pp
 .Bl -tag -width "123456"
 .It Li KERN_SYSVIPC_MSG_INFO
 Return information on the System V style message facility.
@@ -1197,7 +1195,6 @@ protocol number, though this is not alwa
 .It net.inet6	IPv6 values	yes
 .It net.key	IPsec key management values	yes
 .El
-.Pp
 .Bl -tag -width "123456"
 .It Li net.route ( PF_ROUTE )
 .\" XXX really?
@@ -1623,7 +1620,7 @@ The currently defined protocols and name
 .It ip6	accept_rtadv	integer	yes
 .It ip6	anonportalgo.selected	string	yes
 .It ip6	anonportalgo.available	string	yes
-.It ip6 anonportalgo.reserve	struct	yes
+.It ip6	anonportalgo.reserve	struct	yes
 .It ip6	anonportmax	integer	yes
 .It ip6	anonportmin	integer	yes
 .It ip6	auto_flowlabel	integer	yes
@@ -2234,7 +2231,6 @@ privilege may change the value.
 .It vm.uvmexp2	struct uvmexp_sysctl	no
 .It vm.vmmeter	struct vmtotal	no
 .El
-.Pp
 .Bl -tag -width "123456"
 .It Li vm.anonmax ( VM_ANONMAX )
 The percentage of physical memory which will be reclaimed
@@ -2308,7 +2304,6 @@ privilege may change the value.
 .It ddb.tee_msgbuf	integer	yes
 .It ddb.commandonenter	string	yes
 .El
-.Pp
 .Bl -tag -width "123456"
 .It Li ddb.radix ( DDBCTL_RADIX )
 The input and output radix.
@@ -2360,7 +2355,6 @@ The available second level names are:
 .El
 .Pp
 Available settings are detailed below.
-.Pp
 .Bl -tag -width "123456"
 .It Li security.curtain
 If non-zero, will filter return objects according to the user
@@ -2414,7 +2408,6 @@ The available third and fourth level nam
 .It Li security.pax.segvguard.max_crashes	integer	yes
 .It Li security.pax.segvguard.suspend_timeout	integer	yes
 .El
-.Pp
 .Bl -tag -width "123456"
 .It Li security.pax.aslr.enabled
 Enable PaX ASLR (Address Space Layout Randomization).
Index: share/man/man8/MAKEDEV.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/MAKEDEV.8,v
retrieving revision 1.45
diff -u -p -r1.45 MAKEDEV.8
--- share/man/man8/MAKEDEV.8	24 Feb 2014 07:23:41 -0000	1.45
+++ share/man/man8/MAKEDEV.8	29 Dec 2014 07:47:26 -0000
@@ -251,7 +251,6 @@ Please note that any hash marks
 in the following list of supported device targets must be replaced by
 digits when calling
 .Nm :
-.Pp
 .\" @@@DEVICES@@@
 .Bl -tag -width 01
 .It Tapes :
@@ -879,7 +878,6 @@ ISCSI driver and /sbin/iscsid communicat
 .Sh ENVIRONMENT
 The following environment variables affect the execution of
 .Nm :
-.Pp
 .Bl -tag -width indent
 .It Ev MAKEDEV_AS_LIBRARY
 If this is set, then
Index: share/man/man8/compat_ibcs2.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/compat_ibcs2.8,v
retrieving revision 1.7
diff -u -p -r1.7 compat_ibcs2.8
--- share/man/man8/compat_ibcs2.8	21 Nov 2011 15:11:45 -0000	1.7
+++ share/man/man8/compat_ibcs2.8	29 Dec 2014 07:47:26 -0000
@@ -159,8 +159,8 @@ following files on your system:
 .Pa /emul/ibcs2/usr/lib/libndbm.so
 .Pa /emul/ibcs2/usr/lib/libsocket.so.1
 .Ed
-.Pp
 .El
+.Pp
 If you don't have access to a SCO system, you will need to get the
 extra files you need from a SCO distribution.
 As of January 1998, SCO
Index: share/man/man8/compat_svr4.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/compat_svr4.8,v
retrieving revision 1.26
diff -u -p -r1.26 compat_svr4.8
--- share/man/man8/compat_svr4.8	21 Nov 2011 15:11:45 -0000	1.26
+++ share/man/man8/compat_svr4.8	29 Dec 2014 07:47:26 -0000
@@ -207,8 +207,8 @@ system, otherwise emulated binaries will
 .in -5
 .br
 .It (me@netbsd) echo TZ=US/Pacific \*[Gt] /emul/svr4/etc/default/init
-.br
 .El
+.br
 .It
 Set up the configuration files and devices:
 .Pp
Index: share/man/man8/diskless.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/diskless.8,v
retrieving revision 1.31
diff -u -p -r1.31 diskless.8
--- share/man/man8/diskless.8	31 Aug 2012 05:18:44 -0000	1.31
+++ share/man/man8/diskless.8	29 Dec 2014 07:47:26 -0000
@@ -34,7 +34,6 @@
 .Sh DESCRIPTION
 The ability to boot a system over the network is useful for
 two kinds of systems:
-.Pp
 .Bl -tag -width diskless
 .It Em diskless
 a system with no attached mass storage media to boot or run from
@@ -373,7 +372,6 @@ and some must run independently, started
 .Pa /etc/rc ;
 see
 .Xr rc.conf 5 .
-.Pp
 .Bl -column "Protocol" "rpc.bootparamd" "inetd.conf(5)" -offset indent
 .It Sy Protocol Ta Sy Program Ta Sy Startup
 .It RARP Ta rarpd Ta Xr rc.conf 5
@@ -504,7 +502,6 @@ mounted.
 .Pp
 An example for
 .Pa /etc/dhcpd.conf
-.Pp
 .Bd -literal -offset indent
 host myclient {
 	hardware ethernet 8:0:20:7:c5:c7;

Index: share/man/man8/man8.acorn26/boot26.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.acorn26/boot26.8,v
retrieving revision 1.5
diff -u -p -r1.5 boot26.8
--- share/man/man8/man8.acorn26/boot26.8	4 Sep 2009 23:29:03 -0000	1.5
+++ share/man/man8/man8.acorn26/boot26.8	29 Dec 2014 07:47:26 -0000
@@ -117,7 +117,6 @@ Each character in the map represents one
 ticks along the top are to stop you getting lost.  The characters in the
 map indicate what the memory's being used for (actually where it's
 logically mapped):
-.Pp
 .Bd -literal -offset indent
 0 -\*[Gt] zero-page
 + -\*[Gt] boot26 workspace

Index: share/man/man8/man8.alpha/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.alpha/boot.8,v
retrieving revision 1.13
diff -u -p -r1.13 boot.8
--- share/man/man8/man8.alpha/boot.8	7 Aug 2003 10:31:22 -0000	1.13
+++ share/man/man8/man8.alpha/boot.8	29 Dec 2014 07:47:26 -0000
@@ -187,7 +187,6 @@ is somewhat
 .Ux Ns No -like
 in that it incorporates a simple pipe and I/O redirection,
 which allows command sequences like:
-.Pp
 .Bd -literal -offset indent
 show config | more
 show * | more
@@ -430,7 +429,6 @@ firmware is picky about
 responses; the
 .Xr dhcpd.conf 5
 on the server needs the
-.Pp
 .Bd -literal -offset indent
 always-reply-rfc1048 on;
 .Ed
Index: share/man/man8/man8.alpha/mkbootimage.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.alpha/mkbootimage.8,v
retrieving revision 1.7
diff -u -p -r1.7 mkbootimage.8
--- share/man/man8/man8.alpha/mkbootimage.8	26 Jul 2003 20:17:38 -0000	1.7
+++ share/man/man8/man8.alpha/mkbootimage.8	29 Dec 2014 07:47:26 -0000
@@ -106,7 +106,6 @@ Create a bootable image from the (firmwa
 That bootable image could then be written to floppy,
 disk, CD-ROM, or tape to create bootable firmware
 update media.
-.Pp
 .Bd -literal -offset indent
 (mkbootimage /usr/mdec/ustarboot; tar cvf - netbsd) | \\
     dd of=/dev/rst0
@@ -129,4 +128,4 @@ command first appeared in
 .Sh AUTHORS
 The
 .Nm
-utility was written by Chris Demetriou.
+utility was written by .An Chris Demetriou.
Index: share/man/man8/man8.alpha/setnetbootinfo.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.alpha/setnetbootinfo.8,v
retrieving revision 1.11
diff -u -p -r1.11 setnetbootinfo.8
--- share/man/man8/man8.alpha/setnetbootinfo.8	26 Jul 2003 20:17:38 -0000	1.11
+++ share/man/man8/man8.alpha/setnetbootinfo.8	29 Dec 2014 07:47:26 -0000
@@ -148,4 +148,4 @@ command first appeared in
 .Sh AUTHORS
 The
 .Nm
-utility was written by Chris Demetriou.
+utility was written by .An Chris Demetriou.
Index: share/man/man8/man8.amiga/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.amiga/boot.8,v
retrieving revision 1.12
diff -u -p -r1.12 boot.8
--- share/man/man8/man8.amiga/boot.8	5 Sep 2009 11:37:52 -0000	1.12
+++ share/man/man8/man8.amiga/boot.8	29 Dec 2014 07:47:26 -0000
@@ -93,7 +93,6 @@ The command line looks like:
 .Op Fl S Ar amount
 .Op Fl T Ar amount
 .Ed
-.Pp
 .Bl -tag -width flag
 .It kernel-path
 This gives you the opportunity to boot another kernel, say:

Index: share/man/man8/man8.atari/ahdilabel.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.atari/ahdilabel.8,v
retrieving revision 1.11
diff -u -p -r1.11 ahdilabel.8
--- share/man/man8/man8.atari/ahdilabel.8	30 Apr 2008 13:10:57 -0000	1.11
+++ share/man/man8/man8.atari/ahdilabel.8	29 Dec 2014 07:47:26 -0000
@@ -48,7 +48,6 @@ as a guideline to emulate a disklabel on
 .Pp
 .Nm
 supports the following options:
-.Pp
 .Bl -tag -width disk
 .It Ar disk
 The name of the disk you want to edit.
@@ -64,7 +63,6 @@ Finally, if this also cannot be opened, 
 will display information about the number of sectors, tracks
 and sectors on the disk, as well as the current AHDI partition information.
 It will then prompt for input.  The input choices are:
-.Pp
 .Bl -tag -width a-p
 .It Ar a-p
 Modify a partition.  You will be prompted for a partition id, root, start

Index: share/man/man8/man8.cobalt/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.cobalt/boot.8,v
retrieving revision 1.9
diff -u -p -r1.9 boot.8
--- share/man/man8/man8.cobalt/boot.8	16 Aug 2014 08:43:12 -0000	1.9
+++ share/man/man8/man8.cobalt/boot.8	29 Dec 2014 07:47:26 -0000
@@ -49,7 +49,6 @@ Server Appliances
 that can run
 .Nx Ns /cobalt
 can use any of the following boot procedures:
-.Pp
 .Bl -bullet
 .It
 bootstrap

Index: share/man/man8/man8.evbarm/bootmini2440.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.evbarm/bootmini2440.8,v
retrieving revision 1.4
diff -u -p -r1.4 bootmini2440.8
--- share/man/man8/man8.evbarm/bootmini2440.8	2 Jun 2012 14:04:34 -0000	1.4
+++ share/man/man8/man8.evbarm/bootmini2440.8	29 Dec 2014 07:47:26 -0000
@@ -82,7 +82,6 @@ is one of the following:
 .Dl tftp:
 .Dl ld0 Ns Ar p : Ns Ar filename
 .Dl ld0 Ns Ar p :
-.Pp
 .Bl -tag -width xx
 .It net: Ns Va ip Ns : Ns Va filename
 use
Index: share/man/man8/man8.hp300/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.hp300/boot.8,v
retrieving revision 1.9
diff -u -p -r1.9 boot.8
--- share/man/man8/man8.hp300/boot.8	24 Sep 2008 20:07:05 -0000	1.9
+++ share/man/man8/man8.hp300/boot.8	29 Dec 2014 07:47:27 -0000
@@ -45,7 +45,6 @@ system bootstrapping procedures
 Normally, the system will reboot itself at power-up or after crashes.
 An automatic consistency check of the file systems will be performed,
 and unless this fails, the system will resume multi-user operations.
-.Pp
 .Ss Cold starts
 On an HP300, the boot procedure uses the boot ROM to load a boot program
 from an
Index: share/man/man8/man8.hp300/crash.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.hp300/crash.8,v
retrieving revision 1.10
diff -u -p -r1.10 crash.8
--- share/man/man8/man8.hp300/crash.8	22 Aug 2009 01:18:56 -0000	1.10
+++ share/man/man8/man8.hp300/crash.8	29 Dec 2014 07:47:27 -0000
@@ -158,7 +158,6 @@ They should always be one.
 VAX-like
 region registers.
 They are of the form:
-.Pp
 .Bd -ragged -offset indent
 \*[Lt]length\*[Gt] '@' \*[Lt]kernel VA\*[Gt]
 .Ed

Index: share/man/man8/man8.mac68k/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.mac68k/boot.8,v
retrieving revision 1.10
diff -u -p -r1.10 boot.8
--- share/man/man8/man8.mac68k/boot.8	5 Sep 2009 11:37:52 -0000	1.10
+++ share/man/man8/man8.mac68k/boot.8	29 Dec 2014 07:47:27 -0000
@@ -78,7 +78,6 @@ boot program can be configured to boot
 without intervention.
 When a system is so configured, it can crash or lose power and
 reboot back to a fully multi-user state without any intervention.
-.Pp
 .Ss The boot application
 The boot application runs in the native OS on the system.
 It has a dialog where booting preferences may be changed and an
Index: share/man/man8/man8.macppc/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.macppc/boot.8,v
retrieving revision 1.6
diff -u -p -r1.6 boot.8
--- share/man/man8/man8.macppc/boot.8	2 May 2008 21:10:38 -0000	1.6
+++ share/man/man8/man8.macppc/boot.8	29 Dec 2014 07:47:27 -0000
@@ -181,33 +181,28 @@ variables.
 .It Ar false
 stop at the Open Firmware prompt.
 .El
-.Pp
 .It Ev use-nvramrc?
 If
 .Sq Ev true
 runs commands in variable
 .Sq Ev nvramrc .
-.Pp
 .It Ev real-base
 Kernel memory location.
 .Em "Do not modify this value on Open Firmware 3 systems \(em you may"
 .Em "damage your computer" .
 All other Open Firmware versions should use
 .Li F00000 .
-.Pp
 .It Ev load-base
 Bootloader memory location.
 .Em "Do not modify this value on Open Firmware 3 systems \(em you may"
 .Em "damage your computer" .
 All other Open Firmware versions should use
 .Li 600000 .
-.Pp
 .It Ev boot-command
 The command to use for booting.
 Typically, the default of
 .Sq Ev boot
 is used.
-.Pp
 .It Ev boot-device
 Device from which to load primary bootloader.
 Value depends on a variety of factors.
@@ -218,7 +213,6 @@ Kernel location.
 Value depends on a variety of factors.
 See
 .Xr ofwboot 8 .
-.Pp
 .It Ev input-device
 What type of console input device
 .Po
@@ -255,7 +249,6 @@ Serial port on Xserve models.
 Properties are 57600 bps, 8 bits, no
 parity, 1 stop bit, no handshaking.
 .El
-.Pp
 .It output-device
 What type of console output device (On-board video, AGP video, PCI video,
 built-in LCD, or serial console).
@@ -264,14 +257,12 @@ See
 .Xr ofwboot 8
 and
 .Lk http://www.NetBSD.org/ports/macppc/faq.html#ofw-input-output-devices
-.Pp
 .It nvramrc
 If
 .Sq Ev use-nvramrc?
 is set to true, these
 .Tn FORTH
 commands will be run when the computer is reset
-.Pp
 .El
 .Ss "Normal Operation"
 When Open Firmware loads the primary bootloader, it will print something
Index: share/man/man8/man8.macppc/ofwboot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.macppc/ofwboot.8,v
retrieving revision 1.13
diff -u -p -r1.13 ofwboot.8
--- share/man/man8/man8.macppc/ofwboot.8	13 Nov 2014 22:32:53 -0000	1.13
+++ share/man/man8/man8.macppc/ofwboot.8	29 Dec 2014 07:47:27 -0000
@@ -380,7 +380,6 @@ Adding an arp entry at the tftp server w
 .Dl arp -s booting-host-name its-ethernet-address
 may resolve this problem (see
 .Xr arp 8 ) .
-.Pp
 .Bd -unfilled
 0 \*[Gt] boot CLAIM failed
  ok

Index: share/man/man8/man8.next68k/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.next68k/boot.8,v
retrieving revision 1.4
diff -u -p -r1.4 boot.8
--- share/man/man8/man8.next68k/boot.8	24 Sep 2008 20:07:05 -0000	1.4
+++ share/man/man8/man8.next68k/boot.8	29 Dec 2014 07:47:27 -0000
@@ -46,7 +46,6 @@ system bootstrapping procedures
 Normally, the system will reboot itself at power-up or after crashes.
 An automatic consistency check of the file systems will be performed,
 and unless this fails, the system will resume multi-user operations.
-.Pp
 .Ss Cold starts
 On an NeXT, the boot procedure uses the boot ROM to load a boot program
 over the network using BOOTP and TFTP.
Index: share/man/man8/man8.sandpoint/altboot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.sandpoint/altboot.8,v
retrieving revision 1.10
diff -u -p -r1.10 altboot.8
--- share/man/man8/man8.sandpoint/altboot.8	7 Oct 2013 10:50:37 -0000	1.10
+++ share/man/man8/man8.sandpoint/altboot.8	29 Dec 2014 07:47:27 -0000
@@ -119,7 +119,6 @@ The
 option has only a meaning for PATA disks.
 Omitting it makes it default to
 .Ar ide:10 .
-.Pp
 .It Va optN
 multi, auto, ask, single, ddb, userconf, norm, quiet, verb,
 silent, debug
Index: share/man/man8/man8.sgimips/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.sgimips/boot.8,v
retrieving revision 1.6
diff -u -p -r1.6 boot.8
--- share/man/man8/man8.sgimips/boot.8	22 Aug 2009 00:04:22 -0000	1.6
+++ share/man/man8/man8.sgimips/boot.8	29 Dec 2014 07:47:27 -0000
@@ -75,7 +75,6 @@ must match the address provided by the B
 An example BOOTP entry for
 .Xr dhcpd 8
 follows:
-.Pp
 .Bd -unfilled -offset indent
 	host indigo3k {
 		hardware ethernet 08:00:69:42:42:42;

Index: share/man/man8/man8.sparc64/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.sparc64/boot.8,v
retrieving revision 1.18
diff -u -p -r1.18 boot.8
--- share/man/man8/man8.sparc64/boot.8	27 Oct 2014 16:18:38 -0000	1.18
+++ share/man/man8/man8.sparc64/boot.8	29 Dec 2014 07:47:27 -0000
@@ -188,7 +188,6 @@ for details.
 .Sh EXAMPLES
 Boot from
 .Tn CD-ROM :
-.Pp
 .Bd -literal -offset indent
 boot cdrom
 .Ed
Index: share/man/man8/man8.vax/boot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.vax/boot.8,v
retrieving revision 1.13
diff -u -p -r1.13 boot.8
--- share/man/man8/man8.vax/boot.8	22 Mar 2010 18:58:32 -0000	1.13
+++ share/man/man8/man8.vax/boot.8	29 Dec 2014 07:47:27 -0000
@@ -42,7 +42,6 @@ Normally, the system will reboot itself 
 Provided the auto-restart is enabled on the machine front panel,
 an automatic consistency check of the file systems will be performed,
 and unless this fails, the system will resume multi-user operations.
-.Pp
 .Ss Cold starts
 These are processor-type dependent.
 On an 11/780, there are two floppy files for each disk controller,
Index: share/man/man8/man8.x68k/loadbsd.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.x68k/loadbsd.8,v
retrieving revision 1.4
diff -u -p -r1.4 loadbsd.8
--- share/man/man8/man8.x68k/loadbsd.8	26 Dec 2001 02:18:29 -0000	1.4
+++ share/man/man8/man8.x68k/loadbsd.8	29 Dec 2014 07:47:27 -0000
@@ -83,7 +83,6 @@ Although listed separately, the options 
 The format of boot device names is:
 .Pp
 .Dl "[/interface/]dev@unit[,lun][:partition]"
-.Pp
 .Bl -tag -width Fl
 .It interface
 SCSI interface type.
Index: share/man/man8/man8.x86/pxeboot.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/man8.x86/pxeboot.8,v
retrieving revision 1.2
diff -u -p -r1.2 pxeboot.8
--- share/man/man8/man8.x86/pxeboot.8	16 Aug 2014 08:43:12 -0000	1.2
+++ share/man/man8/man8.x86/pxeboot.8	29 Dec 2014 07:47:27 -0000
@@ -60,7 +60,6 @@ support is enabled.
 Network booting a system through
 .Tn PXE
 is a two-stage process:
-.Pp
 .Bl -enum
 .It
 The
@@ -279,7 +278,6 @@ and
 from the client's NFS root directory, using the defaults for
 protocol and kernel filename.
 Similar setups should be possible with any BOOTP/DHCP server.
-.Pp
 .Bd -literal
 host myhost {
     hardware ethernet 00:00:00:00:00:00;
@@ -296,7 +294,6 @@ The following
 entry sets loads the boot config and kernel over tftp.
 This can be used, for example, for installing machines by using
 an install kernel.
-.Pp
 .Bd -literal
 host myhost {
     hardware ethernet 00:00:00:00:00:00;
@@ -326,7 +323,6 @@ entry shows how different system install
 the user's input on the
 .Nm
 command line.
-.Pp
 .Bd -literal
 host myhost {
     hardware ethernet 00:00:00:00:00:00;
Index: share/man/man9/bpf.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/bpf.9,v
retrieving revision 1.3
diff -u -p -r1.3 bpf.9
--- share/man/man9/bpf.9	2 Dec 2010 12:54:13 -0000	1.3
+++ share/man/man9/bpf.9	29 Dec 2014 07:47:27 -0000
@@ -36,7 +36,6 @@
 .Sh DESCRIPTION
 .Nm
 is called via an operations vector described by the following struct:
-.Pp
 .Bd -literal
 struct bpf_ops {
         void (*bpf_attach)(struct ifnet *, u_int, u_int, struct bpf_if **);
Index: share/man/man9/bus_dma.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/bus_dma.9,v
retrieving revision 1.59
diff -u -p -r1.59 bus_dma.9
--- share/man/man9/bus_dma.9	30 Oct 2013 04:16:44 -0000	1.59
+++ share/man/man9/bus_dma.9	29 Dec 2014 07:47:27 -0000
@@ -841,7 +841,7 @@ interface appeared in
 .Sh AUTHORS
 The
 .Nm
-interface was designed and implemented by Jason R. Thorpe of the
+interface was designed and implemented by .An Jason R. Thorpe of the
 Numerical Aerospace Simulation Facility, NASA Ames Research Center.
 Additional input on the
 .Nm
Index: share/man/man9/bus_space.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/bus_space.9,v
retrieving revision 1.46
diff -u -p -r1.46 bus_space.9
--- share/man/man9/bus_space.9	19 Jul 2012 17:48:55 -0000	1.46
+++ share/man/man9/bus_space.9	29 Dec 2014 07:47:28 -0000
@@ -1393,7 +1393,6 @@ input port, and are placed by the device
 which is read by reading from the output port.
 The sequence to correctly write two data bytes to the device then read
 those two data bytes back would be:
-.Pp
 .Bd -literal
 /*
  * t and h are the tag and handle for the mapped device's
@@ -1913,7 +1912,6 @@ The definition of the
 functions should not yet be considered finalized.
 There are several changes and improvements which should be explored,
 including:
-.Pp
 .Bl -bullet
 .It
 Providing a mechanism by which incorrectly-written drivers will be
@@ -1999,4 +1997,4 @@ Jason Thorpe, and Charles Hannum, but th
 .Nx
 developers and the user community played a significant role in development.
 .Pp
-Chris Demetriou wrote this manual page.
+.An Chris Demetriou wrote this manual page.
Index: share/man/man9/cons.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/cons.9,v
retrieving revision 1.18
diff -u -p -r1.18 cons.9
--- share/man/man9/cons.9	8 Jun 2010 19:28:56 -0000	1.18
+++ share/man/man9/cons.9	29 Dec 2014 07:47:28 -0000
@@ -136,7 +136,6 @@ rather than using this low-level interfa
 .El
 .Sh EXAMPLES
 This waits until a \*[Lt]Enter\*[Gt] key is pressed:
-.Pp
 .Bd -literal -offset indent
 int c;

Index: share/man/man9/cpufreq.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/cpufreq.9,v
retrieving revision 1.6
diff -u -p -r1.6 cpufreq.9
--- share/man/man9/cpufreq.9	27 Oct 2011 05:25:08 -0000	1.6
+++ share/man/man9/cpufreq.9	29 Dec 2014 07:47:28 -0000
@@ -133,7 +133,6 @@ void                    *cf_cookie;
 xcfunc_t                 cf_get_freq;
 xcfunc_t                 cf_set_freq;
 .Ed
-.Pp
 .Bl -bullet
 .It
 The name of the backend should be given in
Index: share/man/man9/driver.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/driver.9,v
retrieving revision 1.27
diff -u -p -r1.27 driver.9
--- share/man/man9/driver.9	23 Jul 2011 16:04:35 -0000	1.27
+++ share/man/man9/driver.9	29 Dec 2014 07:47:28 -0000
@@ -62,7 +62,6 @@ statically inside the driver.
 For example, the interface to driver
 .Dq foo
 is defined with:
-.Pp
 .Bd -literal
 CFATTACH_DECL(foo, 			/* driver name */
 	sizeof(struct foo_softc),	/* size of instance data */
@@ -95,7 +94,6 @@ For example, the
 structure for driver
 .Dq foo
 is defined with:
-.Pp
 .Bd -literal
 struct foo_softc {
 	device_t sc_dev;		/* generic device info */
@@ -121,7 +119,6 @@ For example, the
 structure for driver
 .Dq foo
 is defined with:
-.Pp
 .Bd -literal
 const struct cdevsw foo_cdevsw {
 	int (*d_open)(dev_t, int, int, struct lwp *);
@@ -154,7 +151,6 @@ For example, the
 structure for driver
 .Dq foo
 is defined with:
-.Pp
 .Bd -literal
 const struct bdevsw foo_bdevsw {
 	int (*d_open)(dev_t, int, int, struct lwp *);
Index: share/man/man9/file.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/file.9,v
retrieving revision 1.14
diff -u -p -r1.14 file.9
--- share/man/man9/file.9	2 Dec 2010 12:54:13 -0000	1.14
+++ share/man/man9/file.9	29 Dec 2014 07:47:28 -0000
@@ -60,7 +60,6 @@ See
 .Xr filedesc 9
 for details of the file descriptor table.
 Each file entry is given by:
-.Pp
 .Bd -literal
 struct file {
         LIST_ENTRY(file) f_list;        /* list of active files */
Index: share/man/man9/fileassoc.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/fileassoc.9,v
retrieving revision 1.27
diff -u -p -r1.27 fileassoc.9
--- share/man/man9/fileassoc.9	18 Mar 2014 18:20:40 -0000	1.27
+++ share/man/man9/fileassoc.9	29 Dec 2014 07:47:28 -0000
@@ -133,7 +133,6 @@ and returning
 See the
 .Sx EXAMPLES
 section for illustration.
-.Pp
 .It Fn fileassoc_deregister "id"
 Deregisters a
 .Nm fileassoc
@@ -163,7 +162,6 @@ if not found.
 .It Fn fileassoc_table_delete "mp"
 Deletes a fileassoc table for
 .Ar mp .
-.Pp
 .It Fn fileassoc_table_clear "mp" "id"
 Clear all table entries for
 .Ar fileassoc
@@ -173,7 +171,6 @@ from
 If specified, the fileassoc's
 .Dq cleanup routine
 will be called with a pointer to the private data-structure.
-.Pp
 .It Fn fileassoc_table_run "mp" "id" "cb" "cookie"
 For each entry for
 .Ar id ,
Index: share/man/man9/filedesc.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/filedesc.9,v
retrieving revision 1.16
diff -u -p -r1.16 filedesc.9
--- share/man/man9/filedesc.9	2 Dec 2010 12:54:13 -0000	1.16
+++ share/man/man9/filedesc.9	29 Dec 2014 07:47:29 -0000
@@ -131,7 +131,6 @@ and perform lower-level file descriptor 
 .Sh FUNCTIONS
 The following functions are high-level interface routines to access
 the file descriptor table for a process and its file entries.
-.Pp
 .Bl -tag -width compact
 .It Fn falloc "p" "*resultfp" "*resultfd"
 Create a new open file entry and allocate a file descriptor for
@@ -172,7 +171,6 @@ for lwp
 .Pp
 The following functions operate on the file descriptor table for a
 process.
-.Pp
 .Bl -tag -width compact
 .It Fn fdalloc "p" "want" "*result"
 Allocate a file descriptor
@@ -287,7 +285,6 @@ decremented.
 Successful operations return zero.
 A failed operation will return a non-zero return value.
 Possible values include:
-.Pp
 .Bl -tag -width Er
 .It Bq Er EBADF
 Bad file descriptor specified.
Index: share/man/man9/getiobuf.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/getiobuf.9,v
retrieving revision 1.5
diff -u -p -r1.5 getiobuf.9
--- share/man/man9/getiobuf.9	28 Apr 2011 17:09:19 -0000	1.5
+++ share/man/man9/getiobuf.9	29 Dec 2014 07:47:29 -0000
@@ -45,7 +45,6 @@
 allocates a
 .Em buf
 structure.
-.Pp
 .Bl -tag -width waitok
 .It Fa vp
 The vnode to which the allocated buffer will be associated.
Index: share/man/man9/in_getifa.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/in_getifa.9,v
retrieving revision 1.8
diff -u -p -r1.8 in_getifa.9
--- share/man/man9/in_getifa.9	18 Mar 2014 18:20:40 -0000	1.8
+++ share/man/man9/in_getifa.9	29 Dec 2014 07:47:29 -0000
@@ -160,7 +160,6 @@ The operator may also set a global polic
 interfaces whose policy he does not set individually.
 .Pp
 Here is the sysctl tree for the policy at system startup:
-.Pp
 .Bd -literal -offset indent
 net.inet.ip.selectsrc.default = index
 net.inet.ip.interfaces.ath0.selectsrc =
Index: share/man/man9/ipi.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/ipi.9,v
retrieving revision 1.2
diff -u -p -r1.2 ipi.9
--- share/man/man9/ipi.9	25 May 2014 15:51:26 -0000	1.2
+++ share/man/man9/ipi.9	29 Dec 2014 07:47:29 -0000
@@ -124,7 +124,6 @@ The
 member specifies a function to invoke and
 .Ar arg
 is the argument to be passed to the function.
-.Pp
 .Bl -tag -width compact
 .It Fn ipi_unicast "msg" "ci"
 Send an IPI to a remote CPU specified by
Index: share/man/man9/isa.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/isa.9,v
retrieving revision 1.20
diff -u -p -r1.20 isa.9
--- share/man/man9/isa.9	30 May 2011 01:48:40 -0000	1.20
+++ share/man/man9/isa.9	29 Dec 2014 07:47:29 -0000
@@ -198,7 +198,6 @@ Pulse-triggered interrupt.
 .Fn isa_intr_establish
 returns an opaque handle to an event descriptor if it succeeds, and
 returns NULL on failure.
-.Pp
 .It Fn isa_intr_disestablish "ic" "ih"
 Dis-establish the interrupt handler with handle
 .Fa ih .
Index: share/man/man9/kauth.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/kauth.9,v
retrieving revision 1.105
diff -u -p -r1.105 kauth.9
--- share/man/man9/kauth.9	18 Mar 2014 18:20:40 -0000	1.105
+++ share/man/man9/kauth.9	29 Dec 2014 07:47:29 -0000
@@ -626,7 +626,6 @@ indicating how many processes exist on t
 Checks whether setting a process
 .Xr kevent 2
 filter is allowed.
-.Pp
 .It Dv KAUTH_PROCESS_NICE
 Checks whether the
 .Em nice
@@ -1193,7 +1192,6 @@ request.
 .Ss Bluetooth Devices
 Authorizing actions relevant to Bluetooth devices is done using the standard
 authorization wrapper, with the following actions:
-.Pp
 .Bl -tag -width compact
 .It KAUTH_DEVICE_BLUETOOTH_BCSP
 Check if operations on a
@@ -1276,7 +1274,6 @@ describing the command.
 Authorization actions relevant to the kernel random device,
 .Xr rnd 4 ,
 is done using the standard authorization wrapper, with the following actions:
-.Pp
 .Bl -tag -width compact
 .It KAUTH_DEVICE_RND_ADDDATA
 Check if adding data to the entropy pool is allowed.
@@ -1289,7 +1286,6 @@ Check if privileged settings can be chan
 Authorization actions relevant to
 .Xr wscons 4
 are done using the standard authorization wrapper, with the following actions:
-.Pp
 .Bl -tag -width compact
 .It KAUTH_DEVICE_WSCONS_KEYBOARD_BELL
 Check if setting the default bell is allowed.
@@ -1703,7 +1699,6 @@ Attaching private data to credentials wo
 as a unique identifier, distinguishing various sets of private data that
 may be associated with the credentials.
 Registering, and deregistering, a key is done by using these routines:
-.Pp
 .Bl -tag -width compact
 .It Ft int Fn kauth_register_key "secmodel_t sm" "kauth_key_t *keyp"
 Register new key for private data for security model
@@ -1850,7 +1845,6 @@ Clone credentials from
 to
 .Ar cred2 ,
 except for the lock and reference count.
-.Pp
 .It Ft kauth_cred_t Fn kauth_cred_dup "kauth_cred_t cred"
 Duplicate
 .Ar cred .
Index: share/man/man9/kpause.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/kpause.9,v
retrieving revision 1.8
diff -u -p -r1.8 kpause.9
--- share/man/man9/kpause.9	17 Oct 2013 13:17:50 -0000	1.8
+++ share/man/man9/kpause.9	29 Dec 2014 07:47:30 -0000
@@ -54,7 +54,6 @@ without the corresponding
 .Fn kpause
 can wake up spontaneously.
 Callers should prepare to handle it.
-.Pp
 .Bl -tag -width wmesg
 .It Fa wmesg
 Specifies a string of no more than 8 characters that describes
Index: share/man/man9/mutex.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/mutex.9,v
retrieving revision 1.26
diff -u -p -r1.26 mutex.9
--- share/man/man9/mutex.9	4 Sep 2013 10:17:58 -0000	1.26
+++ share/man/man9/mutex.9	29 Dec 2014 07:47:30 -0000
@@ -143,7 +143,6 @@ a spin mutex that is already held.
 See
 .Xr spl 9
 for further information on interrupt priority levels (IPLs).
-.Pp
 .It Fn mutex_destroy "mtx"
 .Pp
 Release resources used by a mutex.
Index: share/man/man9/opencrypto.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/opencrypto.9,v
retrieving revision 1.14
diff -u -p -r1.14 opencrypto.9
--- share/man/man9/opencrypto.9	31 Dec 2013 01:55:05 -0000	1.14
+++ share/man/man9/opencrypto.9	29 Dec 2014 07:47:30 -0000
@@ -210,7 +210,6 @@ CRYPTO_DEFLATE_COMP
 CRYPTO_DEFLATE_COMP_NOGROW
 CRYPTO_GZIP_COMP
 .Ed
-.Pp
 .It Fa cri_klen
 Specifies the length of the key in bits, for variable-size key
 algorithms.
@@ -311,7 +310,6 @@ The buffer pointed to by
 .Fa crp_buf
 is an mbuf chain.
 .El
-.Pp
 .It Fa crp_buf
 Points to the input buffer.
 On return (when the callback is invoked),
Index: share/man/man9/pcu.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/pcu.9,v
retrieving revision 1.10
diff -u -p -r1.10 pcu.9
--- share/man/man9/pcu.9	25 May 2014 14:56:23 -0000	1.10
+++ share/man/man9/pcu.9	29 Dec 2014 07:47:30 -0000
@@ -64,7 +64,6 @@ are
         void	(*pcu_state_load)(lwp_t *l, u_int flags);
         void	(*pcu_state_release)(lwp_t *l);
 .Ed
-.Pp
 .Bl -tag
 .It Fn pcu_state_save
 Indicate to MD code that the PCU state on the current CPU should be
Index: share/man/man9/pfil.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/pfil.9,v
retrieving revision 1.33
diff -u -p -r1.33 pfil.9
--- share/man/man9/pfil.9	22 Aug 2013 07:17:11 -0000	1.33
+++ share/man/man9/pfil.9	29 Dec 2014 07:47:30 -0000
@@ -174,7 +174,7 @@ as well as be less IP-centric.
 .Sh AUTHORS
 The
 .Nm
-interface was designed and implemented by Matthew R. Green, with help
+interface was designed and implemented by .An Matthew R. Green, with help
 from Darren Reed, Jason R. Thorpe and Charles M. Hannum.
 Darren Reed added support for IPv6 in addition to IPv4.
 Jason R. Thorpe added support for multiple hooks and other clean up.
Index: share/man/man9/pmap.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/pmap.9,v
retrieving revision 1.44
diff -u -p -r1.44 pmap.9
--- share/man/man9/pmap.9	16 Feb 2012 12:10:10 -0000	1.44
+++ share/man/man9/pmap.9	29 Dec 2014 07:47:32 -0000
@@ -581,7 +581,6 @@ mappings immediately in
 or to use the knowledge of the upcoming
 .Fn pmap_remove
 calls to optimize the removals (or to just ignore this call).
-.Pp
 .It void Fn "pmap_protect" "pmap_t pmap" "vaddr_t sva" "vaddr_t eva" \
     "vm_prot_t prot"
 Set the protection of the mappings in the virtual address range
@@ -1107,7 +1106,6 @@ The use of
 .Fn PMAP_PREFER
 is enabled by defining it as a C pre-processor macro in
 .In machine/pmap.h .
-.Pp
 .It void Fn "pmap_procwr" "struct proc *p" "vaddr_t va" "vsize_t size"
 Synchronize CPU instruction caches of the specified range.
 The address space is designated by
Index: share/man/man9/pmc.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/pmc.9,v
retrieving revision 1.12
diff -u -p -r1.12 pmc.9
--- share/man/man9/pmc.9	22 Feb 2012 19:04:38 -0000	1.12
+++ share/man/man9/pmc.9	29 Dec 2014 07:47:32 -0000
@@ -253,7 +253,7 @@ interface appeared in
 .Sh AUTHORS
 The
 .Nm
-interface was designed and implemented by Allen Briggs for Wasabi Systems, Inc.
+interface was designed and implemented by .An Allen Briggs for Wasabi Systems, Inc.
 Additional input on the
 .Nm
 design was provided by Jason R. Thorpe.
Index: share/man/man9/pool.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/pool.9,v
retrieving revision 1.44
diff -u -p -r1.44 pool.9
--- share/man/man9/pool.9	14 Nov 2011 02:38:05 -0000	1.44
+++ share/man/man9/pool.9	29 Dec 2014 07:47:32 -0000
@@ -82,7 +82,6 @@ The function
 .Fn pool_init
 initializes a resource pool.
 The arguments are:
-.Pp
 .Bl -tag -offset indent -width "align_offset"
 .It Fa pp
 The handle identifying the pool resource instance.
Index: share/man/man9/pool_cache.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/pool_cache.9,v
retrieving revision 1.19
diff -u -p -r1.19 pool_cache.9
--- share/man/man9/pool_cache.9	15 Nov 2011 00:32:34 -0000	1.19
+++ share/man/man9/pool_cache.9	29 Dec 2014 07:47:33 -0000
@@ -152,7 +152,6 @@ cache locality in multiprocessor systems
 .Pp
 Allocate and initialize a pool cache.
 The arguments are:
-.Pp
 .Bl -tag -width four
 .It Fa size
 .Pp
Index: share/man/man9/ras.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/ras.9,v
retrieving revision 1.15
diff -u -p -r1.15 ras.9
--- share/man/man9/ras.9	2 Dec 2010 12:54:13 -0000	1.15
+++ share/man/man9/ras.9	29 Dec 2014 07:47:33 -0000
@@ -78,7 +78,6 @@ A general solution is to ignore these tr
 restartable atomic sequences.
 .Sh FUNCTIONS
 The functions which operate on restartable atomic sequences are:
-.Pp
 .Bl -tag -width compact
 .It Fn ras_lookup "p" "addr"
 This function searches the registered restartable atomic sequences for
Index: share/man/man9/rnd.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/rnd.9,v
retrieving revision 1.24
diff -u -p -r1.24 rnd.9
--- share/man/man9/rnd.9	10 Aug 2014 17:17:04 -0000	1.24
+++ share/man/man9/rnd.9	29 Dec 2014 07:47:33 -0000
@@ -66,7 +66,6 @@ to one incarnation of the device is ok.
 Do not share
 .Fa rnd_source
 structures between two devices.
-.Pp
 .Bl -tag -width 8n
 .It Fn rnd_attach_source "krndsource_t *rnd_source" "char *devname" "uint32_t source_type" "uint32_t flags"
 This function announces the availability of a device for entropy collection.
@@ -119,7 +118,6 @@ Note that devices of type
 default to
 .Dv RND_FLAG_COLLECT_VALUE | RND_FLAG_COLLECT_TIME
 (no entropy counted).
-.Pp
 .It Fn rnd_detach_source "krndsource_t *rnd_source"
 This function disconnects the device from entropy collection.
 .It Fn rnd_add_uint32 "krndsource_t *rnd_source" "uint32_t datum"
Index: share/man/man9/rssadapt.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/rssadapt.9,v
retrieving revision 1.9
diff -u -p -r1.9 rssadapt.9
--- share/man/man9/rssadapt.9	18 Mar 2014 18:20:40 -0000	1.9
+++ share/man/man9/rssadapt.9	29 Dec 2014 07:47:33 -0000
@@ -266,7 +266,6 @@ counteract their decay.
 An
 .Vt ieee80211_rssdesc
 describes a transmission attempt.
-.Pp
 .Bd -literal -offset indent
 struct ieee80211_rssdesc {
         u_int                    id_len;
@@ -302,7 +301,6 @@ structure will be a subclass member.
 In this way, every node's
 .Nm
 condition is independently tracked and stored in its node object.
-.Pp
 .Bd -literal -offset indent
 struct ieee80211_rssadapt {
         u_int16_t               ra_avg_rssi;
Index: share/man/man9/rt_timer.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/rt_timer.9,v
retrieving revision 1.13
diff -u -p -r1.13 rt_timer.9
--- share/man/man9/rt_timer.9	17 Sep 2013 19:58:03 -0000	1.13
+++ share/man/man9/rt_timer.9	29 Dec 2014 07:47:33 -0000
@@ -128,6 +128,6 @@ interface appeared in
 .Nx 1.4 .
 .Sh AUTHORS
 This interface is roughly based on (but, alas, not compatible with) one
-designed by David Borman of BSDI.
-This implementation is by Kevin Lahey of the Numerical Aerospace
+designed by .An David Borman of BSDI.
+This implementation is by .An Kevin Lahey of the Numerical Aerospace
 Simulation Facility, NASA Ames Research Center.
Index: share/man/man9/scsipi.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/scsipi.9,v
retrieving revision 1.25
diff -u -p -r1.25 scsipi.9
--- share/man/man9/scsipi.9	22 Mar 2010 18:58:33 -0000	1.25
+++ share/man/man9/scsipi.9	29 Dec 2014 07:47:33 -0000
@@ -596,5 +596,6 @@ interface appeared in
 .Sh AUTHORS
 The
 .Nm
-interface was designed and implemented by Jason R. Thorpe.
-Manuel Bouyer converted most drivers to the new interface.
+interface was designed and implemented by
+.An Jason R. Thorpe.
+.An Manuel Bouyer converted most drivers to the new interface.
Index: share/man/man9/secmodel.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/secmodel.9,v
retrieving revision 1.20
diff -u -p -r1.20 secmodel.9
--- share/man/man9/secmodel.9	18 Mar 2014 18:20:40 -0000	1.20
+++ share/man/man9/secmodel.9	29 Dec 2014 07:47:34 -0000
@@ -142,7 +142,6 @@ negative, when the error comes from the 
 implemented in the targetted security model.
 The value is then implementation-defined.
 .El
-.Pp
 .Bl -tag -width what
 .It Fa id
 The unique identifier of the targetted
Index: share/man/man9/signal.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/signal.9,v
retrieving revision 1.23
diff -u -p -r1.23 signal.9
--- share/man/man9/signal.9	29 Apr 2010 16:31:11 -0000	1.23
+++ share/man/man9/signal.9	29 Dec 2014 07:47:34 -0000
@@ -335,7 +335,6 @@ using the following code:
 while (signum = CURSIG(curproc))
 	postsig(signum);
 .Ed
-.Pp
 .It Fn postsig "signum"
 .Pp
 The
Index: share/man/man9/sysctl.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/sysctl.9,v
retrieving revision 1.18
diff -u -p -r1.18 sysctl.9
--- share/man/man9/sysctl.9	4 Dec 2011 18:34:20 -0000	1.18
+++ share/man/man9/sysctl.9	29 Dec 2014 07:47:34 -0000
@@ -164,7 +164,6 @@ which function to call to handle the spe
 The following algorithm is used by
 .Fn sysctl_dispatch
 to determine the function to call:
-.Pp
 .Bl -bullet -offset indent
 .It
 Scan the tree using
@@ -189,8 +188,8 @@ call the appropriate function.
 If none of these options applies and no other error was yet recorded,
 return
 .Er EOPNOTSUPP .
-.Pp
 .El
+.Pp
 The
 .Fa oldp
 and
Index: share/man/man9/sysmon_envsys.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/sysmon_envsys.9,v
retrieving revision 1.44
diff -u -p -r1.44 sysmon_envsys.9
--- share/man/man9/sysmon_envsys.9	15 Mar 2013 19:32:31 -0000	1.44
+++ share/man/man9/sysmon_envsys.9	29 Dec 2014 07:47:34 -0000
@@ -54,7 +54,6 @@
 .Ft int
 .Fn sysmon_envsys_update_limits "struct sysmon_envsys *" "envsys_data_t *"
 .Sh DESCRIPTION
-.Pp
 .Nm
 is the kernel part of the
 .Xr envsys 4
@@ -148,7 +147,6 @@ struct sysmon_envsys {
 .Ed
 .Pp
 The members have the following meaning:
-.Pp
 .Bl -tag -width "sme_events_timeout"
 .It Fa sme_class
 This specifies the class of the sysmon envsys device.
@@ -175,7 +173,6 @@ used to check for critical events if any
 If the driver wants to refresh sensors data via the
 .Nm
 framework, the following members may be specified:
-.Pp
 .Bl -tag -width "sme_events_timeout"
 .It Fa sme_cookie
 Typically a pointer to the device struct (also called
@@ -266,7 +263,6 @@ member of the
 structure is an optional flag that specifies the class of the
 sysmon envsys device.
 Currently there are two classes:
-.Pp
 .Bl -tag -width ident
 .It SME_CLASS_ACADAPTER
 .Pp
@@ -312,8 +308,8 @@ is not running, the system will be power
 call with the
 .Dv RB_POWERDOWN
 flag.
-.Pp
 .El
+.Pp
 .Em NOTE :
 If a
 .Dv SME_CLASS_ACADAPTER
@@ -346,7 +342,6 @@ typedef struct envsys_data {
 The members for the
 .Sy envsys_data_t
 structure have the following meaning:
-.Pp
 .Bl -tag -width cdoscdosrunru
 .It Fa units
 Used to set the units type.
@@ -476,12 +471,10 @@ Sets the sensor to a warning under state
 .It Dv ENVSYS_SWARNOVER
 Sets the sensor to a warning over state.
 .El
-.Pp
 .It
 The
 .Ar flags
 member accepts one or more of the following flags:
-.Pp
 .Bl -tag -width "ENVSYS_FCHANGERFACTXX"
 .It Dv ENVSYS_FCHANGERFACT
 Marks the sensor with ability to change the
@@ -541,7 +534,6 @@ Allows this sensor to provide entropy fo
 .Em or
 .Ar value_avg
 .Em members, they should be marked as valid with the appropriate flag .
-.Pp
 .It
 If
 .Ar units
@@ -581,7 +573,6 @@ Drive is migrating.
 .It Dv ENVSYS_DRIVE_CHECK
 Drive is checking its state.
 .El
-.Pp
 .It
 If
 .Ar units
@@ -629,7 +620,6 @@ and
 .Em PLEASE NOTE THAT YOU MUST AVOID USING FLOATING POINT OPERATIONS
 .Em IN KERNEL WHEN CONVERTING THE DATA RETURNED BY THE DRIVER TO THE
 .Em APPROPRIATE UNIT, IT'S NOT ALLOWED .
-.Pp
 .El
 .Ss HOW TO ENABLE AUTOMATIC MONITORING IN SENSORS
 The following example illustrates how to enable automatic monitoring
@@ -637,7 +627,6 @@ in a virtual driver for a
 .Em critical
 state in the first sensor
 .Fa ( sc_sensor[0] ) :
-.Pp
 .Bd -literal
 int
 mydriver_initialize_sensors(struct mysoftc *sc)
Index: share/man/man9/sysmon_pswitch.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/sysmon_pswitch.9,v
retrieving revision 1.5
diff -u -p -r1.5 sysmon_pswitch.9
--- share/man/man9/sysmon_pswitch.9	18 Mar 2014 18:20:40 -0000	1.5
+++ share/man/man9/sysmon_pswitch.9	29 Dec 2014 07:47:34 -0000
@@ -45,7 +45,7 @@
 The machine-independent
 .Nm
 provides a framework for power management.
-The interface has been largely superceded by the
+The interface has been largely superseded by the
 .Xr pmf 9
 framework, but
 .Nm
Index: share/man/man9/ubc.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/ubc.9,v
retrieving revision 1.7
diff -u -p -r1.7 ubc.9
--- share/man/man9/ubc.9	14 Jun 2011 00:19:20 -0000	1.7
+++ share/man/man9/ubc.9	29 Dec 2014 07:47:34 -0000
@@ -145,7 +145,7 @@ subsystem is implemented within the file
 UBC first appeared in
 .Nx 1.6 .
 .Sh AUTHORS
-Chuck Silvers
+.An Chuck Silvers
 .Aq chuq@chuq.com
 designed and implemented the UBC part of UVM, which uses UVM pages
 to cache vnode data rather than the traditional buffer cache buffers.
Index: share/man/man9/ucas.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/ucas.9,v
retrieving revision 1.2
diff -u -p -r1.2 ucas.9
--- share/man/man9/ucas.9	27 Oct 2011 07:23:23 -0000	1.2
+++ share/man/man9/ucas.9	29 Dec 2014 07:47:34 -0000
@@ -51,7 +51,6 @@ user-space address.
 Except that they can be safely used for the kernel to access user-space
 address, they are semantically equivalents of
 .Xr atomic_cas 3 .
-.Pp
 .Bl -tag -width uptr
 .It Fa uptr
 The pointer to the variable.
Index: share/man/man9/ucom.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/ucom.9,v
retrieving revision 1.17
diff -u -p -r1.17 ucom.9
--- share/man/man9/ucom.9	27 Oct 2014 12:02:17 -0000	1.17
+++ share/man/man9/ucom.9	29 Dec 2014 07:47:34 -0000
@@ -71,7 +71,6 @@ struct ucom_attach_args {
 	void *arg;
 };
 .Ed
-.Pp
 .Bl -tag -width indent
 .It Dv int portno
 identifies the port if the devices should have more than one
@@ -138,7 +137,6 @@ struct ucom_methods {
 			   u_char *from, uint32_t *count);
 };
 .Ed
-.Pp
 .Bl -tag -width indent
 .It Fn "void (*ucom_get_status)" "void *sc" "int portno" "u_char *lsr" "u_char *msr"
 get the status of port
Index: share/man/man9/uiomove.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/uiomove.9,v
retrieving revision 1.17
diff -u -p -r1.17 uiomove.9
--- share/man/man9/uiomove.9	26 Apr 2010 07:51:36 -0000	1.17
+++ share/man/man9/uiomove.9	29 Dec 2014 07:47:34 -0000
@@ -67,7 +67,6 @@ A
 .Va struct uio
 typically describes data in motion.
 Several of the fields described below reflect that expectation.
-.Pp
 .Bl -tag -width "uio_vmspace "
 .It Va uio_iov
 Pointer to array of
Index: share/man/man9/uvm.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/uvm.9,v
retrieving revision 1.107
diff -u -p -r1.107 uvm.9
--- share/man/man9/uvm.9	2 Jul 2012 21:10:31 -0000	1.107
+++ share/man/man9/uvm.9	29 Dec 2014 07:47:35 -0000
@@ -669,18 +669,18 @@ Charles D. Cranor.
 UVM appeared in
 .Nx 1.4 .
 .Sh AUTHORS
-Charles D. Cranor
+.An Charles D. Cranor
 .Aq chuck@ccrc.wustl.edu
 designed and implemented UVM.
 .Pp
-Matthew Green
+.An Matthew Green
 .Aq mrg@eterna.com.au
 wrote the swap-space management code and handled the logistical issues
 involved with merging UVM into the
 .Nx
 source tree.
 .Pp
-Chuck Silvers
+.An Chuck Silvers
 .Aq chuq@chuq.com
 implemented the aobj pager, thus allowing UVM to support System V shared
 memory and process swapping.
Index: share/man/man9/vattr.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/vattr.9,v
retrieving revision 1.15
diff -u -p -r1.15 vattr.9
--- share/man/man9/vattr.9	2 Dec 2010 12:54:13 -0000	1.15
+++ share/man/man9/vattr.9	29 Dec 2014 07:47:35 -0000
@@ -44,7 +44,6 @@ Vnode attributes describe attributes of 
 file permissions, owner, group, size, access time and modification time.
 .Pp
 A vnode attribute has the following structure:
-.Pp
 .Bd -literal
 struct vattr {
         enum vtype      va_type;        /* vnode type (for create) */
Index: share/man/man9/vmem.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/vmem.9,v
retrieving revision 1.15
diff -u -p -r1.15 vmem.9
--- share/man/man9/vmem.9	29 Jan 2013 22:02:17 -0000	1.15
+++ share/man/man9/vmem.9	29 Dec 2014 07:47:35 -0000
@@ -82,7 +82,6 @@ other than virtual memory.
 .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 .Fn vmem_create
 creates a new vmem arena.
-.Pp
 .Bl -tag -width qcache_max
 .It Fa name
 The string to describe the vmem.
@@ -183,7 +182,6 @@ Interrupt level to be blocked for alloca
 .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 .Fn vmem_xcreate
 creates a new vmem arena.
-.Pp
 .Bl -tag -width qcache_max
 .It Fa name
 The string to describe the vmem.
@@ -312,7 +310,6 @@ if there are not enough resources availa
 .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 .Fn vmem_xalloc
 allocates a resource from the arena.
-.Pp
 .Bl -tag -width nocross
 .It Fa vm
 The arena which we allocate from.
@@ -385,7 +382,6 @@ overwrites it with the start address of 
 frees resource allocated by
 .Fn vmem_xalloc
 to the arena.
-.Pp
 .Bl -tag -width addr
 .It Fa vm
 The arena which we free to.
@@ -407,7 +403,6 @@ argument used for
 .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 .Fn vmem_alloc
 allocates a resource from the arena.
-.Pp
 .Bl -tag -width flags
 .It Fa vm
 The arena which we allocate from.
@@ -448,7 +443,6 @@ overwrites it with the start address of 
 frees resource allocated by
 .Fn vmem_alloc
 to the arena.
-.Pp
 .Bl -tag -width addr
 .It Fa vm
 The arena which we free to.
@@ -470,7 +464,6 @@ argument used for
 .\" ------------------------------------------------------------
 .Fn vmem_destroy
 destroys a vmem arena.
-.Pp
 .Bl -tag -width vm
 .It Fa vm
 The vmem arena being destroyed.
@@ -517,7 +510,6 @@ This implementation of
 was written by
 .An YAMAMOTO Takashi .
 .Sh BUGS
-.Pp
 .Nm
 relies on
 .Xr malloc 9 ,
Index: share/man/man9/man9.i386/bioscall.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/man9.i386/bioscall.9,v
retrieving revision 1.9
diff -u -p -r1.9 bioscall.9
--- share/man/man9/man9.i386/bioscall.9	5 May 2010 05:49:38 -0000	1.9
+++ share/man/man9/man9.i386/bioscall.9	29 Dec 2014 07:47:35 -0000
@@ -99,7 +99,6 @@ support through a protected-mode interfa
 The
 .Tn BIOS
 returns these details in the registers:
-.Pp
 .Bd -literal -offset indent
 #include \*[Lt]i386/bioscall.h\*[Gt]
 #include \*[Lt]i386/apmvar.h\*[Gt]
Index: share/man/man9/man9.sun3/isr_add.9
===================================================================
RCS file: /cvsroot/src/share/man/man9/man9.sun3/isr_add.9,v
retrieving revision 1.9
diff -u -p -r1.9 isr_add.9
--- share/man/man9/man9.sun3/isr_add.9	30 Apr 2008 13:10:59 -0000	1.9
+++ share/man/man9/man9.sun3/isr_add.9	29 Dec 2014 07:47:35 -0000
@@ -79,7 +79,6 @@ The vector number to use is determined b
 .Pq 0\(en6
 to an autovector base
 .Pq typically Li 18 hexadecimal .
-.Pp
 .Bl -tag -width isr_add_autovec
 .It Fn isr_add_autovect
 Adds the function


>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: misc-bug-people->pgoyette
Responsible-Changed-By: pgoyette@NetBSD.org
Responsible-Changed-When: Tue, 31 May 2016 06:59:56 +0000
Responsible-Changed-Why:
I'll add this to my To-Do list.


From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man4
Date: Wed, 1 Jun 2016 01:33:10 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 01:33:10 UTC 2016

 Modified Files:
 	src/share/man/man4: aac.4

 Log Message:
 Fix formatting.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/aac.4

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man4
Date: Wed, 1 Jun 2016 01:34:43 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 01:34:43 UTC 2016

 Modified Files:
 	src/share/man/man4: cgd.4

 Log Message:
 Remove trailing space.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/cgd.4

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man4
Date: Wed, 1 Jun 2016 01:39:52 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 01:39:52 UTC 2016

 Modified Files:
 	src/share/man/man4: mc.4

 Log Message:
 Use .An markup for author names.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/mc.4

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man4
Date: Wed, 1 Jun 2016 01:41:27 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 01:41:27 UTC 2016

 Modified Files:
 	src/share/man/man4: nsclpcsio.4

 Log Message:
 Remove trailing space.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/nsclpcsio.4

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man4
Date: Wed, 1 Jun 2016 01:44:22 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 01:44:22 UTC 2016

 Modified Files:
 	src/share/man/man4: sony.4

 Log Message:
 Use .An for author names.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/sony.4

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man4
Date: Wed, 1 Jun 2016 01:46:51 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 01:46:51 UTC 2016

 Modified Files:
 	src/share/man/man4: ss.4

 Log Message:
 Use .An for author names.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/ss.4

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man8
Date: Wed, 1 Jun 2016 01:52:19 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 01:52:19 UTC 2016

 Modified Files:
 	src/share/man/man8: compat_ibcs2.8

 Log Message:
 Move the .Pp to after the .El

 from PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.7 -r1.8 src/share/man/man8/compat_ibcs2.8

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man9
Date: Wed, 1 Jun 2016 01:55:18 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 01:55:18 UTC 2016

 Modified Files:
 	src/share/man/man9: bus_dma.9

 Log Message:
 Use .An for author names.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.59 -r1.60 src/share/man/man9/bus_dma.9

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man9
Date: Wed, 1 Jun 2016 01:57:31 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 01:57:31 UTC 2016

 Modified Files:
 	src/share/man/man9: bus_space.9

 Log Message:
 Use .An for authors.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/bus_space.9

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man9
Date: Wed, 1 Jun 2016 02:00:10 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 02:00:10 UTC 2016

 Modified Files:
 	src/share/man/man9: pfil.9

 Log Message:
 Use .An for authors.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/pfil.9

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man9
Date: Wed, 1 Jun 2016 02:02:11 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 02:02:11 UTC 2016

 Modified Files:
 	src/share/man/man9: pmc.9

 Log Message:
 Use .An for authors.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/pmc.9

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man9
Date: Wed, 1 Jun 2016 02:05:10 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 02:05:10 UTC 2016

 Modified Files:
 	src/share/man/man9: rt_timer.9 scsipi.9 ubc.9

 Log Message:
 Use .An for authors.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/rt_timer.9
 cvs rdiff -u -r1.25 -r1.26 src/share/man/man9/scsipi.9
 cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/ubc.9

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man9
Date: Wed, 1 Jun 2016 02:06:54 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 02:06:54 UTC 2016

 Modified Files:
 	src/share/man/man9: sysmon_pswitch.9

 Log Message:
 Fix spello.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/sysmon_pswitch.9

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Paul Goyette" <pgoyette@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49516 CVS commit: src/share/man/man4
Date: Wed, 1 Jun 2016 02:15:26 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Jun  1 02:15:26 UTC 2016

 Modified Files:
 	src/share/man/man4: smscmon.4 swsensor.4

 Log Message:
 Use fixed number of entries in each row of a table.  From PR misc/49516


 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/smscmon.4
 cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/swsensor.4

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: pgoyette@NetBSD.org
State-Changed-When: Wed, 01 Jun 2016 09:31:57 +0000
State-Changed-Why:
All of the substantive changes were integrated.  Per discussion with wiz@
there really isn't any pressing desire to remove the extraneous ".Pp"
directives (preceeding .Bl, .It, etc.) since it really has no impact on the
generated output.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.