s/displyed/displayed/
This commit is contained in:
parent
4344b95d5c
commit
6ab5321285
|
@ -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 loss, and you are advised"
|
|||
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."
|
||||
|
|
|
@ -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 loss, and you are advised"
|
|||
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)"
|
||||
|
|
|
@ -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, 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.
|
||||
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.
|
||||
|
|
|
@ -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, 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.
|
||||
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.
|
||||
|
|
|
@ -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 hard disk's contents, this program can
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue