diff options
author | 1998-06-08 08:48:58 +0000 | |
---|---|---|
committer | 1998-06-08 08:48:58 +0000 | |
commit | e5d6d5ce8fa1465b1f3339c14bc17364093afc31 (patch) | |
tree | fed283cb641edca17a8a84ec339b408b69234b67 | |
parent | typo (diff) | |
download | wireguard-openbsd-e5d6d5ce8fa1465b1f3339c14bc17364093afc31.tar.xz wireguard-openbsd-e5d6d5ce8fa1465b1f3339c14bc17364093afc31.zip |
for xfree86 prompt, make clear "y" and "n" are the answers
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index 883dc67c78f..ff293b5a2b0 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.35 1998/04/15 16:10:34 deraadt Exp $ +# $OpenBSD: install.md,v 1.36 1998/06/08 08:48:58 deraadt Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -87,7 +87,7 @@ md_installboot() { /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot ${1} echo - echo -n "Do you expect to run any accelerated X servers on this machine? [n] " + echo -n "Do you expect to run accelerated X servers on this machine? [y or n] " getresp "n" case "$resp" in y*|Y*) |