summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2002-12-08 20:53:14 +0000
committerkrw <krw@openbsd.org>2002-12-08 20:53:14 +0000
commit71a3b84bb03f3ca0c4b0a47280480dc4a2e0fd65 (patch)
treefa3633ad6b81ed0c70abef1128ae9167e2e44859
parenttypo; gustavo (diff)
downloadwireguard-openbsd-71a3b84bb03f3ca0c4b0a47280480dc4a2e0fd65.tar.xz
wireguard-openbsd-71a3b84bb03f3ca0c4b0a47280480dc4a2e0fd65.zip
Add 'br' (Brazil) to displayed list of keyboard encoding tables.
From Pedro Bastos.
-rw-r--r--distrib/i386/common/install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md
index 9502c79f342..2d4b7b6fbc9 100644
--- a/distrib/i386/common/install.md
+++ b/distrib/i386/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.14 2002/11/07 01:28:52 krw Exp $
+# $OpenBSD: install.md,v 1.15 2002/12/08 20:53:14 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -59,9 +59,9 @@ md_set_term() {
while : ; do
ask "Select your keyboard type: (P)C-AT/XT, (U)SB or 'done'" P
case $resp in
- P*|p*) _tables="be de dk es fr it jp lt no pt ru sf sg sv ua uk us"
+ P*|p*) _tables="be br de dk es fr it jp lt no pt ru sf sg sv ua uk us"
;;
- U*|u*) _tables="de dk es fr it jp no sf sg sv uk us"
+ U*|u*) _tables="br de dk es fr it jp no sf sg sv uk us"
;;
done) ;;
*) echo "'$resp' is not a valid keyboard type."