diff options
| author | simonb <simonb@NetBSD.org> | 2004-04-23 02:58:27 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2004-04-23 02:58:27 +0000 |
| commit | 9bc855a9318a0a67f86e978bdd66366e2786b5ef (patch) | |
| tree | 5ad22dd973d299d05210905342892ed44925baa8 /share | |
| parent | ba5d7d507ca5f52f1ee68ed0c1a8527c58d07c9d (diff) | |
s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/papers/pulldown/1.t | 4 | ||||
| -rw-r--r-- | share/man/man9/bus_dma.9 | 4 | ||||
| -rw-r--r-- | share/man/man9/kthread.9 | 4 | ||||
| -rw-r--r-- | share/man/man9/pmap.9 | 4 | ||||
| -rw-r--r-- | share/man/man9/rssadapt.9 | 5 | ||||
| -rw-r--r-- | share/man/man9/vnodeops.9 | 4 |
6 files changed, 12 insertions, 13 deletions
diff --git a/share/doc/papers/pulldown/1.t b/share/doc/papers/pulldown/1.t index d5e09791bdb..75612d05563 100644 --- a/share/doc/papers/pulldown/1.t +++ b/share/doc/papers/pulldown/1.t @@ -1,4 +1,4 @@ -.\" $Id: 1.t,v 1.1 2001/07/04 05:29:25 itojun Exp $ +.\" $Id: 1.t,v 1.2 2004/04/23 02:58:27 simonb Exp $ .\" .\".ds RH 4.4BSD incompatibility with IPv6/IPsec packet processing .NH 1 @@ -52,7 +52,7 @@ bytes in the packet are placed in the continuous memory region. After a call to .I m_pullup, -the caller can safely access the the first +the caller can safely access the first .I len bytes of the packet, assuming that they are continuous. The caller can, for example, safely use pointer variables into diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 594c1f0416e..23320dcc487 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: bus_dma.9,v 1.30 2003/06/30 12:10:40 wiz Exp $ +.\" $NetBSD: bus_dma.9,v 1.31 2004/04/23 02:58:27 simonb Exp $ .\" .\" Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -447,7 +447,7 @@ for more information on this subject. .Pp On platforms which implement a weak memory access ordering model, .Fn bus_dmamap_sync -will always cause the the appropriate memory barriers to be issued. +will always cause the appropriate memory barriers to be issued. .Pp This function exists to ensure that the host and the device have a consistent view of a range of DMA memory, before and after diff --git a/share/man/man9/kthread.9 b/share/man/man9/kthread.9 index db6911120d5..9b8d1397150 100644 --- a/share/man/man9/kthread.9 +++ b/share/man/man9/kthread.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: kthread.9,v 1.11 2003/04/16 13:35:30 wiz Exp $ +.\" $NetBSD: kthread.9,v 1.12 2004/04/23 02:58:27 simonb Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -62,7 +62,7 @@ The VM space and limits are shared with proc0 (usually swapper). .It Fn kthread_create1 "void (*func)(void *)" "void *arg" "struct proc **newpp" "const char *fmt" "..." Fork a kernel thread. .Fa newpp -is a pointer the the new proc structure for the kernel thread. +is a pointer the new proc structure for the kernel thread. The function .Fa func is called with arguments diff --git a/share/man/man9/pmap.9 b/share/man/man9/pmap.9 index bf93e4225f7..af98d398172 100644 --- a/share/man/man9/pmap.9 +++ b/share/man/man9/pmap.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: pmap.9,v 1.25 2004/01/20 10:40:03 pooka Exp $ +.\" $NetBSD: pmap.9,v 1.26 2004/04/23 02:58:27 simonb Exp $ .\" .\" Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -721,7 +721,7 @@ In this case, the call may be deleted using a C pre-processor macro in .It void Fn "pmap_activate" "struct lwp *l" Activate the physical map used by the process behind lwp .Fa l . -This is called by the virtual memory system when the the +This is called by the virtual memory system when the virtual memory context for a process is changed, and is also often used by machine-dependent context switch code to program the memory management hardware with the process's page table diff --git a/share/man/man9/rssadapt.9 b/share/man/man9/rssadapt.9 index 8ef3d574510..d9e888a5ad8 100644 --- a/share/man/man9/rssadapt.9 +++ b/share/man/man9/rssadapt.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: rssadapt.9,v 1.1 2004/03/29 04:14:04 dyoung Exp $ +.\" $NetBSD: rssadapt.9,v 1.2 2004/04/23 02:58:28 simonb Exp $ .\" .\" Copyright (c) 2004 David Young. All rights reserved. .\" @@ -218,8 +218,7 @@ The table is indexed by packet size, .Va L , and a data rate, .Va R , -to find out the the minimum exponential-average RSS that a node -must show before +to find out the minimum exponential-average RSS that a node must show before .Nm will indicate that a packet .Va L diff --git a/share/man/man9/vnodeops.9 b/share/man/man9/vnodeops.9 index a272e9d31ae..f617b72dd06 100644 --- a/share/man/man9/vnodeops.9 +++ b/share/man/man9/vnodeops.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: vnodeops.9,v 1.28 2004/01/25 18:06:48 hannken Exp $ +.\" $NetBSD: vnodeops.9,v 1.29 2004/04/23 02:58:27 simonb Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -861,7 +861,7 @@ is the locked node of the directory to create the new link and is the vnode of the file to be linked. The argument .Fa cnp -is the pathname component of the the new link. +is the pathname component of the new link. If the operation is successful zero is returned, otherwise an error code is returned. The directory vnode |
