summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-03-01 16:11:27 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-03-01 16:11:27 +0000
commita8101bb62a943a6f3be32e278dfb61b33f912399 (patch)
tree729bb494a3d7ffc4446d41c7f093d0b3c6b5e639 /share/man
parent12ca5d25eb55ba1e1070228b55554de4dfdc9676 (diff)
A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man3/queue.36
-rw-r--r--share/man/man4/adv.44
-rw-r--r--share/man/man4/aria.44
-rw-r--r--share/man/man4/audio.44
-rw-r--r--share/man/man4/dc.46
-rw-r--r--share/man/man4/ddb.46
-rw-r--r--share/man/man4/dpt.410
-rw-r--r--share/man/man4/fpa.44
-rw-r--r--share/man/man4/hifn.46
-rw-r--r--share/man/man4/icmp6.44
-rw-r--r--share/man/man4/ifmedia.44
-rw-r--r--share/man/man4/iha.42
-rw-r--r--share/man/man4/ip6.48
-rw-r--r--share/man/man4/ipsec.44
-rw-r--r--share/man/man4/isp.44
-rw-r--r--share/man/man4/ksyms.44
-rw-r--r--share/man/man4/lmc.44
-rw-r--r--share/man/man4/netintro.44
-rw-r--r--share/man/man4/options.44
-rw-r--r--share/man/man4/puc.44
-rw-r--r--share/man/man4/rl.46
-rw-r--r--share/man/man4/route.44
-rw-r--r--share/man/man4/sk.44
-rw-r--r--share/man/man4/sppp.44
-rw-r--r--share/man/man4/strip.46
-rw-r--r--share/man/man4/ubsec.46
-rw-r--r--share/man/man4/umodem.44
-rw-r--r--share/man/man4/we.44
-rw-r--r--share/man/man4/wsdisplay.46
-rw-r--r--share/man/man4/wx.44
-rw-r--r--share/man/man4/xl.44
-rw-r--r--share/man/man5/bsd.port.mk.56
-rw-r--r--share/man/man5/hostname.if.58
-rw-r--r--share/man/man5/passwd.conf.54
-rw-r--r--share/man/man7/mdoc.samples.76
-rw-r--r--share/man/man7/mirroring-ports.74
-rw-r--r--share/man/man7/ports.76
-rw-r--r--share/man/man8/afterboot.86
-rw-r--r--share/man/man8/crash.84
-rw-r--r--share/man/man8/vpn.83
-rw-r--r--share/man/man9/copy.928
-rw-r--r--share/man/man9/malloc.94
-rw-r--r--share/man/man9/pool.94
-rw-r--r--share/man/man9/vm_deallocate.93
-rw-r--r--share/man/man9/vm_map_inherit.93
45 files changed, 120 insertions, 117 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 95f038ea454..b448de3abcb 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: queue.3,v 1.15 2000/12/14 20:20:06 provos Exp $
+.\" $OpenBSD: queue.3,v 1.16 2001/03/01 16:11:14 aaron Exp $
.\" $NetBSD: queue.3,v 1.4 1995/07/03 00:25:36 mycroft Exp $
.\"
.\" Copyright (c) 1993 The Regents of the University of California.
@@ -796,7 +796,7 @@ The
.Fn TAILQ_FOREACH_REVERSE
acts like
.Fn TAILQ_FOREACH
-but traveres the tail queue in reverse.
+but traverses the tail queue in reverse.
.Pp
The
.Fn TAILQ_EMPTY
@@ -977,7 +977,7 @@ The
.Fn SIMPLEQ_END
and
.Fn TAILQ_END
-macros are provided for symetry with
+macros are provided for symmetry with
.Fn CIRCLEQ_END .
They expand to
.Dv NULL
diff --git a/share/man/man4/adv.4 b/share/man/man4/adv.4
index 7327455d9e0..1628bb64661 100644
--- a/share/man/man4/adv.4
+++ b/share/man/man4/adv.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adv.4,v 1.11 2001/01/15 18:10:07 krw Exp $
+.\" $OpenBSD: adv.4,v 1.12 2001/03/01 16:11:15 aaron Exp $
.\"
.\" Copyright (c) 1998, Jason Downs. All rights reserved.
.\"
@@ -11,7 +11,7 @@
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. The name of the author may not be used to endorse or promote products
-.\" derived from this software withough specific prior written permission.
+.\" derived from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff --git a/share/man/man4/aria.4 b/share/man/man4/aria.4
index 8b80ced1c2c..5827737a6fa 100644
--- a/share/man/man4/aria.4
+++ b/share/man/man4/aria.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aria.4,v 1.6 2000/11/10 20:02:16 todd Exp $
+.\" $OpenBSD: aria.4,v 1.7 2001/03/01 16:11:15 aaron Exp $
.\"
.\" Copyright (c) 1996 Roland C. Dowdeswell
.\" All rights reserved.
@@ -62,7 +62,7 @@ If no DRQ is given, then the
driver will simply use Direct I/O.
.Pp
The flags currently supported are 0x1, for the Prometheus Aria 16/Aria 16se.
-This flag tells the driver to initialise the card.
+This flag tells the driver to initialize the card.
It is a weird and undocumented piece of horribleness, but the card
will not respond until you twiddle with the joystick port.
.Sh SEE ALSO
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4
index f7e0fe13eaa..51f7396682c 100644
--- a/share/man/man4/audio.4
+++ b/share/man/man4/audio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: audio.4,v 1.18 2001/01/13 19:53:51 aaron Exp $
+.\" $OpenBSD: audio.4,v 1.19 2001/03/01 16:11:16 aaron Exp $
.\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -349,7 +349,7 @@ struct audio_prinfo {
u_int samples; /* number of samples */
u_int eof; /* End Of File (zero-size writes) counter */
u_char pause; /* non-zero if paused, zero to resume */
- u_char error; /* non-zero if underflow/overflow ocurred */
+ u_char error; /* non-zero if underflow/overflow occurred */
u_char waiting; /* non-zero if another process hangs in open */
u_char balance; /* stereo channel balance */
u_char cspare[2];
diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4
index a8d47505dee..4b77fa64581 100644
--- a/share/man/man4/dc.4
+++ b/share/man/man4/dc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dc.4,v 1.17 2000/12/21 21:01:15 aaron Exp $
+.\" $OpenBSD: dc.4,v 1.18 2001/03/01 16:11:16 aaron Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
@@ -78,7 +78,7 @@ The 21143 also offers several receive filter programming options including
perfect filtering, inverse perfect filtering and hash table filtering.
.Pp
Some clone chips duplicate the 21143 fairly closely while others
-only maintain superficial simularities.
+only maintain superficial similarities.
Some support only MII media attachments.
Others use different receiver filter programming mechanisms.
At least one supports only chained DMA descriptors
@@ -350,7 +350,7 @@ queues a sequence of frames which cause it to wrap from the end of
the transmit descriptor ring back to the beginning.
The
.Nm
-driver attempts to avoid this condition by not queing any frames past
+driver attempts to avoid this condition by not queuing any frames past
the end of the transmit ring during a single invocation of the
.Fn dc_start
routine.
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 8a4ffefb976..c6b5b1bec94 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ddb.4,v 1.24 2000/07/29 00:58:24 marc Exp $
+.\" $OpenBSD: ddb.4,v 1.25 2001/03/01 16:11:16 aaron Exp $
.\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $
.\"
.\" Mach Operating System
@@ -390,7 +390,7 @@ allows the breakpoint to be silently hit
times before stopping at the
break point.
.Pp
-If the break point is successfuly set, a break point number is
+If the break point is successfully set, a break point number is
displayed, in the form
.Ic # Ns Ar number .
This can later be used in deleting the break point
@@ -689,7 +689,7 @@ Information printed includes process ID, parent
process ID, process group, UID, process status, process flags, process
command name, and process wait channel message.
.It Cm /a
-Shows the kernel virtual addesses of each process'
+Shows the kernel virtual addresses of each process'
proc structure, u-area, and vmspace structure.
The vmspace address is also the address of the process'
.Li vm_map
diff --git a/share/man/man4/dpt.4 b/share/man/man4/dpt.4
index c50107a364c..6f7d75ee174 100644
--- a/share/man/man4/dpt.4
+++ b/share/man/man4/dpt.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dpt.4,v 1.6 2000/11/10 20:02:16 todd Exp $
+.\" $OpenBSD: dpt.4,v 1.7 2001/03/01 16:11:16 aaron Exp $
.\" $NetBSD: dpt.4,v 1.7 2000/01/17 16:34:44 ad Exp $
.\"
.\" Copyright (c) 1999, 2000 Andy Doran <ad@NetBSD.org>
@@ -59,11 +59,11 @@ Generally the solution is to power-cycle the affected machine.
.br
.It dpt0: spurious intr
.br
-A spurious interrupt was recieved from the HBA.
+A spurious interrupt was received from the HBA.
.br
.It dpt0: bogus status (returned CCB id NNNN)
.br
-A corrupt or incomplete status packet was recieved from the HBA.
+A corrupt or incomplete status packet was received from the HBA.
.El
.Sh SEE ALSO
.Xr intro 4 ,
@@ -92,13 +92,13 @@ This manpage is inadequate.
.Pp
EATA adapters other than listed may function correctly with the
.Nm
-driver, however a definitive list is not avaiable.
+driver, however a definitive list is not available.
.Pp
Older firmware may prove problematic.
It is recommended that the latest available firmware be used.
Contact DPT for a firmware update.
.Pp
-Older boards that do not suppport scatter-gather I/O or DMA are not supported.
+Older boards that do not support scatter-gather I/O or DMA are not supported.
.Pp
An ISA front-end is needed.
.Pp
diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4
index f5584ffa125..e93e2ceeb84 100644
--- a/share/man/man4/fpa.4
+++ b/share/man/man4/fpa.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fpa.4,v 1.9 2000/11/10 20:02:16 todd Exp $
+.\" $OpenBSD: fpa.4,v 1.10 2001/03/01 16:11:16 aaron Exp $
.\" $NetBSD: fpa.4,v 1.2 1997/02/18 01:07:46 jonathan Exp $
.\"
.\" Copyright (c) 1995, Matt Thomas
@@ -32,7 +32,7 @@ interrupt than the one specified in the kernel configuration file.
.It "fea%d: error: memory not enabled! ECU reconfiguration required"
The device probe found that no device memory had been configured on the
DEFEA. The DEFEA can be configured with no device memory, this driver
-requires a mininum of 1K device memory be setup. The ECU (EISA Configuration
+requires a minimum of 1K device memory be setup. The ECU (EISA Configuration
Utility) will need to be run to change the settings.
.El
.Sh CAVEATS
diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4
index c90b983fc3d..05844498e72 100644
--- a/share/man/man4/hifn.4
+++ b/share/man/man4/hifn.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hifn.4,v 1.11 2000/11/06 01:34:17 jason Exp $
+.\" $OpenBSD: hifn.4,v 1.12 2001/03/01 16:11:16 aaron Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt
.\" All rights reserved.
@@ -65,9 +65,9 @@ unlock the cryptographic functionality of the chip. It is possible for
vendors to make boards which have a lock ID not known to the driver, but
all vendors currently just use the obvious ID which is 13 bytes of 0.
.Sh SEE ALSO
-.Xr crypto 9 ,
.Xr crypt 3 ,
-.Xr ipsec 4
+.Xr ipsec 4 ,
+.Xr crypto 9
.Sh CAVEATS
The Hi/fn 9751 shares the same PCI id. This chip is basically a 7751, but
with the cryptographic functions missing. Instead, the 9751 is only capable
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4
index f0f82058364..46e656fd638 100644
--- a/share/man/man4/icmp6.4
+++ b/share/man/man4/icmp6.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: icmp6.4,v 1.3 2000/11/24 10:25:12 itojun Exp $
+.\" $OpenBSD: icmp6.4,v 1.4 2001/03/01 16:11:17 aaron Exp $
.\" $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $
.\"
.\" Copyright (C) 1999 WIDE Project.
@@ -255,7 +255,7 @@ socket with a network address for which no network interface exists.
.Sh HISTORY
The implementation is based on KAME stack
.Po
-which is decendant of WIDE hydrangea IPv6 stack kit
+which is descendant of WIDE hydrangea IPv6 stack kit
.Pc .
.Pp
Part of the document was shamelessly copied from RFC2292.
diff --git a/share/man/man4/ifmedia.4 b/share/man/man4/ifmedia.4
index d76dd79005c..1a4141569f0 100644
--- a/share/man/man4/ifmedia.4
+++ b/share/man/man4/ifmedia.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifmedia.4,v 1.5 1999/09/23 04:12:04 alex Exp $
+.\" $OpenBSD: ifmedia.4,v 1.6 2001/03/01 16:11:17 aaron Exp $
.\" $NetBSD: ifmedia.4,v 1.1 1998/08/09 00:37:17 thorpej Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
The
.Nm
interface provides a consistent method for querying and setting
-network inerface media and media options. The media is typically
+network interface media and media options. The media is typically
set using the
.Xr ifconfig 8
command.
diff --git a/share/man/man4/iha.4 b/share/man/man4/iha.4
index 455a346a821..4f089cbbd74 100644
--- a/share/man/man4/iha.4
+++ b/share/man/man4/iha.4
@@ -11,7 +11,7 @@
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. The name of the author may not be used to endorse or promote products
-.\" derived from this software withough specific prior written permission.
+.\" derived from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4
index e4d0f813b02..f41c0daefff 100644
--- a/share/man/man4/ip6.4
+++ b/share/man/man4/ip6.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ip6.4,v 1.5 2000/11/24 10:25:12 itojun Exp $
+.\" $OpenBSD: ip6.4,v 1.6 2001/03/01 16:11:17 aaron Exp $
.\" $KAME: ip6.4,v 1.12 2000/06/08 21:19:39 itojun Exp $
.\"
.\" Copyright (C) 1999 WIDE Project.
@@ -454,7 +454,7 @@ the kernel will get the value in the following preference:
(2) options specified by a sticky option of the advanced API,
(3) options specified by using the basic API, and lastly
(4) options specified by a socket address.
-Note that the conflict resolution is undefined in the API specifcation
+Note that the conflict resolution is undefined in the API specification
and implementation dependent.
.\"
.Ss "Raw IPv6 Sockets"
@@ -553,7 +553,7 @@ since this checksum is mandatory.
For other raw IPv6 sockets (that is, for raw IPv6 sockets created
with a third argument other than IPPROTO_ICMPV6), the application
must set the new IPV6_CHECKSUM socket option to have the kernel (1)
-compute and store a psuedo header checksum for output,
+compute and store a pseudo header checksum for output,
and (2) verify the received
pseudo header checksum on input,
discarding the packet if the checksum is in error.
@@ -654,7 +654,7 @@ is not defined in the RFCs and should be considered implementation dependent.
.Sh HISTORY
The implementation is based on KAME stack
.Po
-which is decendant of WIDE hydrangea IPv6 stack kit
+which is descendant of WIDE hydrangea IPv6 stack kit
.Pc .
.Pp
Part of the document was shamelessly copied from RFC2553 and RFC2292.
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4
index fa121147fc8..26273436076 100644
--- a/share/man/man4/ipsec.4
+++ b/share/man/man4/ipsec.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.4,v 1.38 2000/12/21 21:01:17 aaron Exp $
+.\" $OpenBSD: ipsec.4,v 1.39 2001/03/01 16:11:17 aaron Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -153,7 +153,7 @@ data, some of the
header data and a certain secret value, the
authentication key and sending this value along with the rest of each
packet. The receiver will do the same computation, and if the value matches,
-he knows noone tampered with the data (integrity), the address information
+he knows no one tampered with the data (integrity), the address information
(authenticity) or a sequence number (replay protection). He knows this because
the secret authentication key makes sure no man in the middle can recompute the
correct value after altering the packet. The algorithms used for the
diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4
index a0695880887..16e4306bd4b 100644
--- a/share/man/man4/isp.4
+++ b/share/man/man4/isp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isp.4,v 1.5 2000/11/10 20:02:16 todd Exp $
+.\" $OpenBSD: isp.4,v 1.6 2001/03/01 16:11:17 aaron Exp $
.\"
.\" Copyright (c) 1998, 1999
.\" Matthew Jacob, for NASA/Ames Research Center
@@ -12,7 +12,7 @@
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. The name of the author may not be used to endorse or promote products
-.\" derived from this software withough specific prior written permission.
+.\" derived from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff --git a/share/man/man4/ksyms.4 b/share/man/man4/ksyms.4
index 7b3ab246baf..aa7c7c42a4a 100644
--- a/share/man/man4/ksyms.4
+++ b/share/man/man4/ksyms.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksyms.4,v 1.4 2000/04/17 02:32:45 aaron Exp $
+.\" $OpenBSD: ksyms.4,v 1.5 2001/03/01 16:11:18 aaron Exp $
.\"
.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -54,7 +54,7 @@ The
device is used to look up the symbol table name list from the running
kernel. Because it represents the running kernel it is guaranteed
to always be up to date even if the kernel file has been changed (or
-is even non-existent). It is most useful when used in conjuction with
+is even non-existent). It is most useful when used in conjunction with
.Xr nlist 3
or the
.Xr kvm 3
diff --git a/share/man/man4/lmc.4 b/share/man/man4/lmc.4
index 4741b490510..cca3758e148 100644
--- a/share/man/man4/lmc.4
+++ b/share/man/man4/lmc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lmc.4,v 1.7 2000/10/18 16:32:11 aaron Exp $
+.\" $OpenBSD: lmc.4,v 1.8 2001/03/01 16:11:18 aaron Exp $
.\"
.\" Copyright (c) 1999 Chris Cappuccio
.\"
@@ -74,7 +74,7 @@ The card is using external clocking for the line
The card is sending DTR and RTS signals on the line
.It "lmc%d: deasserting DTR and RTS"
The card is not sending DTR and RTS signals on the line
-.It "lmc%d: Abormal interrupt"
+.It "lmc%d: Abnormal interrupt"
The card received an incomplete request. This may be a sign of a hardware
fault.
.It "lmc%d: tx_intr: failed to dequeue mbuf?!?"
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4
index ecf235fc76e..d7a07f7d216 100644
--- a/share/man/man4/netintro.4
+++ b/share/man/man4/netintro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: netintro.4,v 1.16 2000/02/19 14:41:11 deraadt Exp $
+.\" $OpenBSD: netintro.4,v 1.17 2001/03/01 16:11:18 aaron Exp $
.\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -254,7 +254,7 @@ for possible values.
.It Dv SIOCGIFMEDIA
Get interface media. See
.Xr ifmedia 4
-for interpretting this value.
+for interpreting this value.
.It Dv SIOCSIFMETRIC
Set interface routing metric.
The metric is used only by user-level routers.
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index c64db987b63..8f88d4b5877 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.60 2001/02/07 11:54:49 itojun Exp $
+.\" $OpenBSD: options.4,v 1.61 2001/03/01 16:11:18 aaron Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -733,7 +733,7 @@ Both communication endpoints need to support
The fallback behaviour is NewReno fast recovery phase, which allows
one lost segment to be recovered per round trip time.
When more then one segment has been dropped per window, the transmission can
-continue without waiting for a retranmission timeout.
+continue without waiting for a retransmission timeout.
.It Cd option TCP_FACK
Turns on forward acknowledgements allowing a more precise estimate of
outstanding data during the fast recovery phase by using
diff --git a/share/man/man4/puc.4 b/share/man/man4/puc.4
index c3ded72a097..f945cdf9727 100644
--- a/share/man/man4/puc.4
+++ b/share/man/man4/puc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: puc.4,v 1.5 2000/11/10 20:02:17 todd Exp $
+.\" $OpenBSD: puc.4,v 1.6 2001/03/01 16:11:18 aaron Exp $
.\" $NetBSD: puc.4,v 1.7 1999/07/03 05:55:23 cgd Exp $
.\"
.\" Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
@@ -130,7 +130,7 @@ Some of the cards supported by this driver, e.g., the VScom PCI-800,
have software-selectable
.Nm com
port clock multipliers, which are unsupported by this driver.
-Those can be accomodated using internal driver flags, or by using
+Those can be accommodated using internal driver flags, or by using
a properly scaled baud rate when talking to the card.
.Pp
Some ports use an
diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4
index 97d93d22ca1..682a8e091cf 100644
--- a/share/man/man4/rl.4
+++ b/share/man/man4/rl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rl.4,v 1.9 2000/11/10 20:02:17 todd Exp $
+.\" $OpenBSD: rl.4,v 1.10 2001/03/01 16:11:18 aaron Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -122,7 +122,7 @@ the network connection (cable).
.It "rl%d: no memory for rx list"
The driver failed to allocate an mbuf for the receiver ring.
.It "rl%d: no memory for tx list"
-The driver fauled to allocate an mbuf for the transmitter ring when
+The driver failed to allocate an mbuf for the transmitter ring when
allocating a pad buffer or collapsing an mbuf chain into a cluster.
.It "rl%d: chip is in D3 power state -- setting to D0"
This message applies only to adapters which support power
@@ -187,7 +187,7 @@ the next frame in the buffer before the chip has had a chance to finish
DMAing all of it.
.Pp
The driver can check for an incomplete frame by inspecting the frame
-length in the header preceeding the actual packet data: an incomplete
+length in the header preceding the actual packet data: an incomplete
frame will have the magic length of 0xFFF0. When the driver encounters
this value, it knows that it has finished processing all currently
available packets. Neither this magic value nor its significance are
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index e45352d9cb8..6bf57241c1f 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: route.4,v 1.6 2000/12/21 21:01:19 aaron Exp $
+.\" $OpenBSD: route.4,v 1.7 2001/03/01 16:11:19 aaron Exp $
.\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -117,7 +117,7 @@ to a specific address family by specifying which one is desired.
There can be more than one routing socket open per system.
.Pp
Messages are formed by a header followed by a small
-number of sockadders (now variable length particularly
+number of sockaddrs (now variable length particularly
in the
.Tn ISO
case), interpreted by position, and delimited
diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4
index 0111c9f08ba..d0dfe816d81 100644
--- a/share/man/man4/sk.4
+++ b/share/man/man4/sk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sk.4,v 1.6 2001/01/28 18:55:15 aaron Exp $
+.\" $OpenBSD: sk.4,v 1.7 2001/03/01 16:11:19 aaron Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -69,7 +69,7 @@ The
.Nm
driver configures dual port SysKonnect adapters such that each XMAC
is treated as a separate logical network interface. Both ports can
-operate indepenently of each other and can be connected to separate
+operate independently of each other and can be connected to separate
networks. The SysKonnect driver software currently only uses the
second port on dual port adapters for failover purposes: if the link
on the primary port fails, the SysKonnect driver will automatically
diff --git a/share/man/man4/sppp.4 b/share/man/man4/sppp.4
index 86fd9fb049f..02aa8e457bc 100644
--- a/share/man/man4/sppp.4
+++ b/share/man/man4/sppp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sppp.4,v 1.4 2000/03/02 14:46:42 todd Exp $
+.\" $OpenBSD: sppp.4,v 1.5 2001/03/01 16:11:19 aaron Exp $
.\"
.\" Copyright (c) 1997 Joerg Wunsch
.\"
@@ -152,8 +152,8 @@ take place.
.Sh SEE ALSO
.Xr inet 4 ,
.Xr intro 4 ,
-.Xr ppp 4 ,
.Xr ifconfig 8 ,
+.Xr ppp 8 ,
.Xr spppcontrol 8
.Rs
.%A W. Simpson, Editor
diff --git a/share/man/man4/strip.4 b/share/man/man4/strip.4
index 399edb657df..99ba7faf8c8 100644
--- a/share/man/man4/strip.4
+++ b/share/man/man4/strip.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strip.4,v 1.9 2000/12/21 21:01:19 aaron Exp $
+.\" $OpenBSD: strip.4,v 1.10 2001/03/01 16:11:19 aaron Exp $
.\"
.\" Copyright 1996 The Board of Trustees of The Leland Stanford
.\" Junior University. All Rights Reserved.
@@ -159,9 +159,9 @@ by
.Sh SEE ALSO
.Xr arp 4 ,
.Xr inet 4 ,
-.Xr slip 4 ,
.Xr route 8 ,
-.Xr slattach 8 .
+.Xr slattach 8 ,
+.Xr slip 8
.Sh BUGS
Currently is IP-only. Encapsulations for AppleTalk and ARP have been defined,
but are not yet implemented in this driver.
diff --git a/share/man/man4/ubsec.4 b/share/man/man4/ubsec.4
index 9806c0314f4..e088579e784 100644
--- a/share/man/man4/ubsec.4
+++ b/share/man/man4/ubsec.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ubsec.4,v 1.5 2001/01/29 01:14:26 deraadt Exp $
+.\" $OpenBSD: ubsec.4,v 1.6 2001/03/01 16:11:19 aaron Exp $
.\"
.\" Copyright (c) 2000 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -52,10 +52,10 @@ provide random data to the
.Xr random 4
subsystem.
.Sh SEE ALSO
-.Xr crypto 9 ,
.Xr crypt 3 ,
.Xr ipsec 4 ,
-.Xr random 4
+.Xr random 4 ,
+.Xr crypto 9
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/umodem.4 b/share/man/man4/umodem.4
index b26e383c910..45085a1a9cd 100644
--- a/share/man/man4/umodem.4
+++ b/share/man/man4/umodem.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: umodem.4,v 1.1 2000/10/13 18:28:01 aaron Exp $
+.\" $OpenBSD: umodem.4,v 1.2 2001/03/01 16:11:19 aaron Exp $
.\" $NetBSD: umodem.4,v 1.4 2000/01/25 08:32:05 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@ Device Class using the Abstract Control Model.
These modems are basically standard serial line modems, but they are
accessed via USB instead.
They support a regular AT command set.
-The commands can either be multiplxed with the data stream
+The commands can either be multiplexed with the data stream
or handled through separate pipes.
In the latter case the AT commands have to be given on device separate
from the data device.
diff --git a/share/man/man4/we.4 b/share/man/man4/we.4
index a22d9c0a875..d9ebc614bfd 100644
--- a/share/man/man4/we.4
+++ b/share/man/man4/we.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: we.4,v 1.4 2000/04/03 07:43:31 deraadt Exp $
+.\" $OpenBSD: we.4,v 1.5 2001/03/01 16:11:20 aaron Exp $
.\" $NetBSD: we.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@ WD8003S, WD8003E, and WD8013EBT.
.Pp
Other WD/SMC 80x3 interfaces support two types of media on a single card.
All support the AUI media type. The other media is either BNC or UTP
-being a transceiver. Sofware cannot differentiate between BNC and UTP
+being a transceiver. Software cannot differentiate between BNC and UTP
cards. On some models, the AUI port is always active.
.Pp
The SMC Elite Ultra and SMC EtherEZ interfaces support three media on
diff --git a/share/man/man4/wsdisplay.4 b/share/man/man4/wsdisplay.4
index fb40a9918ce..18852157101 100644
--- a/share/man/man4/wsdisplay.4
+++ b/share/man/man4/wsdisplay.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wsdisplay.4,v 1.3 2001/02/12 05:49:39 millert Exp $
+.\" $OpenBSD: wsdisplay.4,v 1.4 2001/03/01 16:11:20 aaron Exp $
.\" $NetBSD: wsdisplay.4,v 1.5 2000/05/13 15:22:19 mycroft Exp $
.\"
.Dd March 20, 1999
@@ -75,7 +75,7 @@ and the
.Dq smg
display drivers provide this ability.)
Screens have different minor device numbers and separate tty instances.
-One screen posesses the
+One screen possesses the
.Dq focus ,
this means it is displayed on the display and its tty device will get
the keyboard input.
@@ -85,7 +85,7 @@ The focus can be switched by either special keyboard input (typically
CTL-ALT-Fn) or an ioctl command issued by a user program.
Screens are set up or deleted through the
.Pa /dev/ttyCcfg
-control decice (preferrably using the
+control decice (preferably using the
.Xr wsconscfg 8
utility).
Alternatively, the compile-time option
diff --git a/share/man/man4/wx.4 b/share/man/man4/wx.4
index b3d1ae29c1c..290556b0270 100644
--- a/share/man/man4/wx.4
+++ b/share/man/man4/wx.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wx.4,v 1.5 2000/11/10 20:02:17 todd Exp $
+.\" $OpenBSD: wx.4,v 1.6 2001/03/01 16:11:20 aaron Exp $
.\"
.\" Copyright (c) 2000
.\" Traakan Software. All rights reserved.
@@ -105,7 +105,7 @@ The device never saw the link to the network established.
The device has stopped responding to the network,
or there is a problem with the network connection (cable).
.It "wx%d: could not re-init device"
-An error occured when trying to reset the device.
+An error occurred when trying to reset the device.
.It "wx%d: could not set up rbufs"
.El
.Sh SEE ALSO
diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4
index 9872ce4b657..c8166dc6ce8 100644
--- a/share/man/man4/xl.4
+++ b/share/man/man4/xl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xl.4,v 1.20 2000/11/10 20:02:17 todd Exp $
+.\" $OpenBSD: xl.4,v 1.21 2001/03/01 16:11:20 aaron Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -152,7 +152,7 @@ the network connection (cable).
.It "xl%d: no memory for rx list"
The driver failed to allocate an mbuf for the receiver ring.
.It "xl%d: no memory for tx list"
-The driver fauled to allocate an mbuf for the transmitter ring when
+The driver failed to allocate an mbuf for the transmitter ring when
allocating a pad buffer or collapsing an mbuf chain into a cluster.
.It "xl%d: command never completed!"
Some commands issued to the 3C90x ASIC take time to complete: the
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index b8cc5bbcca7..7b447bd6b8a 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.24 2001/01/16 07:05:41 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.25 2001/03/01 16:11:21 aaron Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -1075,7 +1075,7 @@ Thus, a port that mentions DESTDIR= does not need any patch to work with fake.
.Sh FLAVORS AND MULTI_PACKAGES
Starting with
.Ox 2.7 ,
-each port can generate several packages through two orthogonal mechanims:
+each port can generate several packages through two orthogonal mechanisms:
FLAVORS and MULTI_PACKAGES.
.Pp
If a port can be compiled with several options, set FLAVORS to the list of
@@ -1154,7 +1154,7 @@ generated from templates in ${PKGDIR}.
.Pp
.Bl -bullet -compact
.It
-If not overriden by the user, determine which set of templates to use,
+If not overridden by the user, determine which set of templates to use,
depending on the current SUBPACKAGE and FLAVOR information.
Set ${PLIST}, ${DESCR}, ${COMMENT}, ${MESSAGE} accordingly.
.It
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5
index 5fac147325f..804371e487a 100644
--- a/share/man/man5/hostname.if.5
+++ b/share/man/man5/hostname.if.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostname.if.5,v 1.24 2001/01/10 22:17:10 jason Exp $
+.\" $OpenBSD: hostname.if.5,v 1.25 2001/03/01 16:11:21 aaron Exp $
.\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -99,7 +99,7 @@ or
.It Va addr
The optional address that belongs to the interface, such as
190.191.192.1 or fe80:2::1 .
-It is also feasable to use a hostname as specified in
+It is also feasible to use a hostname as specified in
.Pa /etc/hosts .
It is recommended that an address be used instead of symbolic information
which might activate
@@ -125,11 +125,11 @@ Optional miscellaneous options to set on the interface, i.e.,
.It Li dest
If the interface needs a destination address set, this is the literal text
.Dq dest .
-As shown in the example, this declaration should start on a seperate line.
+As shown in the example, this declaration should start on a separate line.
.It Va dest_addr
The destination address to be set on the interface, such as
190.191.192.2.
-It is also feasable to use a hostname as specified in
+It is also feasible to use a hostname as specified in
.Pa /etc/hosts .
It is recommended that an address be used instead of symbolic information
which might activate
diff --git a/share/man/man5/passwd.conf.5 b/share/man/man5/passwd.conf.5
index 3104d2524af..c5f83fdc69f 100644
--- a/share/man/man5/passwd.conf.5
+++ b/share/man/man5/passwd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: passwd.conf.5,v 1.11 2000/10/26 00:37:05 aaron Exp $
+.\" $OpenBSD: passwd.conf.5,v 1.12 2001/03/01 16:11:21 aaron Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -62,7 +62,7 @@ and
.Dq blowfish,<rounds> .
For
.Dq newsalt
-the value of rounds is a 24-bit integer with a minmum of 7250 rounds.
+the value of rounds is a 24-bit integer with a minimum of 7250 rounds.
For
.Dq blowfish
the value can be between 4 and 31.
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7
index 27a0ef714be..e6deaddd624 100644
--- a/share/man/man7/mdoc.samples.7
+++ b/share/man/man7/mdoc.samples.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mdoc.samples.7,v 1.28 2001/02/25 07:06:20 aaron Exp $
+.\" $OpenBSD: mdoc.samples.7,v 1.29 2001/03/01 16:11:22 aaron Exp $
.\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -1553,7 +1553,7 @@ The usual font for emphasis is italic.
.\" We are certain the reason most people desire a Harvard MBA
.\" so they can become to be successful philanthropists. Only
.\" mathematicians and physicists go to graduate school strictly
-.\" to acquire infinite wealthy and fame. Its that inifinity
+.\" to acquire infinite wealthy and fame. Its that infinity
.\" word that does it to them. Ruins them.
.\" .Ef
.Pp
@@ -1970,7 +1970,7 @@ The macros required are either
.Ql \&.Fd ,
.Ql \&.Ft
macros).
-The fuction name macro
+The function name macro
.Ql \&.Fn
is required for manual page sections 2 and 3, the command and general
name macro
diff --git a/share/man/man7/mirroring-ports.7 b/share/man/man7/mirroring-ports.7
index 42282672a51..25543ac6c9f 100644
--- a/share/man/man7/mirroring-ports.7
+++ b/share/man/man7/mirroring-ports.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mirroring-ports.7,v 1.4 2000/10/13 04:09:21 aaron Exp $
+.\" $OpenBSD: mirroring-ports.7,v 1.5 2001/03/01 16:11:22 aaron Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -142,7 +142,7 @@ This script creates permanent hardlinks that preserve distfiles against
checksum changes.
.It Verify all checksums
All checksums should be verified from time to time, and maintainers
-notified of persistant discrepancies,
+notified of persistent discrepancies,
.It Check mastersites liveliness
Use a tool such as
.Sq mirror
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 7e856499502..5450f2466b5 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ports.7,v 1.16 2001/02/09 09:42:26 reinhard Exp $
+.\" $OpenBSD: ports.7,v 1.17 2001/03/01 16:11:22 aaron Exp $
.\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $
.\"
.Dd January 25, 1998
@@ -123,7 +123,7 @@ ports.
In case of failure in a subdirectory, the shell fragment held in
.Ev REPORT_PROBLEM
is executed.
-Default behavior is to call exit, but this can be overriden on the command
+Default behavior is to call exit, but this can be overridden on the command
line, e.g., to avoid stopping after each problem.
.Bd -literal -offset indent
make REPORT_PROBLEM=true
@@ -139,7 +139,7 @@ and
Target names starting with _ are private to the ports infrastructure,
should not be invoked directly, and are liable to change without notice.
.Pp
-In the following list, each target will run the preceeding targets
+In the following list, each target will run the preceding targets
in order automatically.
That is,
.Ar build
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index c1c1dee347a..1d6bc0abc54 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.58 2000/11/20 08:00:04 deraadt Exp $
+.\" $OpenBSD: afterboot.8,v 1.59 2001/03/01 16:11:23 aaron Exp $
.Dd October 20, 1997
.Dt AFTERBOOT 8
\!\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu
@@ -771,6 +771,7 @@ boot time in the kernel image.
.Xr crontab 1 ,
.Xr date 1 ,
.Xr df 1 ,
+.Xr domainname 1 ,
.Xr hostname 1 ,
.Xr kerberos 1 ,
.Xr make 1 ,
@@ -789,7 +790,6 @@ boot time in the kernel image.
.Xr krb.conf 5 ,
.Xr krb.realms 5 ,
.Xr passwd 5 ,
-.Xr rbootd 8 ,
.Xr resolv.conf 5 ,
.Xr hostname 7 ,
.Xr packages 7 ,
@@ -801,7 +801,6 @@ boot time in the kernel image.
.Xr config 8 ,
.Xr dhcp 8 ,
.Xr dhcpd 8 ,
-.Xr domainname 1 ,
.Xr ext_srvtab 8 ,
.Xr ifconfig 8 ,
.Xr inetd 8 ,
@@ -809,6 +808,7 @@ boot time in the kernel image.
.Xr mount 8 ,
.Xr named 8 ,
.Xr newaliases 8 ,
+.Xr rbootd 8 ,
.Xr rc 8 ,
.Xr rmt 8 ,
.Xr route 8 ,
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8
index e5278b4d811..b519fc455d6 100644
--- a/share/man/man8/crash.8
+++ b/share/man/man8/crash.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crash.8,v 1.10 2000/12/22 16:54:38 avsm Exp $
+.\" $OpenBSD: crash.8,v 1.11 2001/03/01 16:11:23 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -218,13 +218,13 @@ The following commands understand these options:
.Xr netstat 1 ,
.Xr nfsstat 1 ,
.Xr ps 1 ,
+.Xr systat 1 ,
.Xr w 1 ,
.Xr dmesg 8 ,
.Xr iostat 8 ,
.Xr kgmon 8 ,
.Xr pstat 8 ,
.Xr slstats 8 ,
-.Xr systat 1 ,
.Xr trpt 8 ,
.Xr trsp 8 ,
.Xr vmstat 8
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8
index e60a4a92aeb..9459e67b6ac 100644
--- a/share/man/man8/vpn.8
+++ b/share/man/man8/vpn.8
@@ -1,4 +1,5 @@
-.\" $OpenBSD: vpn.8,v 1.49 2001/01/04 22:43:49 angelos Exp $
+.\" $OpenBSD: vpn.8,v 1.50 2001/03/01 16:11:24 aaron Exp $
+.\"
.\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
diff --git a/share/man/man9/copy.9 b/share/man/man9/copy.9
index 53aa1e0585d..d73e868b889 100644
--- a/share/man/man9/copy.9
+++ b/share/man/man9/copy.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: copy.9,v 1.7 2000/12/22 00:13:34 avsm Exp $
+.\" $OpenBSD: copy.9,v 1.8 2001/03/01 16:11:24 aaron Exp $
.\" $NetBSD: copy.9,v 1.2 1996/01/09 03:23:04 thorpej Exp $
.\"
.\" Copyright (c) 1996 Jason R. Thorpe.
@@ -79,45 +79,49 @@ bytes of data from the kernel-space address
to the user-space address
.Fa uaddr .
.It Fn copystr
-Copies a NULL-terminated string, at most
+Copies a null-terminated string, at most
.Fa len
bytes long, from kernel-space address
.Fa kfaddr
to kernel-space address
.Fa kdaddr .
-The number of bytes actually copied, including the terminating
-NULL, is returned in
+The number of bytes actually copied, including the terminating null,
+is returned in
.Fa *done .
.It Fn copyinstr
-Copies a NULL-terminated string, at most
+Copies a null-terminated string, at most
.Fa len
bytes long, from user-space address
.Fa uaddr
to kernel-space address
.Fa kaddr .
-The number of bytes actually copied, including the terminating
-NULL, is returned in
+The number of bytes actually copied, including the terminating null,
+is returned in
.Fa *done .
.It Fn copyoutstr
-Copies a NULL-terminated string, at most
+Copies a null-terminated string, at most
bytes long, from kernel-space address
.Fa kaddr
to user-space address
.Fa uaddr .
-The number of bytes actually copied, including the terminating
-NULL, is returned in
+The number of bytes actually copied, including the terminating null,
+is returned in
.Fa *done .
.El
.Sh RETURN VALUES
The
.Nm
-functions return 0 on success or EFAULT if a bad address is encountered.
+functions return 0 on success or
+.Er EFAULT
+if a bad address is encountered.
In addition, the
.Fn copystr ,
.Fn copyinstr ,
and
.Fn copyoutstr
-functions return ENAMETOOLONG if the string is longer than
+functions return
+.Er ENAMETOOLONG
+if the string is longer than
.Fa len
bytes.
.Sh SEE ALSO
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 3cff0404152..04d7e6f6753 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: malloc.9,v 1.13 2000/10/12 18:06:00 aaron Exp $
+.\" $OpenBSD: malloc.9,v 1.14 2001/03/01 16:11:25 aaron Exp $
.\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -348,7 +348,7 @@ any type of object.
A kernel compiled with the
.Dv DIAGNOSTIC
configuration option attempts to detect memory corruption caused by
-such things as writing outside the allocated area and imbalanced calls to the
+such things as writing outside the allocated area and unbalanced calls to the
.Fn malloc
and
.Fn free
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9
index cf3060b4b47..af0bedaf3ec 100644
--- a/share/man/man9/pool.9
+++ b/share/man/man9/pool.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pool.9,v 1.5 2000/12/22 00:13:34 avsm Exp $
+.\" $OpenBSD: pool.9,v 1.6 2001/03/01 16:11:25 aaron Exp $
.\" $NetBSD: pool.9,v 1.13 1999/04/03 14:50:21 msaitoh Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@ Specifies the memory address alignment of the items returned by
.Fn pool_get .
This argument must be a power of two.
If zero,
-the alignment defaults to a architecture-specific natural aligment.
+the alignment defaults to a architecture-specific natural alignment.
.It Fa align_offset
The offset within an item to which the
.Fa align
diff --git a/share/man/man9/vm_deallocate.9 b/share/man/man9/vm_deallocate.9
index 53ecac330b3..1ef2a7ac764 100644
--- a/share/man/man9/vm_deallocate.9
+++ b/share/man/man9/vm_deallocate.9
@@ -1,5 +1,4 @@
-.\"
-.\" $OpenBSD: vm_deallocate.9,v 1.3 2000/12/22 00:13:34 avsm Exp $
+.\" $OpenBSD: vm_deallocate.9,v 1.4 2001/03/01 16:11:25 aaron Exp $
.\"
.\" Mach Operating System
.\" Copyright (c) 1991,1990 Carnegie Mellon University
diff --git a/share/man/man9/vm_map_inherit.9 b/share/man/man9/vm_map_inherit.9
index eb697e3d84c..308bcdf184b 100644
--- a/share/man/man9/vm_map_inherit.9
+++ b/share/man/man9/vm_map_inherit.9
@@ -1,5 +1,4 @@
-.\"
-.\" $OpenBSD: vm_map_inherit.9,v 1.4 2000/12/22 00:13:34 avsm Exp $
+.\" $OpenBSD: vm_map_inherit.9,v 1.5 2001/03/01 16:11:26 aaron Exp $
.\"
.\" Mach Operating System
.\" Copyright (c) 1991,1990 Carnegie Mellon University