Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib Remove duplicate word (the the -> the)



details:   https://anonhg.NetBSD.org/src/rev/172e157ba022
branches:  trunk
changeset: 782448:172e157ba022
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sat Nov 03 07:59:45 2012 +0000

description:
Remove duplicate word (the the -> the)

diffstat:

 distrib/notes/common/main |  4 ++--
 distrib/notes/evbarm/prep |  4 ++--
 distrib/sets/regpkg       |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (65 lines):

diff -r 3e09602d23ec -r 172e157ba022 distrib/notes/common/main
--- a/distrib/notes/common/main Sat Nov 03 05:22:24 2012 +0000
+++ b/distrib/notes/common/main Sat Nov 03 07:59:45 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: main,v 1.492 2012/10/15 18:15:28 palle Exp $
+.\"    $NetBSD: main,v 1.493 2012/11/03 07:59:45 mbalmer Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -651,7 +651,7 @@
 .item)
 .Pp
 Other directories provide unpacked source trees e.g. for distribution via
-the the software update protocol (SUP) or the
+the software update protocol (SUP) or the
 concurrent version system (CVS). For more information see:
 .Lk http://www.NetBSD.org/mirrors/
 .\}
diff -r 3e09602d23ec -r 172e157ba022 distrib/notes/evbarm/prep
--- a/distrib/notes/evbarm/prep Sat Nov 03 05:22:24 2012 +0000
+++ b/distrib/notes/evbarm/prep Sat Nov 03 07:59:45 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prep,v 1.10 2009/04/23 01:56:49 snj Exp $
+.\"    $NetBSD: prep,v 1.11 2012/11/03 07:59:46 mbalmer Exp $
 .\"
 .\" Copyright (c) 2001-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,7 +35,7 @@
 These notes assume that the Ethernet will be used to load the kernel.
 RedBoot can either use TFTP or HTTP to load the kernel via the network.
 .Pp
-These notes also assume the the TS-7200 will be run from the CompactFlash;
+These notes also assume the TS-7200 will be run from the CompactFlash;
 that a FFS filesystem on the CompactFlash card will provide the root file
 system.  The minimum size of the CompactFlash card is 64MB with 512MB being
 the recommended minimum size if attempting a full installation.
diff -r 3e09602d23ec -r 172e157ba022 distrib/sets/regpkg
--- a/distrib/sets/regpkg       Sat Nov 03 05:22:24 2012 +0000
+++ b/distrib/sets/regpkg       Sat Nov 03 07:59:45 2012 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# $NetBSD: regpkg,v 1.19 2009/12/02 15:52:14 apb Exp $
+# $NetBSD: regpkg,v 1.20 2012/11/03 07:59:46 mbalmer Exp $
 #
 # Copyright (c) 2003,2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -628,7 +628,7 @@
        # "@name" line and a lot of "@comment MD5:" lines.
        #
        {
-               rcsid='$NetBSD: regpkg,v 1.19 2009/12/02 15:52:14 apb Exp $'
+               rcsid='$NetBSD: regpkg,v 1.20 2012/11/03 07:59:46 mbalmer Exp $'
                utcdate="$(${ENV_CMD} TZ=UTC LOCALE=C \
                        ${DATE} '+%Y-%m-%d %H:%M')"
                user="${USER:-root}"
@@ -992,7 +992,7 @@
 }
 
 #
-# do_create_syspkg_tgz() creates the the binary pkg (*.tgz) if
+# do_create_syspkg_tgz() creates the binary pkg (*.tgz) if
 # appropriate.
 #
 # If binpkgfile already exists, that might be an error, depending on



Home | Main Index | Thread Index | Old Index