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/amd64/common | |
parent | a0eb9fad0f2d097383ec67c1e84fb3858c58c0d2 (diff) |
Start some delayed cleanup and shrinkage. Today: ': ;' -> ':;' in
while statements.
Diffstat (limited to 'distrib/amd64/common')
-rw-r--r-- | distrib/amd64/common/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md index 9329a292b60..aa966b4b014 100644 --- a/distrib/amd64/common/install.md +++ b/distrib/amd64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.2 2004/08/12 23:46:08 krw Exp $ +# $OpenBSD: install.md,v 1.3 2005/03/26 01:40:20 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -51,7 +51,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" @@ -69,7 +69,7 @@ md_set_term() { [ -z "$_tables" ] && return - while : ; do + while :; do cat << __EOT The available keyboard encoding tables are: |