Module Name:    src
Committed By:   msaitoh
Date:           Fri Mar  8 08:35:59 UTC 2019

Modified Files:
        src/lib/libc/db/man: mpool.3
        src/sys/arch/mips/atheros/dev: if_ae.c
        src/sys/dev/scsipi: scsi_changer.h ses.c
        src/tests/fs/nfs: t_rquotad.sh

Log Message:
 s/ are are / are /
 s/ a a / a /


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/db/man/mpool.3
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/mips/atheros/dev/if_ae.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/scsipi/scsi_changer.h
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/scsipi/ses.c
cvs rdiff -u -r1.5 -r1.6 src/tests/fs/nfs/t_rquotad.sh

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

Modified files:

Index: src/lib/libc/db/man/mpool.3
diff -u src/lib/libc/db/man/mpool.3:1.10 src/lib/libc/db/man/mpool.3:1.11
--- src/lib/libc/db/man/mpool.3:1.10	Thu Dec 16 11:49:35 2010
+++ src/lib/libc/db/man/mpool.3	Fri Mar  8 08:35:58 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mpool.3,v 1.10 2010/12/16 11:49:35 jruoho Exp $
+.\"	$NetBSD: mpool.3,v 1.11 2019/03/08 08:35:58 msaitoh Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -116,7 +116,7 @@ If the
 .Fa pgout
 function is specified, it is called each time a buffer is written into
 the backing file.
-Both functions are are called with the
+Both functions are called with the
 .Fa pgcookie
 pointer, the page number and a pointer to the page to being read or
 written.

Index: src/sys/arch/mips/atheros/dev/if_ae.c
diff -u src/sys/arch/mips/atheros/dev/if_ae.c:1.32 src/sys/arch/mips/atheros/dev/if_ae.c:1.33
--- src/sys/arch/mips/atheros/dev/if_ae.c:1.32	Tue Jan 22 03:42:25 2019
+++ src/sys/arch/mips/atheros/dev/if_ae.c	Fri Mar  8 08:35:58 2019
@@ -1,4 +1,4 @@
-/* $Id: if_ae.c,v 1.32 2019/01/22 03:42:25 msaitoh Exp $ */
+/* $Id: if_ae.c,v 1.33 2019/03/08 08:35:58 msaitoh Exp $ */
 /*-
  * Copyright (c) 2006 Urbana-Champaign Independent Media Center.
  * Copyright (c) 2006 Garrett D'Amore.
@@ -91,14 +91,14 @@
  *    for TCP/IP.  (Aligning IP headers on a word.)
  *
  * 2) There is stuff in original tulip to shut down the device when reacting
- *    to a a change in link status.  Is that needed.
+ *    to a change in link status.  Is that needed.
  *
  * 3) Test with variety of 10/100 HDX/FDX scenarios.
  *
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ae.c,v 1.32 2019/01/22 03:42:25 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ae.c,v 1.33 2019/03/08 08:35:58 msaitoh Exp $");
 
 
 #include <sys/param.h>

Index: src/sys/dev/scsipi/scsi_changer.h
diff -u src/sys/dev/scsipi/scsi_changer.h:1.20 src/sys/dev/scsipi/scsi_changer.h:1.21
--- src/sys/dev/scsipi/scsi_changer.h:1.20	Sun Dec 11 12:23:50 2005
+++ src/sys/dev/scsipi/scsi_changer.h	Fri Mar  8 08:35:58 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: scsi_changer.h,v 1.20 2005/12/11 12:23:50 christos Exp $	*/
+/*	$NetBSD: scsi_changer.h,v 1.21 2019/03/08 08:35:58 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1996, 1999 Jason R. Thorpe <thor...@and.com>
@@ -368,7 +368,7 @@ struct page_device_capabilities {
  * Some of these fields can be a little confusing, so an explanation
  * is in order.
  *
- * Each component within a a medium changer apparatus is called an
+ * Each component within a medium changer apparatus is called an
  * "element".
  *
  * The "medium transport element address" is the address of the first

Index: src/sys/dev/scsipi/ses.c
diff -u src/sys/dev/scsipi/ses.c:1.50 src/sys/dev/scsipi/ses.c:1.51
--- src/sys/dev/scsipi/ses.c:1.50	Sun Nov 20 15:37:19 2016
+++ src/sys/dev/scsipi/ses.c	Fri Mar  8 08:35:58 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: ses.c,v 1.50 2016/11/20 15:37:19 mlelstv Exp $ */
+/*	$NetBSD: ses.c,v 1.51 2019/03/08 08:35:58 msaitoh Exp $ */
 /*
  * Copyright (C) 2000 National Aeronautics & Space Administration
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ses.c,v 1.50 2016/11/20 15:37:19 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ses.c,v 1.51 2019/03/08 08:35:58 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_scsi.h"
@@ -552,7 +552,7 @@ ses_log(struct ses_softc *ssc, const cha
 /*
  * Is this a device that supports enclosure services?
  *
- * It's a a pretty simple ruleset- if it is device type 0x0D (13), it's
+ * It's a pretty simple ruleset- if it is device type 0x0D (13), it's
  * an SES device. If it happens to be an old UNISYS SEN device, we can
  * handle that too.
  */

Index: src/tests/fs/nfs/t_rquotad.sh
diff -u src/tests/fs/nfs/t_rquotad.sh:1.5 src/tests/fs/nfs/t_rquotad.sh:1.6
--- src/tests/fs/nfs/t_rquotad.sh:1.5	Wed Aug 10 23:25:39 2016
+++ src/tests/fs/nfs/t_rquotad.sh	Fri Mar  8 08:35:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: t_rquotad.sh,v 1.5 2016/08/10 23:25:39 kre Exp $ 
+# $NetBSD: t_rquotad.sh,v 1.6 2019/03/08 08:35:58 msaitoh Exp $ 
 #
 #  Copyright (c) 2011 Manuel Bouyer
 #  All rights reserved.
@@ -54,7 +54,7 @@ get_nfs_quota()
 		;;
 	esac
 
-#start a a nfs server
+#start a nfs server
 
 	atf_check -s exit:0 rump_server -lrumpvfs -lrumpdev -lrumpnet   \
 	    -lrumpnet_net -lrumpnet_netinet -lrumpnet_netinet6          \

Reply via email to