diff options
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 8 | ||||
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 8 | ||||
-rw-r--r-- | distrib/sparc/install.md | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index 6e518d5dddf..96ec8a14e25 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.29 1999/04/01 22:10:14 millert Exp $ +# $OpenBSD: install.md,v 1.30 1999/04/02 05:17:38 millert Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -171,9 +171,9 @@ Welcome to the OpenBSD/alpha ${VERSION_MAJOR}.${VERSION_MINOR} upgrade program. This program is designed to help you upgrade your OpenBSD system in a simple and rational way. -As a reminder, installing the `etc' binary set is NOT recommended. +As a reminder, installing the 'etc' binary set is NOT recommended. Once the rest of your system has been upgraded, you should manually -merge any changes to files in the `etc' set into those files which +merge any changes to files in the 'etc' set into those files which already exist on your system. __EOT @@ -197,7 +197,7 @@ __EOT md_not_going_to_install() { cat << __EOT -OK, then. Enter `halt' at the prompt to halt the machine. Once the +OK, then. Enter 'halt' at the prompt to halt the machine. Once the machine has halted, power-cycle the system to load new boot code. __EOT diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index 07303568399..32d12282417 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.46 1999/04/02 00:56:20 millert Exp $ +# $OpenBSD: install.md,v 1.47 1999/04/02 05:17:38 millert Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -229,9 +229,9 @@ __EOT Welcome to the OpenBSD/i386 ${VERSION_MAJOR}.${VERSION_MINOR} upgrade program. This program is designed to help you upgrade your OpenBSD system in a simple -and rational way. As a reminder, installing the `etc' binary set is NOT +and rational way. As a reminder, installing the 'etc' binary set is NOT recommended. Once the rest of your system has been upgraded, you should -manually merge any changes to files in the `etc' set into those files which +manually merge any changes to files in the 'etc' set into those files which already exist on your system. __EOT @@ -256,7 +256,7 @@ __EOT md_not_going_to_install() { cat << __EOT -OK, then. Enter `halt' at the prompt to halt the machine. Once the machine +OK, then. Enter 'halt' at the prompt to halt the machine. Once the machine has halted, power-cycle the system to load new boot code. __EOT diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index 0bf2cb90333..c04fafc2f5f 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.26 1999/04/02 01:08:16 millert Exp $ +# $OpenBSD: install.md,v 1.27 1999/04/02 05:17:37 millert Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -226,9 +226,9 @@ echo Welcome to the OpenBSD/sparc ${VERSION} upgrade program. This program is designed to help you upgrade your OpenBSD system in a simple and rational way. -As a reminder, installing the `etc' binary set is NOT recommended. +As a reminder, installing the 'etc' binary set is NOT recommended. Once the rest of your system has been upgraded, you should manually -merge any changes to files in the `etc' set into those files which +merge any changes to files in the 'etc' set into those files which already exist on your system. __EOT @@ -252,7 +252,7 @@ __EOT md_not_going_to_install() { cat << __EOT -OK, then. Enter `halt' at the prompt to halt the machine. Once the +OK, then. Enter 'halt' at the prompt to halt the machine. Once the machine has halted, power-cycle the system to load new boot code. __EOT |