Remove duplicate word (the the -> the)

This commit is contained in:
mbalmer 2012-11-03 07:59:45 +00:00
parent c7bda8e080
commit 2eb9e5d971
3 changed files with 7 additions and 7 deletions

View File

@ -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 @@ range of operating systems can check the integrity of the release files.
.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/
.\}

View File

@ -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 @@ serial port and the on-chip Ethernet.
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.

View File

@ -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 @@ EOF
# "@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_register_syspkg()
}
#
# 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