Module Name:    src
Committed By:   msaitoh
Date:           Wed Aug 19 02:19:08 UTC 2020

Modified Files:
        src/games/fortune/datfiles: fortunes fortunes2
        src/share/doc/papers/fsinterface: fsinterface.ms
        src/share/doc/papers/newvm: 1.t
        src/share/man/man9: condvar.9
        src/sys/arch/acorn32/doc: history
        src/sys/arch/hppa/hppa: trap.c
        src/sys/arch/ia64/stand/common: boot.c
        src/sys/dev/ic: isp_tpublic.h
        src/sys/dev/usb: usbdi.c
        src/usr.sbin/sysinst: main.c

Log Message:
s/ be be / be /


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/games/fortune/datfiles/fortunes
cvs rdiff -u -r1.63 -r1.64 src/games/fortune/datfiles/fortunes2
cvs rdiff -u -r1.4 -r1.5 src/share/doc/papers/fsinterface/fsinterface.ms
cvs rdiff -u -r1.3 -r1.4 src/share/doc/papers/newvm/1.t
cvs rdiff -u -r1.28 -r1.29 src/share/man/man9/condvar.9
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/acorn32/doc/history
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/hppa/hppa/trap.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/stand/common/boot.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ic/isp_tpublic.h
cvs rdiff -u -r1.203 -r1.204 src/sys/dev/usb/usbdi.c
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/sysinst/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/fortune/datfiles/fortunes
diff -u src/games/fortune/datfiles/fortunes:1.91 src/games/fortune/datfiles/fortunes:1.92
--- src/games/fortune/datfiles/fortunes:1.91	Mon Jun 15 12:57:51 2020
+++ src/games/fortune/datfiles/fortunes	Wed Aug 19 02:19:06 2020
@@ -6918,7 +6918,7 @@ shopping center in the world?
 %
 If you throw a New Year's Party, the worst thing that you can do would
 be to throw the kind of party where your guests wake up today, and call
-you to say they had a nice time.  Now you'll be be expected to throw
+you to say they had a nice time.  Now you'll be expected to throw
 another party next year.
 
 What you should do is throw the kind of party where your guest wake up

Index: src/games/fortune/datfiles/fortunes2
diff -u src/games/fortune/datfiles/fortunes2:1.63 src/games/fortune/datfiles/fortunes2:1.64
--- src/games/fortune/datfiles/fortunes2:1.63	Sat Aug 25 19:38:37 2018
+++ src/games/fortune/datfiles/fortunes2	Wed Aug 19 02:19:06 2020
@@ -25089,7 +25089,7 @@ lack sufficient imagination.
 %
 If you throw a New Year's Party, the worst thing that you can do would be
 to throw the kind of party where your guests wake up today, and call you to
-say they had a nice time.  Now you'll be be expected to throw another party
+say they had a nice time.  Now you'll be expected to throw another party
 next year.
 	What you should do is throw the kind of party where your guest wake
 	up several days from now and call their lawyers to find out if

Index: src/share/doc/papers/fsinterface/fsinterface.ms
diff -u src/share/doc/papers/fsinterface/fsinterface.ms:1.4 src/share/doc/papers/fsinterface/fsinterface.ms:1.5
--- src/share/doc/papers/fsinterface/fsinterface.ms:1.4	Thu Aug  7 10:30:42 2003
+++ src/share/doc/papers/fsinterface/fsinterface.ms	Wed Aug 19 02:19:07 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsinterface.ms,v 1.4 2003/08/07 10:30:42 agc Exp $
+.\"	$NetBSD: fsinterface.ms,v 1.5 2020/08/19 02:19:07 msaitoh Exp $
 .\"
 .\" Copyright (c) 1986 The Regents of the University of California.
 .\" All rights reserved.
@@ -576,7 +576,7 @@ and they may be accessed using short off
 .PP
 The proposed filesystem interface is described very tersely here.
 For the most part, data structures and procedures are analogous
-to those used by VFS, and only the changes will be be treated here.
+to those used by VFS, and only the changes will be treated here.
 See [Kleiman86] for complete descriptions of the vfs and vnode operations
 in Sun's interface.
 .PP

