diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-25 22:21:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-25 22:21:04 +0000 |
commit | 7d4be2778b06c9247dfe2f11ca4eb544248fbe4b (patch) | |
tree | 6b35dd8b1ef02503db861c9603d49588c27bc2fd /distrib/i386/floppies | |
parent | 5ade46830baeba5d9b4a48ed92fcb638e3122b3e (diff) |
spacing
Diffstat (limited to 'distrib/i386/floppies')
-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*) |