diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-25 08:51:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-25 08:51:32 +0000 |
commit | 64362950ff97982f4cd8a9ee57620d76038f3b67 (patch) | |
tree | 719b9739322382d958bd2cbc264eac8a4962abea /share | |
parent | 4b5c15322a076129905bf6753139b0b8d4e6f324 (diff) |
double word typos;
all from David Krause - thanks!
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/bge.4 | 4 | ||||
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 6 | ||||
-rw-r--r-- | share/man/man9/lock.9 | 2 | ||||
-rw-r--r-- | share/man/man9/style.9 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4 index 793ab3fee92..4b625fb12b7 100644 --- a/share/man/man4/bge.4 +++ b/share/man/man4/bge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bge.4,v 1.10 2002/11/26 22:28:20 nate Exp $ +.\" $OpenBSD: bge.4,v 1.11 2003/02/25 08:51:31 jmc Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. @@ -74,7 +74,7 @@ copper cable, except for the SysKonnect SK-9D41 which supports only It has two R4000 CPU cores and is PCI v2.2 and PCI-X v1.0 compliant. It supports .\"IP, TCP -.\"and UDP checksum checksum offload for both receive and transmit, +.\"and UDP checksum offload for both receive and transmit, multiple RX and TX DMA rings for QoS applications, rules-based receive filtering, and VLAN tag stripping/insertion as well as a 256-bit multicast hash filter. diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 607a14bcbee..549fcce8de9 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.38 2003/01/15 15:05:35 deraadt Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.39 2003/02/25 08:51:31 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -2621,7 +2621,7 @@ by the process to pages not loaded in core. .It UID numerical user ID of process owner .It PPID -numerical ID of parent of process process priority +numerical ID of parent of process priority (non-positive when in non-interruptible wait) .El .Pp @@ -2638,7 +2638,7 @@ The raw text: \&.It UID \&numerical user ID of process owner \&.It PPID -\&numerical ID of parent of process process priority +\&numerical ID of parent of process priority \&(non-positive when in non-interruptible wait) \&.El .Ed diff --git a/share/man/man9/lock.9 b/share/man/man9/lock.9 index 3f70763c65b..22fc3c1d9df 100644 --- a/share/man/man9/lock.9 +++ b/share/man/man9/lock.9 @@ -83,7 +83,7 @@ implemented with machine-dependent locking primitives. Simplelocks are usually used only by the high-level lock manager and to protect short, critical sections of code. Simplelocks are the only -locks that can be be used inside an interrupt handler. +locks that can be used inside an interrupt handler. For a simplelock to be used in an interrupt handler, care must be taken to disable the interrupt, acquire the lock, do any processing, release the simplelock and re-enable the interrupt. diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 85c4dbeb9a2..f9c44597f36 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.29 2003/01/21 08:12:41 hugh Exp $ +.\" $OpenBSD: style.9,v 1.30 2003/02/25 08:51:31 jmc Exp $ .\" .Dd June 18, 2001 .Dt STYLE 9 @@ -458,7 +458,7 @@ in a program, the .Fl W or .Fl Wall -flag should be used to verify that that compiler does not generate +flag should be used to verify that the compiler does not generate warnings such as .Bd -literal -offset 0i warning: variable `foo' might be clobbered by `longjmp' or `vfork'. |