summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/bpf.418
-rw-r--r--share/man/man4/ccd.44
-rw-r--r--share/man/man4/ef.44
-rw-r--r--share/man/man4/fxp.44
-rw-r--r--share/man/man4/hsq.48
-rw-r--r--share/man/man4/man4.alpha/lpt.44
-rw-r--r--share/man/man4/man4.alpha/scc.44
-rw-r--r--share/man/man4/man4.amiga/ahsc.44
-rw-r--r--share/man/man4/man4.amiga/gtsc.46
-rw-r--r--share/man/man4/man4.atari/floppy.44
-rw-r--r--share/man/man4/man4.atari/ms.44
-rw-r--r--share/man/man4/man4.hppa/asp.44
-rw-r--r--share/man/man4/man4.i386/bios.44
-rw-r--r--share/man/man4/man4.i386/intro.44
-rw-r--r--share/man/man4/man4.i386/lpt.44
-rw-r--r--share/man/man4/man4.i386/mem.44
-rw-r--r--share/man/man4/man4.i386/mtrr.44
-rw-r--r--share/man/man4/man4.i386/pctr.46
-rw-r--r--share/man/man4/man4.pc532/lpt.44
-rw-r--r--share/man/man4/man4.pmax/ioasic.44
-rw-r--r--share/man/man4/man4.sparc/bwtwo.46
-rw-r--r--share/man/man4/man4.sparc/cgeight.46
-rw-r--r--share/man/man4/man4.sparc/cgfour.46
-rw-r--r--share/man/man4/man4.sparc/cgfourteen.46
-rw-r--r--share/man/man4/man4.sparc/cgsix.48
-rw-r--r--share/man/man4/man4.sparc/cgthree.48
-rw-r--r--share/man/man4/man4.sparc/fd.44
-rw-r--r--share/man/man4/man4.sparc/intro.44
-rw-r--r--share/man/man4/man4.sparc/kbd.45
-rw-r--r--share/man/man4/man4.sparc/ms.45
-rw-r--r--share/man/man4/man4.sparc/pnozz.46
-rw-r--r--share/man/man4/man4.sparc/tcx.46
-rw-r--r--share/man/man4/man4.sparc/zs.46
-rw-r--r--share/man/man4/man4.sun3/bwtwo.46
-rw-r--r--share/man/man4/man4.sun3/cgfour.46
-rw-r--r--share/man/man4/man4.sun3/cgtwo.46
-rw-r--r--share/man/man4/man4.vax/autoconf.46
-rw-r--r--share/man/man4/man4.vax/dh.46
-rw-r--r--share/man/man4/man4.vax/dmc.44
-rw-r--r--share/man/man4/man4.vax/dmf.46
-rw-r--r--share/man/man4/man4.vax/dmz.46
-rw-r--r--share/man/man4/man4.vax/intro.44
-rw-r--r--share/man/man4/man4.vax/pcl.44
-rw-r--r--share/man/man4/opl.46
-rw-r--r--share/man/man4/pcdisplay.44
-rw-r--r--share/man/man4/pci.44
-rw-r--r--share/man/man4/pckbc.46
-rw-r--r--share/man/man4/pckbd.44
-rw-r--r--share/man/man4/raid.44
-rw-r--r--share/man/man4/sis.44
-rw-r--r--share/man/man4/ste.44
-rw-r--r--share/man/man4/sti.416
-rw-r--r--share/man/man4/uk.44
-rw-r--r--share/man/man4/vr.44
-rw-r--r--share/man/man4/wb.44
-rw-r--r--share/man/man4/wsdisplay.410
56 files changed, 166 insertions, 140 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index dc3c67996e9..be296a60833 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bpf.4,v 1.9 2001/06/22 12:15:44 mpech Exp $
+.\" $OpenBSD: bpf.4,v 1.10 2001/06/23 07:03:52 pjanzen Exp $
.\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
@@ -125,9 +125,9 @@ Sets the buffer length for reads on
files.
The buffer must be set before the file is attached to an interface with
.Dv BIOCSETIF .
-If the requested buffer size cannot be accomodated, the closest allowable
+If the requested buffer size cannot be accommodated, the closest allowable
size will be set and returned in the argument.
-A read call will reseult in
+A read call will result in
.Er EIO
if it is passed a buffer that is not this size.
.It Dv BIOCGDLT Pf ( Li u_int Ns No )
@@ -238,7 +238,7 @@ for an explanation of the filter language.
.It Dv BIOCVERSION Pf ( Li "struct bpf_version" Ns No )
Returns the major and minor version numbers of the filter language currently
recognized by the kernel.
-Before installating a filter, applications must check that the current version
+Before installing a filter, applications must check that the current version
is compatible with the running kernel.
Version numbers are compatible if the major numbers match and the application
minor is less than or equal to the kernel minor.
@@ -260,7 +260,7 @@ from
An incompatible filter may result in undefined behavior (most likely, an
error returned by
.Xr ioctl 2
-or haphazard packet mactching).
+or haphazard packet matching).
.It Xo Dv BIOCSRSIG , Dv BIOCGRSIG (
.Li u_int Ns No )
.Xc
@@ -362,7 +362,7 @@ improves performance on many other architectures.
The packet filter ensures that the
.Fa bpf_hdr
and the network layer header will be word aligned.
-Suitable precuations must be taken when accessing the link layer protocol
+Suitable precautions must be taken when accessing the link layer protocol
fields on alignment restricted machines.
(This isn't a problem on an Ethernet, since the type field is a
.Li short
@@ -538,7 +538,7 @@ A <- M[k]
.El
.It Dv BPF_LDX
These instructions load a value into the index register.
-Note that the addressign modes are more restricted than those of the
+Note that the addressing modes are more restricted than those of the
accumulator loads, but they include
.Dv BPF_MSH ,
a hack for efficiently loading the IP header length.
@@ -886,7 +886,7 @@ struct bpf_insn insns[] = {
BPF devices
.El
.Sh AUTHORS
-Steve McCanne of Lawrence Berkeley Laboratary implemented BPF in Summer 1990.
+Steve McCanne of Lawrence Berkeley Laboratory implemented BPF in Summer 1990.
Much of the design is due to Van Jacobson.
.Sh HISTORY
The Enet packet filter was created in 1980 by Mike Accetta and Rick Rashid
@@ -903,7 +903,7 @@ ioctl).
A file that does not request promiscuous mode may receive promiscuously
received packets as a side effect of another file requesting this mode on
the same hardware interface.
-This could be fixed in the kernel with additional processing overead.
+This could be fixed in the kernel with additional processing overhead.
However, we favor the model where all files must assume that the interface
is promiscuous, and if so desired, must utilize a filter to reject foreign
packets.
diff --git a/share/man/man4/ccd.4 b/share/man/man4/ccd.4
index 1a195555f36..7a9cbca6229 100644
--- a/share/man/man4/ccd.4
+++ b/share/man/man4/ccd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ccd.4,v 1.14 2000/12/21 05:32:52 aaron Exp $
+.\" $OpenBSD: ccd.4,v 1.15 2001/06/23 07:03:53 pjanzen Exp $
.\" $NetBSD: ccd.4,v 1.5 1995/10/09 06:09:09 thorpej Exp $
.\"
.\" Copyright (c) 1994 Jason Downs.
@@ -92,7 +92,7 @@ is interleaved correctly, a
effect is achieved, which can increase performance.
Finding the optimum interleave factor is a hard problem.
Some things to think about are the number of disks in the ccd,
-the typical readahead opportunities, the filesystem blocksize, and if
+the typical read-ahead opportunities, the filesystem blocksize, and if
it's possible to use the optimized ccd I/O protocol.
The optimized protocol allows smaller interleave factors for a
comparably cheap price but requires that the factor be a multiple of the
diff --git a/share/man/man4/ef.4 b/share/man/man4/ef.4
index 38729d4529e..4f35d87b77f 100644
--- a/share/man/man4/ef.4
+++ b/share/man/man4/ef.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ef.4,v 1.8 2001/06/22 12:15:44 mpech Exp $
+.\" $OpenBSD: ef.4,v 1.9 2001/06/23 07:03:54 pjanzen Exp $
.\"
.\" Copyright (c) 1998 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -44,7 +44,7 @@ device driver supports the 3Com Fast EtherLink ISA family
of Ethernet cards, and embedded controllers based on the 3Com
.Dq corkscrew
EtherLink chips.
-This includes the 3C515 adapter(s) with National Semiconduction
+This includes the 3C515 adapter(s) with National Semiconductor
.Tn DP83840
PHYs, see
.Xr nsphy 4 .
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4
index 9e00bfb0342..67d9d85118b 100644
--- a/share/man/man4/fxp.4
+++ b/share/man/man4/fxp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fxp.4,v 1.17 2001/06/22 12:15:45 mpech Exp $
+.\" $OpenBSD: fxp.4,v 1.18 2001/06/23 07:03:55 pjanzen Exp $
.\"
.\" Copyright (c) 1997 David E. O'Brien
.\"
@@ -99,7 +99,7 @@ A fatal initialization error has occurred.
.It "fxp%d: couldn't map interrupt"
A fatal initialization error has occurred.
.It "fxp%d: Failed to malloc memory"
-There are not enough mbuf's available for allocation.
+There are not enough mbufs available for allocation.
.It "fxp%d: device timeout"
The device has stopped responding to the network, or there is a problem with
the network connection (cable).
diff --git a/share/man/man4/hsq.4 b/share/man/man4/hsq.4
index 633043cbc46..2c7653d3953 100644
--- a/share/man/man4/hsq.4
+++ b/share/man/man4/hsq.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hsq.4,v 1.6 2001/06/22 12:15:45 mpech Exp $
+.\" $OpenBSD: hsq.4,v 1.7 2001/06/23 07:03:56 pjanzen Exp $
.\" from: OpenBSD: ast.4,v 1.5 1999/07/09 13:35:43 aaron Exp
.\" from: NetBSD: ast.4,v 1.7 1996/03/16 00:07:07 thorpej Exp
.\"
@@ -83,11 +83,11 @@ subdevices (they are equal to
+ ID * 8) and the port for the interrupt multiplexing register
(it is equal to
.Tn port
-+ 7). More technical details on how driver works can be achieved from
-a big comment at the begining of the driver's source code.
++ 7). More technical details on how the driver works can be found in
+the big comment at the beginning of the driver's source code.
.Pp
Information on setup of card's configuration switches should be taken
-from Comtrol Corpoartion's web site, since the author wrote and tested
+from Comtrol Corporation's web site, since the author wrote and tested
the driver only with Hostess-compatible cards.
.Sh FILES
.Bl -tag -width Pa
diff --git a/share/man/man4/man4.alpha/lpt.4 b/share/man/man4/man4.alpha/lpt.4
index 7b612177d66..aca99663c29 100644
--- a/share/man/man4/man4.alpha/lpt.4
+++ b/share/man/man4/man4.alpha/lpt.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lpt.4,v 1.2 2000/03/02 14:46:42 todd Exp $
+.\" $OpenBSD: lpt.4,v 1.3 2001/06/23 07:04:10 pjanzen Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -51,7 +51,7 @@ The next lower bit (bit 6, or add 64) indicates the driver should
avoid initializing the printer.
.P.
The next lower bit (bit 5, or add 32) requests that the driver do
-automatic LF generation when printing CR's.
+automatic LF generation when printing CRs.
.Sh FILES
.Bl -tag -width Pa -compact
.It Pa /dev/lpt0
diff --git a/share/man/man4/man4.alpha/scc.4 b/share/man/man4/man4.alpha/scc.4
index 4551ef59848..cd05f7de207 100644
--- a/share/man/man4/man4.alpha/scc.4
+++ b/share/man/man4/man4.alpha/scc.4
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: scc.4,v 1.1 1998/03/07 22:42:31 millert Exp $
+.\" $OpenBSD: scc.4,v 1.2 2001/06/23 07:04:10 pjanzen Exp $
.\"
.Dd March 7, 1998
.Dt SCC 4 alpha
@@ -42,7 +42,7 @@ Zilog serial communications interface
.Sh DESCRIPTION
The
.Nm
-driver provies support for the Zilog 8530 Serial Communcations
+driver provides support for the Zilog 8530 Serial Communications
Controller (SCC) via the IOCTL asic on Turbochannel-based alphas
(the DEC 3000 series). Each scc device has two serial
ports.
diff --git a/share/man/man4/man4.amiga/ahsc.4 b/share/man/man4/man4.amiga/ahsc.4
index 6494961c522..5c6463c80a8 100644
--- a/share/man/man4/man4.amiga/ahsc.4
+++ b/share/man/man4/man4.amiga/ahsc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ahsc.4,v 1.6 2000/03/02 14:46:43 todd Exp $
+.\" $OpenBSD: ahsc.4,v 1.7 2001/06/23 07:04:11 pjanzen Exp $
.\"
.\" Copyright (c) 1994 Christian E. Hopps
.\" All rights reserved.
@@ -83,7 +83,7 @@ expected durring polled IO.
The target described by
.Sq from %d
has taken the SCSI bus into a phase which is not
-expected durring DMA IO setup.
+expected during DMA IO setup.
.El
.Sh SEE ALSO
.Xr scsibus 4
diff --git a/share/man/man4/man4.amiga/gtsc.4 b/share/man/man4/man4.amiga/gtsc.4
index 7f5184a97c1..aa3889a8a13 100644
--- a/share/man/man4/man4.amiga/gtsc.4
+++ b/share/man/man4/man4.amiga/gtsc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gtsc.4,v 1.6 2000/03/02 14:46:44 todd Exp $
+.\" $OpenBSD: gtsc.4,v 1.7 2001/06/23 07:04:11 pjanzen Exp $
.\"
.\" Copyright (c) 1994 Christian E. Hopps
.\" All rights reserved.
@@ -78,12 +78,12 @@ An error has occurred within the SCSI chip code.
The target described by
.Sq from %d
has taken the SCSI bus into a phase which is not
-expected durring polled IO.
+expected during polled IO.
.It gtsc%d: unexpected phase %d in icmd from %d
The target described by
.Sq from %d
has taken the SCSI bus into a phase which is not
-expected durring DMA IO setup.
+expected during DMA IO setup.
.El
.Sh SEE ALSO
.Xr scsibus 4
diff --git a/share/man/man4/man4.atari/floppy.4 b/share/man/man4/man4.atari/floppy.4
index 1e5c66367e6..250450b6080 100644
--- a/share/man/man4/man4.atari/floppy.4
+++ b/share/man/man4/man4.atari/floppy.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: floppy.4,v 1.3 2001/01/29 02:11:10 niklas Exp $
+.\" $OpenBSD: floppy.4,v 1.4 2001/06/23 07:04:12 pjanzen Exp $
.\" $NetBSD: floppy.4,v 1.2 1995/11/28 08:03:27 jtc Exp $
.\"
.\" Copyright (c) 1995 Leo Weppelman
@@ -43,7 +43,7 @@ floppy interface
.Cd "fd0 at fdc0 unit 0"
.Cd "fd1 at fdc0 unit 1"
.Sh DESCRIPTION
-This is an interface to the buildin and external floppy drives on the Atari.
+This is an interface to the built-in and external floppy drives on the Atari.
Currently, there is no disklabel support for the floppy drives. Instead, the
floppy interface uses the partition number embedded in the minor device number
to distinguish between various floppy formats.
diff --git a/share/man/man4/man4.atari/ms.4 b/share/man/man4/man4.atari/ms.4
index 76b864f9020..95c22e5375f 100644
--- a/share/man/man4/man4.atari/ms.4
+++ b/share/man/man4/man4.atari/ms.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ms.4,v 1.5 2001/01/29 02:11:11 niklas Exp $
+.\" $OpenBSD: ms.4,v 1.6 2001/06/23 07:04:12 pjanzen Exp $
.\" $NetBSD: ms.4,v 1.2 1996/04/25 06:03:47 leo Exp $
.\"
.\" Copyright (c) 1995 Leo Weppelman
@@ -44,7 +44,7 @@ mouse interface
.Sh DESCRIPTION
The Atari mouse driver supports both the original Atari mouse and the third
party 3-button mouse that has its middle button connected to the up-switch
-of the second joystick port. To accomodate X11 users with a standard mouse,
+of the second joystick port. To accommodate X11 users with a standard mouse,
the driver is able to emulate the middle button. See the section on ioctls
for more info.
.Pp
diff --git a/share/man/man4/man4.hppa/asp.4 b/share/man/man4/man4.hppa/asp.4
index 9d3981885e6..681e7fb7060 100644
--- a/share/man/man4/man4.hppa/asp.4
+++ b/share/man/man4/man4.hppa/asp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: asp.4,v 1.3 1999/06/05 13:18:40 aaron Exp $
+.\" $OpenBSD: asp.4,v 1.4 2001/06/23 07:04:13 pjanzen Exp $
.\"
.\"
.\" Copyright (c) 1999 Michael Shalayeff
@@ -58,7 +58,7 @@ RAM and EEPROM controllers
.El
.Pp
The irq level supplied is hardwired to the cpu pin, so changing the value
-would not produce any noticable results (except lost interrupts for the whole
+would not produce any noticeable results (except lost interrupts for the whole
I/O subsystem).
.Sh SEE ALSO
.Xr gsc 4 ,
diff --git a/share/man/man4/man4.i386/bios.4 b/share/man/man4/man4.i386/bios.4
index ca6bdda7f51..a7548cd901f 100644
--- a/share/man/man4/man4.i386/bios.4
+++ b/share/man/man4/man4.i386/bios.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bios.4,v 1.1 2001/02/28 20:41:46 mickey Exp $
+.\" $OpenBSD: bios.4,v 1.2 2001/06/23 07:04:13 pjanzen Exp $
.\"
.\" Copyright (c) 2001 Michael Shalayeff
.\" All rights reserved.
@@ -53,7 +53,7 @@ and could be used as a crude BIOS version identification.
The
.Nm
driver also scans the ISA memory hole at 640K-1M for optional
-ROM images and reserves the space from being used by variuos
+ROM images and reserves the space from being used by various
isa devices, for example
.Xr pcic 4 .
.Pp
diff --git a/share/man/man4/man4.i386/intro.4 b/share/man/man4/man4.i386/intro.4
index 91b278d8223..4dcef128c59 100644
--- a/share/man/man4/man4.i386/intro.4
+++ b/share/man/man4/man4.i386/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.21 2001/03/01 20:44:49 aaron Exp $
+.\" $OpenBSD: intro.4,v 1.22 2001/06/23 07:04:14 pjanzen Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
.\" All rights reserved.
@@ -200,7 +200,7 @@ Texas Instruments ThunderLAN ethernet
SMC 9432 10/100 Mbps Ethernet cards
.It uha
Ultrastor ISA and EISA SCSI adapter cards.
-Ultrastore 14f, Ultrastore 34f, and Ultrastore 24f.
+Ultrastor 14f, Ultrastor 34f, and Ultrastor 24f.
.It vr
VIA Rhine Ethernet.
.It wb
diff --git a/share/man/man4/man4.i386/lpt.4 b/share/man/man4/man4.i386/lpt.4
index 779da9b26c7..0b8e89dd61f 100644
--- a/share/man/man4/man4.i386/lpt.4
+++ b/share/man/man4/man4.i386/lpt.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lpt.4,v 1.6 2000/07/05 13:46:53 aaron Exp $
+.\" $OpenBSD: lpt.4,v 1.7 2001/06/23 07:04:14 pjanzen Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -51,7 +51,7 @@ The next lower bit (bit 6, or add 64) indicates the driver should
avoid initializing the printer.
.P.
The next lower bit (bit 5, or add 32) requests that the driver do
-automatic LF generation when printing CR's.
+automatic LF generation when printing CRs.
.Sh FILES
.Bl -tag -width /dev/lpt0 -compact
.It Pa /dev/lpt0
diff --git a/share/man/man4/man4.i386/mem.4 b/share/man/man4/man4.i386/mem.4
index 835b9189d96..e8ad0bc2b3b 100644
--- a/share/man/man4/man4.i386/mem.4
+++ b/share/man/man4/man4.i386/mem.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mem.4,v 1.5 2000/11/16 14:52:07 aaron Exp $
+.\" $OpenBSD: mem.4,v 1.6 2001/06/23 07:04:14 pjanzen Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -66,7 +66,7 @@ The per-process data size for the current process is
long, and ends at virtual address
.Li 0xfe000000 .
.Pp
-Writability of these devices is controlled by the system
+Writeability of these devices is controlled by the system
.Xr securelevel 7 .
.Sh FILES
.Bl -tag -width Pa -compact
diff --git a/share/man/man4/man4.i386/mtrr.4 b/share/man/man4/man4.i386/mtrr.4
index 19f8cbb3215..26b1e545339 100644
--- a/share/man/man4/man4.i386/mtrr.4
+++ b/share/man/man4/man4.i386/mtrr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mtrr.4,v 1.7 2001/06/11 01:28:07 millert Exp $
+.\" $OpenBSD: mtrr.4,v 1.8 2001/06/23 07:04:15 pjanzen Exp $
.\"
.\" Pentium MTRR driver for OpenBSD.
.\" Copyright 1999 Matthieu Herrb <matthieu@openbsd.org>
@@ -132,7 +132,7 @@ An attempt to create a new range failed due to a shortage of hardware
resources (e.g., descriptor slots).
.It Bq Er ENOENT
An attempt to remove a range failed because no range matches the descriptor
-base/length supplued.
+base/length supplied.
.It Bq Er EPERM
An attempt to remove a range failed because the range is permanently
enabled.
diff --git a/share/man/man4/man4.i386/pctr.4 b/share/man/man4/man4.i386/pctr.4
index 7614f1e5553..a92ce25bf17 100644
--- a/share/man/man4/man4.i386/pctr.4
+++ b/share/man/man4/man4.i386/pctr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pctr.4,v 1.13 2001/06/05 05:05:39 pvalchev Exp $
+.\" $OpenBSD: pctr.4,v 1.14 2001/06/23 07:04:15 pjanzen Exp $
.\"
.\" Pentium performance counter driver for OpenBSD.
.\" Copyright 1996 David Mazieres <dm@lcs.mit.edu>.
@@ -324,7 +324,7 @@ Number of cycles during which the divider is busy.
.It 0x21 L2_ADS
Number of L2 address strobes.
.It 0x22 L2_DBUS_BUSY
-Number of cycles durring which the data bus was busy.
+Number of cycles during which the data bus was busy.
.It 0x23 L2_DBUS_BUSY_RD
Number of cycles during which the data bus was busy transferring data
from L2 to the processor.
@@ -435,7 +435,7 @@ Number of hardware interrupts received.
.It 0xc9 BR_TAKEN_RETIRED
Number of taken branches retired.
.It 0xca BR_MISS_PRED_TAKEN_RET
-Number of taken mispredictioned branches retired.
+Number of taken mispredicted branches retired.
.It 0xd0 INST_DECODER
Number of instructions decoded.
.It 0xd2 PARTIAL_RAT_STALLS
diff --git a/share/man/man4/man4.pc532/lpt.4 b/share/man/man4/man4.pc532/lpt.4
index 2ae6dfb76c3..7fb5e6d375e 100644
--- a/share/man/man4/man4.pc532/lpt.4
+++ b/share/man/man4/man4.pc532/lpt.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lpt.4,v 1.6 2000/03/02 14:46:48 todd Exp $
+.\" $OpenBSD: lpt.4,v 1.7 2001/06/23 07:04:15 pjanzen Exp $
.\" $NetBSD: lpt.4,v 1.2 1995/11/28 08:03:29 jtc Exp $
.\"
.\" Copyright (c) 1994 Matthias Pfaller.
@@ -41,7 +41,7 @@
.Cd "lpt1 at membus? addr ? irq ?"
.Sh DESCRIPTION
This driver provides access to centronics ports. Bit 6 in the minor number
-selects wether to omit pulling /PRIME low on opens or not. If the minor has
+selects whether to omit pulling /PRIME low on opens or not. If the minor has
bit 5 set, AUTOLINEFEED will be asserted when transferring data to the printer.
Addr and Irq default to 0xffc80030,7 for lpt0 and to 0xffc80034,6 for lpt1.
.Sh FILES
diff --git a/share/man/man4/man4.pmax/ioasic.4 b/share/man/man4/man4.pmax/ioasic.4
index 63edcc847fe..0327cebd2f5 100644
--- a/share/man/man4/man4.pmax/ioasic.4
+++ b/share/man/man4/man4.pmax/ioasic.4
@@ -28,7 +28,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $NetBSD: ioasic.4,v 1.4 1997/10/31 02:26:09 jonathan Exp $
-.\" $OpenBSD: ioasic.4,v 1.6 1999/07/09 13:35:40 aaron Exp $
+.\" $OpenBSD: ioasic.4,v 1.7 2001/06/23 07:04:16 pjanzen Exp $
.\"
.Dd August 6, 1996
.Dt IOASIC 4 pmax
@@ -65,7 +65,7 @@ The
.Nm
is also used for those
floppy-disc drive and audio/ISDN hardware
-on the Personal DECstation and audio-equipted TC Alphas, where the
+on the Personal DECstation and audio-equipped TC Alphas, where the
.Nm
hardware provides a
scatter-gather DMA channel between he 16-bit device and the 32-bit
diff --git a/share/man/man4/man4.sparc/bwtwo.4 b/share/man/man4/man4.sparc/bwtwo.4
index 09351fe4faf..08c8a5b5cc5 100644
--- a/share/man/man4/man4.sparc/bwtwo.4
+++ b/share/man/man4/man4.sparc/bwtwo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bwtwo.4,v 1.7 2000/03/02 14:46:48 todd Exp $
+.\" $OpenBSD: bwtwo.4,v 1.8 2001/06/23 07:04:17 pjanzen Exp $
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -52,7 +52,9 @@
The
.Nm
is a memory based black and white frame buffer.
-It supports the minimal ioctl's needed to run
+It supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 .
.Sh SEE ALSO
.Xr cgeight 4 ,
diff --git a/share/man/man4/man4.sparc/cgeight.4 b/share/man/man4/man4.sparc/cgeight.4
index 674d4fe30df..9134412e026 100644
--- a/share/man/man4/man4.sparc/cgeight.4
+++ b/share/man/man4/man4.sparc/cgeight.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgeight.4,v 1.7 1999/09/09 02:40:21 jason Exp $
+.\" $OpenBSD: cgeight.4,v 1.8 2001/06/23 07:04:17 pjanzen Exp $
.\" $NetBSD: cgeight.4,v 1.2 1997/10/08 22:00:03 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -54,7 +54,9 @@ by using the
system call.
The
.Nm
-driver supports the minimal ioctl's needed to run
+driver supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 .
.Sh SEE ALSO
.Xr bwtwo 4 ,
diff --git a/share/man/man4/man4.sparc/cgfour.4 b/share/man/man4/man4.sparc/cgfour.4
index e62a076b671..6d542d7042d 100644
--- a/share/man/man4/man4.sparc/cgfour.4
+++ b/share/man/man4/man4.sparc/cgfour.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgfour.4,v 1.7 1999/09/09 02:40:21 jason Exp $
+.\" $OpenBSD: cgfour.4,v 1.8 2001/06/23 07:04:18 pjanzen Exp $
.\" $NetBSD: cgfour.4,v 1.2 1997/10/08 22:00:05 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -55,7 +55,9 @@ the
system call.
The
.Nm
-driver supports the minimal ioctl's needed to run
+driver supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 .
.Sh SEE ALSO
.Xr bwtwo 4 ,
diff --git a/share/man/man4/man4.sparc/cgfourteen.4 b/share/man/man4/man4.sparc/cgfourteen.4
index ef40b069098..89e8e1fb4bf 100644
--- a/share/man/man4/man4.sparc/cgfourteen.4
+++ b/share/man/man4/man4.sparc/cgfourteen.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgfourteen.4,v 1.7 1999/09/09 02:40:21 jason Exp $
+.\" $OpenBSD: cgfourteen.4,v 1.8 2001/06/23 07:04:18 pjanzen Exp $
.\" $NetBSD: cgfourteen.4,v 1.3 1998/06/11 08:32:20 fair Exp $
.\"
.\" Copyright (c) 1996 The President and Fellows of Harvard College.
@@ -60,7 +60,9 @@ the
system call.
The
.Nm
-driver supports the minimal ioctl's needed to run
+driver supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 .
.Pp
The driver operates by default in
diff --git a/share/man/man4/man4.sparc/cgsix.4 b/share/man/man4/man4.sparc/cgsix.4
index 4bb8d41155a..b5b407f719e 100644
--- a/share/man/man4/man4.sparc/cgsix.4
+++ b/share/man/man4/man4.sparc/cgsix.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgsix.4,v 1.8 2000/04/21 03:26:36 pjanzen Exp $
+.\" $OpenBSD: cgsix.4,v 1.9 2001/06/23 07:04:19 pjanzen Exp $
.\" $NetBSD: cgsix.4,v 1.4 1998/06/11 08:32:20 fair Exp $
.\"
.\" Copyright 1994
@@ -37,7 +37,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)cgsix.4 8.1 (Berkeley) 2/16/94
-.\" $Id: cgsix.4,v 1.8 2000/04/21 03:26:36 pjanzen Exp $
+.\" $Id: cgsix.4,v 1.9 2001/06/23 07:04:19 pjanzen Exp $
.\"
.Dd February 16, 1994
.Dt CGSIX 4 sparc
@@ -53,7 +53,9 @@
The
.Nm cgsix
is a memory based color frame buffer.
-It supports the minimal ioctl's needed to run
+It supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 .
.Sh SEE ALSO
.Xr bwtwo 4 ,
diff --git a/share/man/man4/man4.sparc/cgthree.4 b/share/man/man4/man4.sparc/cgthree.4
index eb8fd2d12cb..be1ad9d30d5 100644
--- a/share/man/man4/man4.sparc/cgthree.4
+++ b/share/man/man4/man4.sparc/cgthree.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgthree.4,v 1.7 1999/09/09 02:40:21 jason Exp $
+.\" $OpenBSD: cgthree.4,v 1.8 2001/06/23 07:04:19 pjanzen Exp $
.\" $NetBSD: cgthree.4,v 1.4 1998/06/11 08:32:20 fair Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -38,7 +38,7 @@
.\"
.\" from: Header: cgthree.4,v 1.3 94/02/03 20:49:52 leres Exp
.\" from: @(#)cgthree.4 8.2 (Berkeley) 2/16/94
-.\" $Id: cgthree.4,v 1.7 1999/09/09 02:40:21 jason Exp $
+.\" $Id: cgthree.4,v 1.8 2001/06/23 07:04:19 pjanzen Exp $
.\"
.Dd February 16, 1994
.Dt CGTHREE 4 sparc
@@ -53,7 +53,9 @@
The
.Nm
is a memory based color frame buffer.
-It supports the minimal ioctl's needed to run
+It supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 .
.Sh SEE ALSO
.Xr bwtwo 4 ,
diff --git a/share/man/man4/man4.sparc/fd.4 b/share/man/man4/man4.sparc/fd.4
index b72048b7a62..a8d48b6be31 100644
--- a/share/man/man4/man4.sparc/fd.4
+++ b/share/man/man4/man4.sparc/fd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fd.4,v 1.3 1999/07/09 13:35:42 aaron Exp $
+.\" $OpenBSD: fd.4,v 1.4 2001/06/23 07:04:19 pjanzen Exp $
.\" $NetBSD: fd.4,v 1.4 1997/11/12 00:49:42 mrg Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@
.Cd "fdc0 at obio0" Pq sun4m
.Cd "fd* at fdc0"
.Sh DESCRIPTION
-This is the driver for the built-in disquette station found on the
+This is the driver for the built-in diskette drive found on the
Sparcstation 1, and (optionally) other desktop Sparc systems.
.Sh SEE ALSO
.Xr eject 1 ,
diff --git a/share/man/man4/man4.sparc/intro.4 b/share/man/man4/man4.sparc/intro.4
index cea494db228..598303af73b 100644
--- a/share/man/man4/man4.sparc/intro.4
+++ b/share/man/man4/man4.sparc/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.15 2001/02/01 03:33:27 jason Exp $
+.\" $OpenBSD: intro.4,v 1.16 2001/06/23 07:04:19 pjanzen Exp $
.\" $NetBSD: intro.4,v 1.5 1998/02/06 06:07:00 perry Exp $
.\"
.\" Copyright (c) 1996 Jonathan Stone.
@@ -254,7 +254,7 @@ SBus QuadFastEthernet controllers
.It si
NCR5380 "SCSI-2" VMEbus (Sun 4/200, Sun 4/400) SCSI controller
.It sw
-NCR5380 obio (Sun 4/100) "SCSI Wierd" SCSI controller
+NCR5380 obio (Sun 4/100) "SCSI Weird" SCSI controller
.It tctrl
Tadpole microcontroller interface
.It tcx
diff --git a/share/man/man4/man4.sparc/kbd.4 b/share/man/man4/man4.sparc/kbd.4
index c3850bfb5e9..f4700280bf0 100644
--- a/share/man/man4/man4.sparc/kbd.4
+++ b/share/man/man4/man4.sparc/kbd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kbd.4,v 1.5 1999/07/09 13:35:42 aaron Exp $
+.\" $OpenBSD: kbd.4,v 1.6 2001/06/23 07:04:20 pjanzen Exp $
.\" $NetBSD: kbd.4,v 1.3 1997/11/25 22:15:56 pk Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -69,7 +69,8 @@ device.
The device special file
.Pa /dev/kbd
is used to get direct access to the keyboard input stream. The following
-ioctl's are supported (mostly just enough to keep the X11 server going):
+.Xr ioctl 2 Ns s
+are supported (mostly just enough to keep the X11 server going):
.Bl -tag -width KIOCSDIRECT
.It KIOCTRANS
Set translation mode. The argument is of type
diff --git a/share/man/man4/man4.sparc/ms.4 b/share/man/man4/man4.sparc/ms.4
index 165d4f8aeb4..3272aa312cb 100644
--- a/share/man/man4/man4.sparc/ms.4
+++ b/share/man/man4/man4.sparc/ms.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ms.4,v 1.5 2001/02/26 21:15:49 aaron Exp $
+.\" $OpenBSD: ms.4,v 1.6 2001/06/23 07:04:20 pjanzen Exp $
.\" $NetBSD: ms.4,v 1.2 1997/10/08 22:00:12 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -70,7 +70,8 @@ are X and Y delta values, none of which are in the range
The device special file
.Pa /dev/mouse
is used to get direct access to the mouse input stream. The following
-ioctl's are supported (mostly just enough to keep the X11 server going):
+.Xr ioctl 2 Ns s
+are supported (mostly just enough to keep the X11 server going):
.Bl -tag -width VUIDSFORMAT
.It VUIDSFORMAT
Set translation mode. The argument is of type
diff --git a/share/man/man4/man4.sparc/pnozz.4 b/share/man/man4/man4.sparc/pnozz.4
index 5958da4674b..b7cde992c5c 100644
--- a/share/man/man4/man4.sparc/pnozz.4
+++ b/share/man/man4/man4.sparc/pnozz.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pnozz.4,v 1.3 2000/04/03 21:19:38 aaron Exp $
+.\" $OpenBSD: pnozz.4,v 1.4 2001/06/23 07:04:20 pjanzen Exp $
.\"
.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -54,7 +54,9 @@ The
is configured to emulate a
.Xr cgthree 4
with a resolution of 800x600 with 256 colors.
-It supports the minimal ioctl's needed to run
+It supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 .
.Pp
If the
diff --git a/share/man/man4/man4.sparc/tcx.4 b/share/man/man4/man4.sparc/tcx.4
index 3ef75874627..4cb2ab3981e 100644
--- a/share/man/man4/man4.sparc/tcx.4
+++ b/share/man/man4/man4.sparc/tcx.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcx.4,v 1.7 1999/09/09 02:40:21 jason Exp $
+.\" $OpenBSD: tcx.4,v 1.8 2001/06/23 07:04:21 pjanzen Exp $
.\" $NetBSD: tcx.4,v 1.3 1997/10/08 22:00:14 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -53,7 +53,9 @@ the
.Xr mmap 2
system call. The
.Nm
-driver supports the minimal ioctl's needed to run
+driver supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 ,
and can be operated in
.Xr cgthree 4
diff --git a/share/man/man4/man4.sparc/zs.4 b/share/man/man4/man4.sparc/zs.4
index f4733a6aa8a..f8aabaf6a62 100644
--- a/share/man/man4/man4.sparc/zs.4
+++ b/share/man/man4/man4.sparc/zs.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: zs.4,v 1.6 1999/07/09 13:35:42 aaron Exp $
+.\" $OpenBSD: zs.4,v 1.7 2001/06/23 07:04:21 pjanzen Exp $
.\"
.\" Copyright (c) 1998 The OpenBSD Project
.\" All rights reserved.
@@ -62,5 +62,7 @@ The
.Nm
driver first appeared in
.Bx 4.4 .
-Support for the TIOCM* ioctl's appeared in
+Support for the TIOCM*
+.Xr ioctl 2 Ns s
+appeared in
.Ox 2.3 .
diff --git a/share/man/man4/man4.sun3/bwtwo.4 b/share/man/man4/man4.sun3/bwtwo.4
index 1d2482f6e47..3ba7722e25d 100644
--- a/share/man/man4/man4.sun3/bwtwo.4
+++ b/share/man/man4/man4.sun3/bwtwo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bwtwo.4,v 1.5 2001/01/29 02:11:12 niklas Exp $
+.\" $OpenBSD: bwtwo.4,v 1.6 2001/06/23 07:04:21 pjanzen Exp $
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -50,7 +50,9 @@
The
.Nm
is a memory based black and white frame buffer.
-It supports the minimal ioctl's needed to run
+It supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 .
.Sh SEE ALSO
.Xr cgfour 4 ,
diff --git a/share/man/man4/man4.sun3/cgfour.4 b/share/man/man4/man4.sun3/cgfour.4
index 89297886a93..ce6aa7f4d17 100644
--- a/share/man/man4/man4.sun3/cgfour.4
+++ b/share/man/man4/man4.sun3/cgfour.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgfour.4,v 1.4 2001/01/29 02:11:12 niklas Exp $
+.\" $OpenBSD: cgfour.4,v 1.5 2001/06/23 07:04:21 pjanzen Exp $
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -56,7 +56,9 @@ process address space by using the
system call.
The
.Nm
-driver supports the minimal ioctl's needed to run
+driver supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 .
.Sh SEE ALSO
.Xr bwtwo 4 ,
diff --git a/share/man/man4/man4.sun3/cgtwo.4 b/share/man/man4/man4.sun3/cgtwo.4
index 37aebf35ef3..e39bb6d253a 100644
--- a/share/man/man4/man4.sun3/cgtwo.4
+++ b/share/man/man4/man4.sun3/cgtwo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgtwo.4,v 1.4 2001/01/29 02:11:12 niklas Exp $
+.\" $OpenBSD: cgtwo.4,v 1.5 2001/06/23 07:04:22 pjanzen Exp $
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -56,7 +56,9 @@ space by using the
system call.
The
.Nm
-driver supports the minimal ioctl's needed to run
+driver supports the minimal
+.Xr ioctl 2 Ns s
+needed to run
.Xr X 1 .
.Sh SEE ALSO
.Xr bwtwo 4 ,
diff --git a/share/man/man4/man4.vax/autoconf.4 b/share/man/man4/man4.vax/autoconf.4
index 2e5213a79ad..ef2fb59347f 100644
--- a/share/man/man4/man4.vax/autoconf.4
+++ b/share/man/man4/man4.vax/autoconf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: autoconf.4,v 1.4 2000/07/22 04:54:28 bjc Exp $
+.\" $OpenBSD: autoconf.4,v 1.5 2001/06/23 07:04:22 pjanzen Exp $
.\" $NetBSD: autoconf.4,v 1.3 1996/03/03 17:13:13 thorpej Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
@@ -125,7 +125,7 @@ slot number).
will call it
.Ql mba%d .
.Pp
-.It %d mba's not configured.
+.It %d mbas not configured.
More
.Tn MASSBUS
adapters were found on
@@ -175,7 +175,7 @@ slot number).
will call it
.Ql mcr%d .
.Pp
-.It 5 mcr's unsupported.
+.It 5 mcrs unsupported.
.Ox
supports only 4 memory controllers
per
diff --git a/share/man/man4/man4.vax/dh.4 b/share/man/man4/man4.vax/dh.4
index 3fc6b04cb2d..bcf14f4078b 100644
--- a/share/man/man4/man4.vax/dh.4
+++ b/share/man/man4/man4.vax/dh.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dh.4,v 1.3 1999/06/05 13:18:37 aaron Exp $
+.\" $OpenBSD: dh.4,v 1.4 2001/06/23 07:04:23 pjanzen Exp $
.\" $NetBSD: dh.4,v 1.3 1996/03/03 17:13:20 thorpej Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
@@ -84,9 +84,9 @@ and
.Xr stty 1
or may be communicated by other programs which
utilize
-.Xr ioctl
+.Xr ioctl 2
such as
-.Xr ifcongif 8 ,
+.Xr ifconfig 8 ,
see
.Xr tty 4 .
.Pp
diff --git a/share/man/man4/man4.vax/dmc.4 b/share/man/man4/man4.vax/dmc.4
index 38a78ebe628..01aabe51086 100644
--- a/share/man/man4/man4.vax/dmc.4
+++ b/share/man/man4/man4.vax/dmc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dmc.4,v 1.4 1999/06/05 13:18:37 aaron Exp $
+.\" $OpenBSD: dmc.4,v 1.5 2001/06/23 07:04:23 pjanzen Exp $
.\" $NetBSD: dmc.4,v 1.3 1996/03/03 17:13:22 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991 Regents of the University of California.
@@ -80,7 +80,7 @@ to 7 for the
The configuration flags specify how to set up the device,
.Bl -column xxx -offset indent
0 full duplex DDCMP (normal mode)
-1 DDCMP Maintence mode (generally useless)
+1 DDCMP Maintenance mode (generally useless)
2 DDCMP Half Duplex, primary station
3 DDCMP Half Duplex, secondary station
.El
diff --git a/share/man/man4/man4.vax/dmf.4 b/share/man/man4/man4.vax/dmf.4
index 5ad4bb87960..1f2625ccd2e 100644
--- a/share/man/man4/man4.vax/dmf.4
+++ b/share/man/man4/man4.vax/dmf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dmf.4,v 1.3 1999/06/05 13:18:37 aaron Exp $
+.\" $OpenBSD: dmf.4,v 1.4 2001/06/23 07:04:23 pjanzen Exp $
.\" $NetBSD: dmf.4,v 1.3 1996/03/03 17:13:23 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991 Regents of the University of California.
@@ -89,9 +89,9 @@ and
.Xr stty 1
or may be communicated by other programs which
utilize
-.Xr ioctl
+.Xr ioctl 2
such as
-.Xr ifcongif 8 ,
+.Xr ifconfig 8 ,
see
.Xr tty 4 .
.Pp
diff --git a/share/man/man4/man4.vax/dmz.4 b/share/man/man4/man4.vax/dmz.4
index b582831b6e3..27c5d564af6 100644
--- a/share/man/man4/man4.vax/dmz.4
+++ b/share/man/man4/man4.vax/dmz.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dmz.4,v 1.3 1999/06/05 13:18:37 aaron Exp $
+.\" $OpenBSD: dmz.4,v 1.4 2001/06/23 07:04:23 pjanzen Exp $
.\" $NetBSD: dmz.4,v 1.3 1996/03/03 17:13:26 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991 Regents of the University of California.
@@ -82,9 +82,9 @@ and
.Xr stty 1
or may be communicated by other programs which
utilize
-.Xr ioctl
+.Xr ioctl 2
such as
-.Xr ifcongif 8 ,
+.Xr ifconfig 8 ,
see
.Xr tty 4 .
.Pp
diff --git a/share/man/man4/man4.vax/intro.4 b/share/man/man4/man4.vax/intro.4
index 1177ce96c18..952e300bfa0 100644
--- a/share/man/man4/man4.vax/intro.4
+++ b/share/man/man4/man4.vax/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.5 2000/07/22 04:59:29 bjc Exp $
+.\" $OpenBSD: intro.4,v 1.6 2001/06/23 07:04:24 pjanzen Exp $
.\" $NetBSD: intro.4,v 1.3 1996/03/03 17:13:44 thorpej Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
@@ -126,7 +126,7 @@ simply by creating appropriate table entries in the driver.
.It dz
DZ-11 terminal multiplexer.
.It ibus
-Internal bus on MicroVAX, VAX 4000 series, and otheres
+Internal bus on MicroVAX, VAX 4000 series, and others
.It le
LANCE ethernet interface.
.It mem
diff --git a/share/man/man4/man4.vax/pcl.4 b/share/man/man4/man4.vax/pcl.4
index a6db6f9c195..27caa2c2756 100644
--- a/share/man/man4/man4.vax/pcl.4
+++ b/share/man/man4/man4.vax/pcl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pcl.4,v 1.5 2000/01/18 21:49:00 aaron Exp $
+.\" $OpenBSD: pcl.4,v 1.6 2001/06/23 07:04:24 pjanzen Exp $
.\" $NetBSD: pcl.4,v 1.3 1996/03/03 17:13:57 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991 Regents of the University of California.
@@ -56,7 +56,7 @@ interface to the
time division multiplexed network bus.
The controller itself is not accessible to users.
.Pp
-The hosts's address is specified with the
+The host's address is specified with the
.Dv SIOCSIFADDR
.Xr ioctl 2 .
The interface will not transmit or receive any data before
diff --git a/share/man/man4/opl.4 b/share/man/man4/opl.4
index 7b458b01999..fbf3730ff5e 100644
--- a/share/man/man4/opl.4
+++ b/share/man/man4/opl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: opl.4,v 1.3 2000/12/21 21:01:17 aaron Exp $
+.\" $OpenBSD: opl.4,v 1.4 2001/06/23 07:03:57 pjanzen Exp $
.\" $NetBSD: opl.4,v 1.3 1998/09/08 11:59:48 augustss Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
.Os
.Sh NAME
.Nm opl
-.Nd Yamaha OPL2 and OPL3 FM syntheziser driver
+.Nd Yamaha OPL2 and OPL3 FM synthesizer driver
.Sh SYNOPSIS
.Cd "opl* at ess?"
.Cd "opl0 at isa? port 0x388"
@@ -49,7 +49,7 @@
The
.Nm
driver provides support for the Yamaha OPL2 (YM3812) and OPL3
-(YMF262) chips. The chips are FM synthezisers and are capable
+(YMF262) chips. The chips are FM synthesizer and are capable
of producing a wide range of (mostly awful) sounds.
.Pp
Access to the device is through the MIDI driver.
diff --git a/share/man/man4/pcdisplay.4 b/share/man/man4/pcdisplay.4
index 7b8a8d18a86..9240cf7c23d 100644
--- a/share/man/man4/pcdisplay.4
+++ b/share/man/man4/pcdisplay.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pcdisplay.4,v 1.3 2001/03/27 22:44:54 aaron Exp $
+.\" $OpenBSD: pcdisplay.4,v 1.4 2001/06/23 07:03:57 pjanzen Exp $
.\" $NetBSD: pcdisplay.4,v 1.3 2000/05/13 15:22:17 mycroft Exp $
.\"
.Dd March 20, 1999
@@ -22,7 +22,7 @@ interface.
.Pp
The
.Nm
-driver is indended as a minimal
+driver is intended as a minimal
.Dq catch-all
driver for the different kinds of MDA or CGA compatible adapters.
It doesn't support multiple screens, nor colors or font loading.
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 472b8925d21..f506f91b108 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.36 2001/05/14 14:40:49 jason Exp $
+.\" $OpenBSD: pci.4,v 1.37 2001/06/23 07:03:57 pjanzen Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -132,7 +132,7 @@ controllers.
.It Xr gdt 4
ICP-Vortex GDT
.Tn RAID
-conttrollers.
+controllers.
.It Xr twe 4
3ware Escalade
.Tn RAID
diff --git a/share/man/man4/pckbc.4 b/share/man/man4/pckbc.4
index 683304f23f4..c4e8bc9e84f 100644
--- a/share/man/man4/pckbc.4
+++ b/share/man/man4/pckbc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pckbc.4,v 1.3 2001/03/27 22:44:54 aaron Exp $
+.\" $OpenBSD: pckbc.4,v 1.4 2001/06/23 07:03:57 pjanzen Exp $
.\" $NetBSD: pckbc.4,v 1.2 2000/06/16 06:42:31 augustss Exp $
.\"
.Dd April 21, 1999
@@ -17,12 +17,12 @@
.Sh DESCRIPTION
The
.Nm
-driver handles ressource allocation and device attachment for the
+driver handles resource allocation and device attachment for the
traditional PC/AT keyboard controller.
It provides two logical connections for child devices, the
.Dq keyboard
slot for a keyboard and the
-.Dq auxillary
+.Dq auxiliary
slot for mice (the latter might be missing in older keyboard controllers).
.Pp
The optional
diff --git a/share/man/man4/pckbd.4 b/share/man/man4/pckbd.4
index f9665a75f38..824ae091551 100644
--- a/share/man/man4/pckbd.4
+++ b/share/man/man4/pckbd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pckbd.4,v 1.7 2001/06/13 20:40:35 mickey Exp $
+.\" $OpenBSD: pckbd.4,v 1.8 2001/06/23 07:03:58 pjanzen Exp $
.\" $NetBSD: pckbd.4,v 1.3 1999/12/21 11:31:07 drochner Exp $
.\"
.Dd March 20, 1999
@@ -133,7 +133,7 @@ driver allows to use the standard ISA speaker for this purpose.
To set a german keyboard layout without
.Dq dead accents
and sending an ESC character before the key symbol if the ALT
-key is pressed simultanously, use
+key is pressed simultaneously, use
.Ic wsconsctl -w encoding=de.nodead.metaesc .
To set it at kernel build time, add
.Em option PCKBD_LAYOUT="(KB_DE|KB_NODEAD|KB_METAESC)"
diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4
index 1fec69c5072..0b1c100f9a4 100644
--- a/share/man/man4/raid.4
+++ b/share/man/man4/raid.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: raid.4,v 1.13 2001/06/22 12:15:46 mpech Exp $
+.\" $OpenBSD: raid.4,v 1.14 2001/06/23 07:03:58 pjanzen Exp $
.\" $NetBSD: raid.4,v 1.8 1999/12/15 22:07:33 abs Exp $
.\"
.\"
@@ -192,7 +192,7 @@ sd6 at scsibus0 target 6 lun ? # SCSI disk drives
See
.Xr sd 4
for more information. The rationale for fixing the device addresses
-is as follows: Consider a system with three SCSI drives at SCSI ID's
+is as follows: Consider a system with three SCSI drives at SCSI IDs
4, 5, and 6, and which map to components /dev/sd0e, /dev/sd1e, and
/dev/sd2e of a RAID 5 set. If the drive with SCSI ID 5 fails, and the
system reboots, the old /dev/sd2e will show up as /dev/sd1e. The RAID
diff --git a/share/man/man4/sis.4 b/share/man/man4/sis.4
index f04edc7dd70..2dbc80a87c7 100644
--- a/share/man/man4/sis.4
+++ b/share/man/man4/sis.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sis.4,v 1.12 2001/03/08 06:18:34 aaron Exp $
+.\" $OpenBSD: sis.4,v 1.13 2001/06/23 07:03:59 pjanzen Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@@ -119,7 +119,7 @@ the network connection (cable).
The driver failed to allocate an mbuf for the receiver ring.
.It "sis%d: no memory for tx list"
The driver failed to allocate an mbuf for the transmitter ring when
-allocating a pad buffer or collapsing an mbuf chain into a clusisr.
+allocating a pad buffer or collapsing an mbuf chain into a cluster.
.It "sis%d: chip is in D3 power state -- setting to D0"
This message applies only to adapters which support power management.
Some operating systems place the controller in low power
diff --git a/share/man/man4/ste.4 b/share/man/man4/ste.4
index 79996da454c..1eef419c595 100644
--- a/share/man/man4/ste.4
+++ b/share/man/man4/ste.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ste.4,v 1.7 2001/03/08 06:18:34 aaron Exp $
+.\" $OpenBSD: ste.4,v 1.8 2001/06/23 07:03:59 pjanzen Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -48,7 +48,7 @@ controllers based on the Sundance Technologies ST201 PCI fast
Ethernet controller chip. This includes the D-Link DFE-550TX.
.Pp
The Sundance ST201 uses bus master DMA and is designed to be a
-3Com Etherlink XL workalike. It uses the same DMA descriptor
+3Com Etherlink XL work-alike. It uses the same DMA descriptor
structure and is very similar in operation, however its register
layout is different. The ST201 has a 64-bit multicast hash filter
and a single perfect filter entry for the station address. IT
diff --git a/share/man/man4/sti.4 b/share/man/man4/sti.4
index a2abf4d60b2..4cb10e33a24 100644
--- a/share/man/man4/sti.4
+++ b/share/man/man4/sti.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sti.4,v 1.1 2001/05/12 00:04:30 mickey Exp $
+.\" $OpenBSD: sti.4,v 1.2 2001/06/23 07:03:59 pjanzen Exp $
.\"
.\" Copyright (c) 2001 Michael Shalayeff
.\" All rights reserved.
@@ -43,7 +43,7 @@
.Sh DESCRIPTION
The
.Nm
-was created by HP to provide a unifor frame-buffer access operations
+was created by HP to provide uniform frame-buffer access operations
for their 9000/300 and 9000/700 series of workstations.
Implementation consists of a set of functions burnt in to the PROM
on the card and providing the following set of functions (see below
@@ -56,7 +56,7 @@ Initialize graphics.
.It
State management.
.It
-Print a charecter onto the screen using currently selected font.
+Print a character onto the screen using currently selected font.
.It
Copy a region of the frame-buffer to another location.
.It
@@ -86,9 +86,9 @@ and
mode.
In
.Dq byte
-mode each 4-byte word contains only the low ordered big endian
-byte of data, i.e. to compose one word of data 4 words should be read
-and low ordered bytes of those should be shifted correspondently.
+mode each 4-byte word contains only the low-ordered big-endian
+byte of data; i.e., to compose one word of data 4 words should be read
+and low-ordered bytes of those should be shifted correspondingly.
In
.Dq word
mode each word contains all 4 bytes of valid data.
@@ -200,7 +200,7 @@ function added.
.It
Addition changes for
.Nm Visualize FX
-due to rearchitecture for perfomance.
+due to rearchitecture for performance.
.It
.Nm process_mgr
function added.
@@ -212,7 +212,7 @@ EPROM map mode, implemented on
.Nm Visualize EG .
.It 8.0b
Support for HP-UX non-implicit locking DMA, implemented on
-.Nm Visuzlize FXE .
+.Nm Visualize FXE .
.It 8.0c
.Nm sti_util
function added (flashing under HP-UX and other sideband traffic).
diff --git a/share/man/man4/uk.4 b/share/man/man4/uk.4
index fdb42a55c6f..d3c6c0b7f21 100644
--- a/share/man/man4/uk.4
+++ b/share/man/man4/uk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uk.4,v 1.7 2001/06/22 12:15:47 mpech Exp $
+.\" $OpenBSD: uk.4,v 1.8 2001/06/23 07:04:00 pjanzen Exp $
.\" $NetBSD: uk.4,v 1.3 1996/10/20 23:15:26 explorer Exp $
.\"
.\" Copyright (c) 1996
@@ -58,7 +58,7 @@ ioctls. These are described in
.Sh FILES
.Bl -tag -width /dev/uk[0-255] -compact
.It Pa /dev/uk[0-255]
-uk{x} is the 'xth'unknown device found.
+uk{x} is the 'xth' unknown device found.
.El
.Sh DIAGNOSTICS
All
diff --git a/share/man/man4/vr.4 b/share/man/man4/vr.4
index f9321be5430..09fe9a8fab5 100644
--- a/share/man/man4/vr.4
+++ b/share/man/man4/vr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vr.4,v 1.7 2001/03/08 06:18:35 aaron Exp $
+.\" $OpenBSD: vr.4,v 1.8 2001/06/23 07:04:00 pjanzen Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -171,4 +171,4 @@ supplied buffer address and begin DMAing from the wrong location.
This buffer copying impairs transmit performance on slower systems but can't
be avoided.
On faster machines (e.g., a Pentium II), the performance
-impact is much less noticable.
+impact is much less noticeable.
diff --git a/share/man/man4/wb.4 b/share/man/man4/wb.4
index f78017146a2..5f451a97367 100644
--- a/share/man/man4/wb.4
+++ b/share/man/man4/wb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wb.4,v 1.6 2001/03/08 06:18:35 aaron Exp $
+.\" $OpenBSD: wb.4,v 1.7 2001/06/23 07:04:00 pjanzen Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -50,7 +50,7 @@ The 840F should not be confused with the 940F, which is
an NE2000 clone and only supports 10Mbps speeds.
.Pp
The Winbond controller uses bus master DMA and is designed to be
-a DEC "tulip" workalike.
+a DEC "tulip" work-alike.
It differs from the standard DEC design
in several ways: the control and status registers are spaced 4
bytes apart instead of 8, and the receive filter is programmed through
diff --git a/share/man/man4/wsdisplay.4 b/share/man/man4/wsdisplay.4
index 36b0eae29c1..0059722e452 100644
--- a/share/man/man4/wsdisplay.4
+++ b/share/man/man4/wsdisplay.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wsdisplay.4,v 1.6 2001/05/11 23:03:04 mickey Exp $
+.\" $OpenBSD: wsdisplay.4,v 1.7 2001/06/23 07:04:01 pjanzen Exp $
.\" $NetBSD: wsdisplay.4,v 1.5 2000/05/13 15:22:19 mycroft Exp $
.\"
.Dd March 20, 1999
@@ -95,14 +95,14 @@ In addition and with help from backend drivers the following features
are also provided:
.Bl -bullet
.It
-Loading, deleteing and listing the loaded fonts.
+Loading, deleting and listing the loaded fonts.
.It
Browsing backwards in the screen output, the size of the
buffer for saved text is defined by the particular hardware driver.
.It
-Blanking the scrren by timing out on inactivity in the
+Blanking the screen by timing out on inactivity in the
screen holding the input focus.
-Awakenning activities consist of:
+Awakening activities consist of:
.Pp
.Bl -bullet -compact
.It
@@ -121,7 +121,7 @@ See
for controlling variables.
.El
.Pp
-Consult the back-end drivers' documentaion for which features are supported
+Consult the back-end drivers' documentation for which features are supported
for each particular hardware type.
.Sh FILES
.Bl -tag -width /usr/include/dev/wscons/wsconsio.h -compact