diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-08 08:48:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-08 08:48:59 +0000 |
commit | ceb7ba86ddc815e7ff47148127c72bba8a5a5b41 (patch) | |
tree | 67340f8e64eff60a6f484a860102548be8105029 /distrib/i386/floppies | |
parent | e83e97d3d3d1fba57d8fc81476604775318e7e75 (diff) |
for xfree86 prompt, make clear "y" and "n" are the answers
Diffstat (limited to 'distrib/i386/floppies')
-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*) |