diff options
author | 1999-09-25 22:21:03 +0000 | |
---|---|---|
committer | 1999-09-25 22:21:03 +0000 | |
commit | b79e21be2faccb52377a18cbe6f950d55d669bef (patch) | |
tree | cb2539de42f9214df0388492053c7471b2dac0c9 | |
parent | Watch a few more files in /etc. Arguably it might eventually be better just (diff) | |
download | wireguard-openbsd-b79e21be2faccb52377a18cbe6f950d55d669bef.tar.xz wireguard-openbsd-b79e21be2faccb52377a18cbe6f950d55d669bef.zip |
spacing
-rw-r--r-- | distrib/i386/floppies/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/common/install.md b/distrib/i386/floppies/common/install.md index 4f57c4e954c..10508847c96 100644 --- a/distrib/i386/floppies/common/install.md +++ b/distrib/i386/floppies/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.5 1999/09/23 21:33:44 aaron Exp $ +# $OpenBSD: install.md,v 1.6 1999/09/25 22:21:03 deraadt Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -76,7 +76,7 @@ md_get_partition_range() { md_questions() { echo - echo -n "Do you expect to run the X Window System? [n]" + echo -n "Do you expect to run the X Window System? [n] " getresp "n" case "$resp" in y*|Y*) |