Index: src/share/doc/papers/newvm/1.t
diff -u src/share/doc/papers/newvm/1.t:1.3 src/share/doc/papers/newvm/1.t:1.4
--- src/share/doc/papers/newvm/1.t:1.3	Thu Aug  7 10:30:44 2003
+++ src/share/doc/papers/newvm/1.t	Wed Aug 19 02:19:07 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: 1.t,v 1.3 2003/08/07 10:30:44 agc Exp $
+.\"	$NetBSD: 1.t,v 1.4 2020/08/19 02:19:07 msaitoh Exp $
 .\"
 .\" Copyright (c) 1986 The Regents of the University of California.
 .\" All rights reserved.
@@ -154,7 +154,7 @@ be governed by the amount of physical me
 .PP
 Another effect of the current technology is that the latency and overhead
 associated with accessing the file system is considerably higher
-since the access must be be over the network
+since the access must be over the network
 rather than to a locally-attached disk.
 One use of the surplus memory would be to
 maintain a cache of recently used files;

Index: src/share/man/man9/condvar.9
diff -u src/share/man/man9/condvar.9:1.28 src/share/man/man9/condvar.9:1.29
--- src/share/man/man9/condvar.9:1.28	Mon May 11 03:59:33 2020
+++ src/share/man/man9/condvar.9	Wed Aug 19 02:19:07 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: condvar.9,v 1.28 2020/05/11 03:59:33 riastradh Exp $
+.\"	$NetBSD: condvar.9,v 1.29 2020/08/19 02:19:07 msaitoh Exp $
 .\"
 .\" Copyright (c) 2006, 2007, 2008, 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -118,7 +118,7 @@ to display.
 Release resources used by a CV.
 If there could be waiters, they should be awoken first with
 .Fn cv_broadcast .
-The CV must not be be used afterwards.
+The CV must not be used afterwards.
 .It Fn cv_wait "cv" "mtx"
 .Pp
 Cause the current LWP to wait non-interruptably for access to a resource,

Index: src/sys/arch/acorn32/doc/history
diff -u src/sys/arch/acorn32/doc/history:1.5 src/sys/arch/acorn32/doc/history:1.6
--- src/sys/arch/acorn32/doc/history:1.5	Thu Jun 30 20:09:17 2011
+++ src/sys/arch/acorn32/doc/history	Wed Aug 19 02:19:07 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: history,v 1.5 2011/06/30 20:09:17 wiz Exp $
+#	$NetBSD: history,v 1.6 2020/08/19 02:19:07 msaitoh Exp $
 ---------------------------------------------------------------------------
 This document is more included as a historical reference and nostalgia :)
 rather than a still worked on list.
@@ -351,7 +351,7 @@ rather than a still worked on list.
 	- new function arm_fpe_copycontext created
 	- fixed the use of FP instructions in sfas.c
 	- fixed errors in the softint code
-	- netns support can be be compiled in the kernel
+	- netns support can be compiled in the kernel
 	- fixed warnings in fpe-sp/fpe.c and mainbus/cpu.c
 
 10/01/96

Index: src/sys/arch/hppa/hppa/trap.c
diff -u src/sys/arch/hppa/hppa/trap.c:1.115 src/sys/arch/hppa/hppa/trap.c:1.116
--- src/sys/arch/hppa/hppa/trap.c:1.115	Sat Apr 25 08:02:39 2020
+++ src/sys/arch/hppa/hppa/trap.c	Wed Aug 19 02:19:07 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: trap.c,v 1.115 2020/04/25 08:02:39 skrll Exp $	*/
+/*	$NetBSD: trap.c,v 1.116 2020/08/19 02:19:07 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.115 2020/04/25 08:02:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.116 2020/08/19 02:19:07 msaitoh Exp $");
 
 /* #define INTRDEBUG */
 /* #define TRAPDEBUG */
