Module Name:    src
Committed By:   andvar
Date:           Sun Mar 26 15:08:24 UTC 2023

Modified Files:
        src/distrib/alpha/instkernel/ramdisk: install.sh upgrade.sh
        src/distrib/hp300/miniroot: install.md
        src/distrib/mac68k/miniroot: install.md
        src/distrib/mvme68k/miniroot: install.md

Log Message:
s/displyed/displayed/


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/alpha/instkernel/ramdisk/install.sh
cvs rdiff -u -r1.4 -r1.5 src/distrib/alpha/instkernel/ramdisk/upgrade.sh
cvs rdiff -u -r1.20 -r1.21 src/distrib/hp300/miniroot/install.md
cvs rdiff -u -r1.8 -r1.9 src/distrib/mac68k/miniroot/install.md
cvs rdiff -u -r1.10 -r1.11 src/distrib/mvme68k/miniroot/install.md

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

Modified files:

Index: src/distrib/alpha/instkernel/ramdisk/install.sh
diff -u src/distrib/alpha/instkernel/ramdisk/install.sh:1.7 src/distrib/alpha/instkernel/ramdisk/install.sh:1.8
--- src/distrib/alpha/instkernel/ramdisk/install.sh:1.7	Tue Sep 29 02:49:55 2020
+++ src/distrib/alpha/instkernel/ramdisk/install.sh	Sun Mar 26 15:08:24 2023
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: install.sh,v 1.7 2020/09/29 02:49:55 msaitoh Exp $
+# $NetBSD: install.sh,v 1.8 2023/03/26 15:08:24 andvar Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -72,7 +72,7 @@ echo	"program can cause SIGNIFICANT data
 echo	"to make sure your hard drive is backed up before beginning the"
 echo	"installation process."
 echo	""
-echo	"Default answers are displyed in brackets after the questions."
+echo	"Default answers are displayed in brackets after the questions."
 echo	"You can hit Control-C at any time to quit, but if you do so at a"
 echo	"prompt, you may have to hit return.  Also, quitting in the middle of"
 echo	"installation may leave your system in an inconsistent state."

Index: src/distrib/alpha/instkernel/ramdisk/upgrade.sh
diff -u src/distrib/alpha/instkernel/ramdisk/upgrade.sh:1.4 src/distrib/alpha/instkernel/ramdisk/upgrade.sh:1.5
--- src/distrib/alpha/instkernel/ramdisk/upgrade.sh:1.4	Mon Aug  9 19:24:32 2021
+++ src/distrib/alpha/instkernel/ramdisk/upgrade.sh	Sun Mar 26 15:08:24 2023
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: upgrade.sh,v 1.4 2021/08/09 19:24:32 andvar Exp $
+# $NetBSD: upgrade.sh,v 1.5 2023/03/26 15:08:24 andvar Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -69,7 +69,7 @@ echo	"program can cause SIGNIFICANT data
 echo	"to make sure your hard drive is backed up before beginning the"
 echo	"upgrade process."
 echo	""
-echo	"Default answers are displyed in brackets after the questions."
+echo	"Default answers are displayed in brackets after the questions."
 echo	"You can hit Control-C at any time to quit, but if you do so at a"
 echo	"prompt, you may have to hit return.  Also, quitting in the middle of"
 echo	"the upgrade may leave your system in an inconsistent (and unusable)"

Index: src/distrib/hp300/miniroot/install.md
diff -u src/distrib/hp300/miniroot/install.md:1.20 src/distrib/hp300/miniroot/install.md:1.21
--- src/distrib/hp300/miniroot/install.md:1.20	Sat Dec  5 18:52:06 2020
+++ src/distrib/hp300/miniroot/install.md	Sun Mar 26 15:08:24 2023
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#	$NetBSD: install.md,v 1.20 2020/12/05 18:52:06 tsutsui Exp $
+#	$NetBSD: install.md,v 1.21 2023/03/26 15:08:24 andvar Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -497,7 +497,7 @@ program can cause SIGNIFICANT data loss,
 to make sure your hard drive is backed up before beginning the
 installation process.
 
-Default answers are displyed in brackets after the questions.
+Default answers are displayed in brackets after the questions.
 You can hit Control-C at any time to quit, but if you do so at a
 prompt, you may have to hit return.  Also, quitting in the middle of
 installation may leave your system in an inconsistent state.

Index: src/distrib/mac68k/miniroot/install.md
diff -u src/distrib/mac68k/miniroot/install.md:1.8 src/distrib/mac68k/miniroot/install.md:1.9
--- src/distrib/mac68k/miniroot/install.md:1.8	Sat Dec  5 18:52:06 2020
+++ src/distrib/mac68k/miniroot/install.md	Sun Mar 26 15:08:24 2023
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#	$NetBSD: install.md,v 1.8 2020/12/05 18:52:06 tsutsui Exp $
+#	$NetBSD: install.md,v 1.9 2023/03/26 15:08:24 andvar Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -149,7 +149,7 @@ program can cause SIGNIFICANT data loss,
 to make sure your hard drive is backed up before beginning the
 installation process.
 
-Default answers are displyed in brackets after the questions.
+Default answers are displayed in brackets after the questions.
 You can hit Control-C at any time to quit, but if you do so at a
 prompt, you may have to hit return.  Also, quitting in the middle of
 installation may leave your system in an inconsistent state.

Index: src/distrib/mvme68k/miniroot/install.md
diff -u src/distrib/mvme68k/miniroot/install.md:1.10 src/distrib/mvme68k/miniroot/install.md:1.11
--- src/distrib/mvme68k/miniroot/install.md:1.10	Sat Dec  5 18:52:06 2020
+++ src/distrib/mvme68k/miniroot/install.md	Sun Mar 26 15:08:24 2023
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#	$NetBSD: install.md,v 1.10 2020/12/05 18:52:06 tsutsui Exp $
+#	$NetBSD: install.md,v 1.11 2023/03/26 15:08:24 andvar Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -194,7 +194,7 @@ As with anything which modifies your har
 cause SIGNIFICANT data loss, and you are advised to make sure your hard drive
 is backed up before beginning the installation process.
 
-Default answers are displyed in brackets after the questions. You can hit
+Default answers are displayed in brackets after the questions. You can hit
 Control-C at any time to quit, but if you do so at a prompt, you may have to
 hit return.  Also, quitting in the middle of installation may leave your
 system in an inconsistent state.

Reply via email to