Module Name: src Committed By: msaitoh Date: Fri Mar 8 08:12:40 UTC 2019
Modified Files: src/lib/libutil: getdiskrawname.3 util.3 src/sys/arch/amd64/amd64: trap.c src/sys/arch/arm/broadcom: bcm53xx_eth.c src/sys/arch/i386/i386: trap.c src/sys/arch/powerpc/booke/dev: pq3etsec.c src/sys/rump/share/man/man3: rumpuser.3 src/sys/sys: queue.h src/sys/uvm/pmap: pmap_segtab.c src/usr.bin/units: units.1 Log Message: s/ the the / the / To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libutil/getdiskrawname.3 cvs rdiff -u -r1.26 -r1.27 src/lib/libutil/util.3 cvs rdiff -u -r1.117 -r1.118 src/sys/arch/amd64/amd64/trap.c cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/broadcom/bcm53xx_eth.c cvs rdiff -u -r1.298 -r1.299 src/sys/arch/i386/i386/trap.c cvs rdiff -u -r1.40 -r1.41 src/sys/arch/powerpc/booke/dev/pq3etsec.c cvs rdiff -u -r1.1 -r1.2 src/sys/rump/share/man/man3/rumpuser.3 cvs rdiff -u -r1.72 -r1.73 src/sys/sys/queue.h cvs rdiff -u -r1.6 -r1.7 src/sys/uvm/pmap/pmap_segtab.c cvs rdiff -u -r1.22 -r1.23 src/usr.bin/units/units.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libutil/getdiskrawname.3 diff -u src/lib/libutil/getdiskrawname.3:1.3 src/lib/libutil/getdiskrawname.3:1.4 --- src/lib/libutil/getdiskrawname.3:1.3 Thu Mar 30 19:23:06 2017 +++ src/lib/libutil/getdiskrawname.3 Fri Mar 8 08:12:39 2019 @@ -1,4 +1,4 @@ -.\" $NetBSD: getdiskrawname.3,v 1.3 2017/03/30 19:23:06 abhinav Exp $ +.\" $NetBSD: getdiskrawname.3,v 1.4 2019/03/08 08:12:39 msaitoh Exp $ .\" .\" Copyright (c) 2012 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -34,7 +34,7 @@ .Sh NAME .Nm getdiskrawname , .Nm getdiskcookedname -.Nd get the the block/character device name for a disk +.Nd get the block/character device name for a disk .Sh LIBRARY .Lb libutil .Sh SYNOPSIS Index: src/lib/libutil/util.3 diff -u src/lib/libutil/util.3:1.26 src/lib/libutil/util.3:1.27 --- src/lib/libutil/util.3:1.26 Thu Mar 30 20:00:21 2017 +++ src/lib/libutil/util.3 Fri Mar 8 08:12:39 2019 @@ -1,4 +1,4 @@ -.\" $NetBSD: util.3,v 1.26 2017/03/30 20:00:21 abhinav Exp $ +.\" $NetBSD: util.3,v 1.27 2019/03/08 08:12:39 msaitoh Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -64,7 +64,7 @@ directory. .It Xr forkpty 3 Ta tty utility function .It Xr getbootfile 3 Ta get the name of the booted kernel file .It Xr getbyteorder 3 Ta get the current byte order -.It Xr getdiskrawname 3 Ta get the the block/character device name for a disk +.It Xr getdiskrawname 3 Ta get the block/character device name for a disk .It Xr getfsspecname 3 Ta get the underlying wedge name from a label .It Xr getfstypename 3 Ta convert a partition file system type integer to a wedge partition type name Index: src/sys/arch/amd64/amd64/trap.c diff -u src/sys/arch/amd64/amd64/trap.c:1.117 src/sys/arch/amd64/amd64/trap.c:1.118 --- src/sys/arch/amd64/amd64/trap.c:1.117 Mon Feb 11 14:59:32 2019 +++ src/sys/arch/amd64/amd64/trap.c Fri Mar 8 08:12:39 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.117 2019/02/11 14:59:32 cherry Exp $ */ +/* $NetBSD: trap.c,v 1.118 2019/03/08 08:12:39 msaitoh Exp $ */ /* * Copyright (c) 1998, 2000, 2017 The NetBSD Foundation, Inc. @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.117 2019/02/11 14:59:32 cherry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.118 2019/03/08 08:12:39 msaitoh Exp $"); #include "opt_ddb.h" #include "opt_kgdb.h" @@ -296,7 +296,7 @@ trap(struct trapframe *frame) * A trap can occur while DTrace executes a probe. Before * executing the probe, DTrace blocks re-scheduling and sets * a flag in its per-cpu flags to indicate that it doesn't - * want to fault. On returning from the the probe, the no-fault + * want to fault. On returning from the probe, the no-fault * flag is cleared and finally re-scheduling is enabled. * * If the DTrace kernel module has registered a trap handler, Index: src/sys/arch/arm/broadcom/bcm53xx_eth.c diff -u src/sys/arch/arm/broadcom/bcm53xx_eth.c:1.33 src/sys/arch/arm/broadcom/bcm53xx_eth.c:1.34 --- src/sys/arch/arm/broadcom/bcm53xx_eth.c:1.33 Sat Dec 22 14:07:53 2018 +++ src/sys/arch/arm/broadcom/bcm53xx_eth.c Fri Mar 8 08:12:39 2019 @@ -35,7 +35,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(1, "$NetBSD: bcm53xx_eth.c,v 1.33 2018/12/22 14:07:53 maxv Exp $"); +__KERNEL_RCSID(1, "$NetBSD: bcm53xx_eth.c,v 1.34 2019/03/08 08:12:39 msaitoh Exp $"); #include <sys/param.h> #include <sys/atomic.h> @@ -1903,7 +1903,7 @@ bcmeth_soft_txintr(struct bcmeth_softc * mutex_enter(sc->sc_lock); /* * Let's do what we came here for. Consume transmitted - * packets off the the transmit ring. + * packets off the transmit ring. */ if (!bcmeth_txq_consume(sc, &sc->sc_txq) || !bcmeth_txq_enqueue(sc, &sc->sc_txq)) { @@ -1939,7 +1939,7 @@ bcmeth_soft_intr(void *arg) || bcmeth_txq_active_p(sc, &sc->sc_txq)) { /* * Let's do what we came here for. Consume transmitted - * packets off the the transmit ring. + * packets off the transmit ring. */ if (!bcmeth_txq_consume(sc, &sc->sc_txq) || !bcmeth_txq_enqueue(sc, &sc->sc_txq)) { Index: src/sys/arch/i386/i386/trap.c diff -u src/sys/arch/i386/i386/trap.c:1.298 src/sys/arch/i386/i386/trap.c:1.299 --- src/sys/arch/i386/i386/trap.c:1.298 Mon Feb 11 14:59:32 2019 +++ src/sys/arch/i386/i386/trap.c Fri Mar 8 08:12:39 2019 @@ -1,5 +1,5 @@ -/* $NetBSD: trap.c,v 1.298 2019/02/11 14:59:32 cherry Exp $ */ +/* $NetBSD: trap.c,v 1.299 2019/03/08 08:12:39 msaitoh Exp $ */ /*- * Copyright (c) 1998, 2000, 2005, 2006, 2007, 2008 The NetBSD Foundation, Inc. @@ -69,7 +69,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.298 2019/02/11 14:59:32 cherry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.299 2019/03/08 08:12:39 msaitoh Exp $"); #include "opt_ddb.h" #include "opt_kgdb.h" @@ -312,7 +312,7 @@ trap(struct trapframe *frame) * A trap can occur while DTrace executes a probe. Before * executing the probe, DTrace blocks re-scheduling and sets * a flag in its per-cpu flags to indicate that it doesn't - * want to fault. On returning from the the probe, the no-fault + * want to fault. On returning from the probe, the no-fault * flag is cleared and finally re-scheduling is enabled. * * If the DTrace kernel module has registered a trap handler, Index: src/sys/arch/powerpc/booke/dev/pq3etsec.c diff -u src/sys/arch/powerpc/booke/dev/pq3etsec.c:1.40 src/sys/arch/powerpc/booke/dev/pq3etsec.c:1.41 --- src/sys/arch/powerpc/booke/dev/pq3etsec.c:1.40 Tue Jan 22 03:42:26 2019 +++ src/sys/arch/powerpc/booke/dev/pq3etsec.c Fri Mar 8 08:12:39 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: pq3etsec.c,v 1.40 2019/01/22 03:42:26 msaitoh Exp $ */ +/* $NetBSD: pq3etsec.c,v 1.41 2019/03/08 08:12:39 msaitoh Exp $ */ /*- * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc. * All rights reserved. @@ -41,7 +41,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pq3etsec.c,v 1.40 2019/01/22 03:42:26 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pq3etsec.c,v 1.41 2019/03/08 08:12:39 msaitoh Exp $"); #include <sys/param.h> #include <sys/cpu.h> @@ -2528,7 +2528,7 @@ pq3etsec_soft_intr(void *arg) || pq3etsec_txq_active_p(sc, &sc->sc_txq)) { /* * Let's do what we came here for. Consume transmitted - * packets off the the transmit ring. + * packets off the transmit ring. */ if (!pq3etsec_txq_consume(sc, &sc->sc_txq) || !pq3etsec_txq_enqueue(sc, &sc->sc_txq)) { Index: src/sys/rump/share/man/man3/rumpuser.3 diff -u src/sys/rump/share/man/man3/rumpuser.3:1.1 src/sys/rump/share/man/man3/rumpuser.3:1.2 --- src/sys/rump/share/man/man3/rumpuser.3:1.1 Sun Nov 9 17:39:38 2014 +++ src/sys/rump/share/man/man3/rumpuser.3 Fri Mar 8 08:12:39 2019 @@ -1,4 +1,4 @@ -.\" $NetBSD: rumpuser.3,v 1.1 2014/11/09 17:39:38 pooka Exp $ +.\" $NetBSD: rumpuser.3,v 1.2 2019/03/08 08:12:39 msaitoh Exp $ .\" .\" Copyright (c) 2013 Antti Kantee. All rights reserved. .\" @@ -758,7 +758,7 @@ mutex, the mutex is acquired first. In the final case the order is implementation-defined. .Sh RETURN VALUES All routines which return an integer return an errno value. -The hypervisor must translate the value to the the native errno +The hypervisor must translate the value to the native errno namespace used by the rump kernel. Routines which do not return an integer may never fail. .Sh SEE ALSO Index: src/sys/sys/queue.h diff -u src/sys/sys/queue.h:1.72 src/sys/sys/queue.h:1.73 --- src/sys/sys/queue.h:1.72 Mon Oct 2 06:37:04 2017 +++ src/sys/sys/queue.h Fri Mar 8 08:12:39 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: queue.h,v 1.72 2017/10/02 06:37:04 pgoyette Exp $ */ +/* $NetBSD: queue.h,v 1.73 2019/03/08 08:12:39 msaitoh Exp $ */ /* * Copyright (c) 1991, 1993 @@ -665,7 +665,7 @@ struct { \ */ /* - * __launder_type(): We use this ugly hack to work around the the compiler + * __launder_type(): We use this ugly hack to work around the compiler * noticing that two types may not alias each other and elide tests in code. * We hit this in the CIRCLEQ macros when comparing 'struct name *' and * 'struct type *' (see CIRCLEQ_HEAD()). Modern compilers (such as GCC Index: src/sys/uvm/pmap/pmap_segtab.c diff -u src/sys/uvm/pmap/pmap_segtab.c:1.6 src/sys/uvm/pmap/pmap_segtab.c:1.7 --- src/sys/uvm/pmap/pmap_segtab.c:1.6 Fri May 12 12:18:37 2017 +++ src/sys/uvm/pmap/pmap_segtab.c Fri Mar 8 08:12:40 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap_segtab.c,v 1.6 2017/05/12 12:18:37 skrll Exp $ */ +/* $NetBSD: pmap_segtab.c,v 1.7 2019/03/08 08:12:40 msaitoh Exp $ */ /*- * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. @@ -67,7 +67,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pmap_segtab.c,v 1.6 2017/05/12 12:18:37 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap_segtab.c,v 1.7 2019/03/08 08:12:40 msaitoh Exp $"); /* * Manages physical address maps. @@ -193,7 +193,7 @@ static void pmap_segtab_free(pmap_segtab_t *stp) { /* - * Insert the the segtab into the segtab freelist. + * Insert the segtab into the segtab freelist. */ mutex_spin_enter(&pmap_segtab_lock); stp->seg_seg[0] = pmap_segtab_info.free_segtab; Index: src/usr.bin/units/units.1 diff -u src/usr.bin/units/units.1:1.22 src/usr.bin/units/units.1:1.23 --- src/usr.bin/units/units.1:1.22 Tue Mar 18 18:20:45 2014 +++ src/usr.bin/units/units.1 Fri Mar 8 08:12:40 2019 @@ -1,4 +1,4 @@ -.\" $NetBSD: units.1,v 1.22 2014/03/18 18:20:45 riastradh Exp $ +.\" $NetBSD: units.1,v 1.23 2019/03/08 08:12:40 msaitoh Exp $ .Dd January 6, 2013 .Dt UNITS 1 .Os @@ -34,7 +34,7 @@ The result may include error messages an With the .Fl l option, unit definitions will be listed in a format -almost identical to the the units data file that was loaded, +almost identical to the units data file that was loaded, except that comments will be removed, spacing may be changed, and lines may be re-ordered. .Pp