@@ -441,7 +441,7 @@ do {							\
 
 		/*
 		 * Don't check the instruction queues or stack on interrupts
-		 * as we could be be in the sti code (outside normal kernel
+		 * as we could be in the sti code (outside normal kernel
 		 * text) or switching LWPs (curlwp and sp are not in sync)
 		 */
 		if ((type & ~T_USER) == T_INTERRUPT)

Index: src/sys/arch/ia64/stand/common/boot.c
diff -u src/sys/arch/ia64/stand/common/boot.c:1.8 src/sys/arch/ia64/stand/common/boot.c:1.9
--- src/sys/arch/ia64/stand/common/boot.c:1.8	Mon May 30 02:32:19 2016
+++ src/sys/arch/ia64/stand/common/boot.c	Wed Aug 19 02:19:07 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: boot.c,v 1.8 2016/05/30 02:32:19 dholland Exp $	*/
+/*	$NetBSD: boot.c,v 1.9 2020/08/19 02:19:07 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1998 Michael Smith <msm...@freebsd.org>
@@ -278,7 +278,7 @@ getbootfile(int try) 
 
 /*
  * Try to find the /etc/fstab file on the filesystem (rootdev),
- * which should be be the root filesystem, and parse it to find 
+ * which should be the root filesystem, and parse it to find 
  * out what the kernel ought to think the root filesystem is.
  *
  * If we're successful, set vfs.root.mountfrom to <vfstype>:<path>

Index: src/sys/dev/ic/isp_tpublic.h
diff -u src/sys/dev/ic/isp_tpublic.h:1.19 src/sys/dev/ic/isp_tpublic.h:1.20
--- src/sys/dev/ic/isp_tpublic.h:1.19	Sun Jan  3 02:47:09 2010
+++ src/sys/dev/ic/isp_tpublic.h	Wed Aug 19 02:19:07 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_tpublic.h,v 1.19 2010/01/03 02:47:09 mjacob Exp $ */
+/* $NetBSD: isp_tpublic.h,v 1.20 2020/08/19 02:19:07 msaitoh Exp $ */
 /*-
  *  Copyright (c) 1997-2008 by Matthew Jacob
  *  All rights reserved.
@@ -359,12 +359,12 @@ struct tmd_cmd {
  * Inner Layer Handler Function.
  *
  * The inner layer target handler function (the outer layer calls this)
- * should be be prototyped like so:
+ * should be prototyped like so:
  *
  *    void target_action(qact_e, void *arg)
  *
  * The outer layer target handler function (the inner layer calls this)
- * should be be prototyped like:
+ * should be prototyped like:
  *
  *    void scsi_target_handler(tact_e, void *arg)
  */

Index: src/sys/dev/usb/usbdi.c
diff -u src/sys/dev/usb/usbdi.c:1.203 src/sys/dev/usb/usbdi.c:1.204
--- src/sys/dev/usb/usbdi.c:1.203	Mon Jul 13 05:43:38 2020
+++ src/sys/dev/usb/usbdi.c	Wed Aug 19 02:19:07 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: usbdi.c,v 1.203 2020/07/13 05:43:38 mrg Exp $	*/
+/*	$NetBSD: usbdi.c,v 1.204 2020/08/19 02:19:07 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1998, 2012, 2015 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.203 2020/07/13 05:43:38 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.204 2020/08/19 02:19:07 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -1788,7 +1788,7 @@ usbd_xfer_cancel_timeout_async(struct us
 		 * is therefore no longer set -- the next resubmission
 		 * of the xfer must schedule a new timeout.
 		 *
-		 * The callout should not be be pending at this point:
+		 * The callout should not be pending at this point:
 		 * it is scheduled only under the lock, and only when
 		 * xfer->ux_timeout_set is false, or by the callout or
 		 * task itself when xfer->ux_timeout_reset is true.

Index: src/usr.sbin/sysinst/main.c
diff -u src/usr.sbin/sysinst/main.c:1.25 src/usr.sbin/sysinst/main.c:1.26
--- src/usr.sbin/sysinst/main.c:1.25	Tue May 12 17:26:43 2020
+++ src/usr.sbin/sysinst/main.c	Wed Aug 19 02:19:07 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.25 2020/05/12 17:26:43 martin Exp $	*/
+/*	$NetBSD: main.c,v 1.26 2020/08/19 02:19:07 msaitoh Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -510,7 +510,7 @@ ttysighandler(int signo)
 	 * This functionality is used when setting up and displaying child
 	 * output so that the child gets the signal and presumably dies,
 	 * but sysinst continues.  We use this rather than actually ignoring
-	 * the signals, because that will be be passed on to a child
+	 * the signals, because that will be passed on to a child
 	 * through fork/exec, whereas special handlers get reset on exec..
 	 */
 	if (ttysig_ignore)

Reply via email to