diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-03-26 01:40:22 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-03-26 01:40:22 +0000 |
commit | 86c5b3d23ad5624d076e7a6d9da894c3b53c27df (patch) | |
tree | 94fbce08a2d5c2c13b1549b3bd98165de9399253 /distrib/i386 | |
parent | a0eb9fad0f2d097383ec67c1e84fb3858c58c0d2 (diff) |
Start some delayed cleanup and shrinkage. Today: ': ;' -> ':;' in
while statements.
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/common/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md index c0e10a2212b..1316920be3c 100644 --- a/distrib/i386/common/install.md +++ b/distrib/i386/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.24 2004/09/12 21:01:27 deraadt Exp $ +# $OpenBSD: install.md,v 1.25 2005/03/26 01:40:20 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -52,7 +52,7 @@ md_set_term() { ask_yn "Do you wish to select a keyboard encoding table?" [[ $resp == n ]] && return - while : ; do + while :; do ask "Select your keyboard type: (P)C-AT/XT, (U)SB or 'done'" P case $resp in P*|p*) _tables="be br de dk es fr it jp lt no pt ru sf sg sv ua uk us" @@ -70,7 +70,7 @@ md_set_term() { [ -z "$_tables" ] && return - while : ; do + while :; do cat << __EOT The available keyboard encoding tables are: |