s/this this/this/.

This commit is contained in:
simonb 2004-04-23 02:48:12 +00:00
parent 05076bfbb9
commit 04680727b1
5 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: install.sh,v 1.3 2003/07/26 17:06:26 salo Exp $
# $NetBSD: install.sh,v 1.4 2004/04/23 02:48:12 simonb Exp $
#
# Copyright (c) 1997 Perry E. Metzger
# Copyright (c) 1994 Christopher G. Demetriou
@ -65,7 +65,7 @@ echo "manual, the installation notes, and a calculator handy."
echo ""
echo "In particular, you will need to know some reasonably detailed"
echo "information about your disk's geometry, because there is currently"
echo "no way this this program can figure that information out."
echo "no way this program can figure that information out."
echo ""
echo "As with anything which modifies your hard drive's contents, this"
echo "program can cause SIGNIFICANT data loss, and you are advised"

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: install.tmpl,v 1.6 2003/07/26 17:06:35 salo Exp $
# $NetBSD: install.tmpl,v 1.7 2004/04/23 02:48:12 simonb Exp $
#
# Copyright (c) 1997 Perry E. Metzger
# Copyright (c) 1994 Christopher G. Demetriou
@ -61,7 +61,7 @@ echo "manual, the installation notes, and a calculator handy."
echo ""
echo "In particular, you will need to know some reasonably detailed"
echo "information about your disk's geometry, because there is currently"
echo "no way this this program can figure that information out."
echo "no way this program can figure that information out."
echo ""
echo "As with anything which modifies your hard drive's contents, this"
echo "program can cause SIGNIFICANT data loss, and you are advised"

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: install.sh,v 1.9 2003/07/26 17:07:23 salo Exp $
# $NetBSD: install.sh,v 1.10 2004/04/23 02:48:12 simonb Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@ -60,7 +60,7 @@ echo "manual, the installation notes, and a calculator handy."
echo ""
echo "In particular, you will need to know some reasonably detailed"
echo "information about your disk's geometry, because there is currently"
echo "no way this this program can figure that information out."
echo "no way this program can figure that information out."
echo ""
echo "As with anything which modifies your hard drive's contents, this"
echo "program can cause SIGNIFICANT data loss, and you are advised"

View File

@ -1,4 +1,4 @@
/* $NetBSD: hcreate.c,v 1.4 2003/07/26 19:24:53 salo Exp $ */
/* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */
/*
* Copyright (c) 2001 Christopher G. Demetriou
@ -48,7 +48,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: hcreate.c,v 1.4 2003/07/26 19:24:53 salo Exp $");
__RCSID("$NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $");
#endif /* LIBC_SCCS and not lint */
#if !defined(lint)
@ -97,7 +97,7 @@ hcreate(size_t nel)
size_t idx;
unsigned int p2;
/* Make sure this this isn't called when a table already exists. */
/* Make sure this isn't called when a table already exists. */
_DIAGASSERT(htable == NULL);
if (htable != NULL) {
errno = EINVAL;

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_stat.h,v 1.29 2004/03/24 07:55:01 junyoung Exp $ */
/* $NetBSD: uvm_stat.h,v 1.30 2004/04/23 02:48:12 simonb Exp $ */
/*
*
@ -112,7 +112,7 @@ struct uvm_history_ent {
};
struct uvm_history {
const char *name; /* name of this this history */
const char *name; /* name of this history */
size_t namelen; /* length of name, not including null */
LIST_ENTRY(uvm_history) list; /* link on list of all histories */
int n; /* number of entries */