Module Name: src
Committed By: mbalmer
Date: Sun Nov 22 18:40:27 UTC 2009
Modified Files:
src/common/dist/zlib/contrib/asm586: README.586
src/lib/libpuffs: puffs_framebuf.3
src/libexec/httpd: bozohttpd.8
src/sbin/init: init.c
src/share/man/man4: wapbl.4
src/share/man/man9: mutex.9 rwlock.9
src/sys/altq: altq_cbq.c
src/sys/sys: sleepq.h
src/usr.sbin/makefs/cd9660: cd9660_write.c
Log Message:
s/the the/the/
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/common/dist/zlib/contrib/asm586/README.586
cvs rdiff -u -r1.26 -r1.27 src/lib/libpuffs/puffs_framebuf.3
cvs rdiff -u -r1.15 -r1.16 src/libexec/httpd/bozohttpd.8
cvs rdiff -u -r1.98 -r1.99 src/sbin/init/init.c
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/wapbl.4
cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/mutex.9
cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/rwlock.9
cvs rdiff -u -r1.25 -r1.26 src/sys/altq/altq_cbq.c
cvs rdiff -u -r1.17 -r1.18 src/sys/sys/sleepq.h
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/makefs/cd9660/cd9660_write.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/dist/zlib/contrib/asm586/README.586
diff -u src/common/dist/zlib/contrib/asm586/README.586:1.1.1.1 src/common/dist/zlib/contrib/asm586/README.586:1.2
--- src/common/dist/zlib/contrib/asm586/README.586:1.1.1.1 Sat Jan 14 20:10:46 2006
+++ src/common/dist/zlib/contrib/asm586/README.586 Sun Nov 22 18:40:26 2009
@@ -5,7 +5,7 @@
README.586
match.S
-The effectiveness of these modifications is a bit marginal, as the the
+The effectiveness of these modifications is a bit marginal, as the
program's bottleneck seems to be mostly L1-cache contention, for which
there is no real way to work around without rewriting the basic
algorithm. The speedup on average is around 5-10% (which is generally
Index: src/lib/libpuffs/puffs_framebuf.3
diff -u src/lib/libpuffs/puffs_framebuf.3:1.26 src/lib/libpuffs/puffs_framebuf.3:1.27
--- src/lib/libpuffs/puffs_framebuf.3:1.26 Fri Feb 20 14:26:56 2009
+++ src/lib/libpuffs/puffs_framebuf.3 Sun Nov 22 18:40:26 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: puffs_framebuf.3,v 1.26 2009/02/20 14:26:56 pooka Exp $
+.\" $NetBSD: puffs_framebuf.3,v 1.27 2009/11/22 18:40:26 mbalmer Exp $
.\"
.\" Copyright (c) 2007 Antti Kantee. All rights reserved.
.\"
@@ -210,7 +210,7 @@
.It rfb
Read a frame from the file descriptor onto the specified buffer.
.It wfb
-Write a frame from the the specified buffer into the file descriptor.
+Write a frame from the specified buffer into the file descriptor.
.It cmpfb
Identify if a buffer is the response to the specified buffer.
.It gotfb
Index: src/libexec/httpd/bozohttpd.8
diff -u src/libexec/httpd/bozohttpd.8:1.15 src/libexec/httpd/bozohttpd.8:1.16
--- src/libexec/httpd/bozohttpd.8:1.15 Sat May 23 20:26:18 2009
+++ src/libexec/httpd/bozohttpd.8 Sun Nov 22 18:40:26 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: bozohttpd.8,v 1.15 2009/05/23 20:26:18 wiz Exp $
+.\" $NetBSD: bozohttpd.8,v 1.16 2009/11/22 18:40:26 mbalmer Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.91 2009/05/23 00:55:22 mrg Exp $
.\"
@@ -224,7 +224,7 @@
This option enables the transformation of Uniform Resource Locators of
the form
.Em /~user/
-into the the directory
+into the directory
.Pa ~user/public_html
(but see the
.Fl p
Index: src/sbin/init/init.c
diff -u src/sbin/init/init.c:1.98 src/sbin/init/init.c:1.99
--- src/sbin/init/init.c:1.98 Sun Apr 12 09:31:32 2009
+++ src/sbin/init/init.c Sun Nov 22 18:40:26 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: init.c,v 1.98 2009/04/12 09:31:32 apb Exp $ */
+/* $NetBSD: init.c,v 1.99 2009/11/22 18:40:26 mbalmer Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)init.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: init.c,v 1.98 2009/04/12 09:31:32 apb Exp $");
+__RCSID("$NetBSD: init.c,v 1.99 2009/11/22 18:40:26 mbalmer Exp $");
#endif
#endif /* not lint */
@@ -1138,7 +1138,7 @@
make_utmpx("", BOOT_MSG, BOOT_TIME, 0, &boot_time, 0);
/*
- * If wtmpx is not empty, pick the the down time from there
+ * If wtmpx is not empty, pick the down time from there
*/
if (stat(_PATH_WTMPX, &st) != -1 && st.st_size != 0) {
struct timeval down_time;
Index: src/share/man/man4/wapbl.4
diff -u src/share/man/man4/wapbl.4:1.10 src/share/man/man4/wapbl.4:1.11
--- src/share/man/man4/wapbl.4:1.10 Sun Nov 22 00:02:56 2009
+++ src/share/man/man4/wapbl.4 Sun Nov 22 18:40:26 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: wapbl.4,v 1.10 2009/11/22 00:02:56 christos Exp $
+.\" $NetBSD: wapbl.4,v 1.11 2009/11/22 18:40:26 mbalmer Exp $
.\"
.\" Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -64,7 +64,7 @@
will be based on 1MB of journal per 1GB of file system, to a maximum
journal size of 64MB.
.Pp
-If there is adequate space between the end of the the file system and
+If there is adequate space between the end of the file system and
the end of the partition, then unless the journal size has been
specified with
.Xr tunefs 8
Index: src/share/man/man9/mutex.9
diff -u src/share/man/man9/mutex.9:1.19 src/share/man/man9/mutex.9:1.20
--- src/share/man/man9/mutex.9:1.19 Mon May 18 14:02:51 2009
+++ src/share/man/man9/mutex.9 Sun Nov 22 18:40:26 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: mutex.9,v 1.19 2009/05/18 14:02:51 wiz Exp $
+.\" $NetBSD: mutex.9,v 1.20 2009/11/22 18:40:26 mbalmer Exp $
.\"
.\" Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 23, 2009
+.Dd November 22, 2009
.Dt MUTEX 9
.Os
.Sh NAME
@@ -208,7 +208,7 @@
already held.
.Pp
.Fn mutex_tryenter
-can be used as an optimization when acquiring locks in the the wrong order.
+can be used as an optimization when acquiring locks in the wrong order.
For example, in a setting where the convention is that
.Dv first_lock
must be acquired before
Index: src/share/man/man9/rwlock.9
diff -u src/share/man/man9/rwlock.9:1.13 src/share/man/man9/rwlock.9:1.14
--- src/share/man/man9/rwlock.9:1.13 Mon Mar 23 22:22:40 2009
+++ src/share/man/man9/rwlock.9 Sun Nov 22 18:40:26 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: rwlock.9,v 1.13 2009/03/23 22:22:40 wiz Exp $
+.\" $NetBSD: rwlock.9,v 1.14 2009/11/22 18:40:26 mbalmer Exp $
.\"
.\" Copyright (c) 2006, 2007, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 23, 2009
+.Dd November 22, 2009
.Dt RWLOCK 9
.Os
.Sh NAME
@@ -96,7 +96,7 @@
This should be treated as an opaque object and not examined directly by
consumers.
.Pp
-Note that the these interfaces must not be used from a hardware
+Note that these interfaces must not be used from a hardware
interrupt handler.
.Sh OPTIONS AND MACROS
.Bl -tag -width abcd
Index: src/sys/altq/altq_cbq.c
diff -u src/sys/altq/altq_cbq.c:1.25 src/sys/altq/altq_cbq.c:1.26
--- src/sys/altq/altq_cbq.c:1.25 Wed Jun 18 09:06:27 2008
+++ src/sys/altq/altq_cbq.c Sun Nov 22 18:40:26 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: altq_cbq.c,v 1.25 2008/06/18 09:06:27 yamt Exp $ */
+/* $NetBSD: altq_cbq.c,v 1.26 2009/11/22 18:40:26 mbalmer Exp $ */
/* $KAME: altq_cbq.c,v 1.21 2005/04/13 03:44:24 suz Exp $ */
/*
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: altq_cbq.c,v 1.25 2008/06/18 09:06:27 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: altq_cbq.c,v 1.26 2009/11/22 18:40:26 mbalmer Exp $");
#ifdef _KERNEL_OPT
#include "opt_altq.h"
@@ -696,7 +696,7 @@
*
* This function create a new traffic class in the CBQ class hierarchy of
* given paramters. The class that created is either the root, default,
- * or a new dynamic class. If CBQ is not initilaized, the the root class
+ * or a new dynamic class. If CBQ is not initilaized, the root class
* will be created.
*/
static int
Index: src/sys/sys/sleepq.h
diff -u src/sys/sys/sleepq.h:1.17 src/sys/sys/sleepq.h:1.18
--- src/sys/sys/sleepq.h:1.17 Wed Oct 21 21:12:07 2009
+++ src/sys/sys/sleepq.h Sun Nov 22 18:40:26 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: sleepq.h,v 1.17 2009/10/21 21:12:07 rmind Exp $ */
+/* $NetBSD: sleepq.h,v 1.18 2009/11/22 18:40:26 mbalmer Exp $ */
/*-
* Copyright (c) 2002, 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -89,7 +89,7 @@
}
/*
- * Find the correct sleep queue for the the specified wait channel. This
+ * Find the correct sleep queue for the specified wait channel. This
* acquires and holds the per-queue interlock.
*/
static inline sleepq_t *
Index: src/usr.sbin/makefs/cd9660/cd9660_write.c
diff -u src/usr.sbin/makefs/cd9660/cd9660_write.c:1.10 src/usr.sbin/makefs/cd9660/cd9660_write.c:1.11
--- src/usr.sbin/makefs/cd9660/cd9660_write.c:1.10 Sat Jan 10 22:06:29 2009
+++ src/usr.sbin/makefs/cd9660/cd9660_write.c Sun Nov 22 18:40:27 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: cd9660_write.c,v 1.10 2009/01/10 22:06:29 bjh21 Exp $ */
+/* $NetBSD: cd9660_write.c,v 1.11 2009/11/22 18:40:27 mbalmer Exp $ */
/*
* Copyright (c) 2005 Daniel Watt, Walter Deignan, Ryan Gabrys, Alan
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: cd9660_write.c,v 1.10 2009/01/10 22:06:29 bjh21 Exp $");
+__RCSID("$NetBSD: cd9660_write.c,v 1.11 2009/11/22 18:40:27 mbalmer Exp $");
#endif /* !__lint */
static int cd9660_write_volume_descriptors(FILE *);
@@ -502,7 +502,7 @@
}
/*
- * If we had to go the the continuation area, head back to
+ * If we had to go the continuation area, head back to
* where we should be.
*/
if (in_ca)