diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-02 05:17:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-02 05:17:39 +0000 |
commit | 48c92a60511e2b6b4ae5e970e2201c038825267f (patch) | |
tree | 6e3633e1816da1ab9a8ca0afd15785b3cc60df9a /distrib/i386 | |
parent | 4f1c72606e5731d8453dae9a512b1eaeaeb16f51 (diff) |
Fix "no closing quote" problem.
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 8 |
1 files changed, 4 insertions, 4 deletions
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 |