summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-09-12 21:01:27 +0000
committerderaadt <deraadt@openbsd.org>2004-09-12 21:01:27 +0000
commit9eb8074fb342caf9d8f2d5c36eef0e92934ff8d0 (patch)
tree6ed0c39f510d3d8e9baf91d15078b035c268742d
parentReturn the most common data link type instead of the first match for an (diff)
downloadwireguard-openbsd-9eb8074fb342caf9d8f2d5c36eef0e92934ff8d0.tar.xz
wireguard-openbsd-9eb8074fb342caf9d8f2d5c36eef0e92934ff8d0.zip
add br keymap; from miod
-rw-r--r--distrib/i386/common/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md
index 158ee9629bc..c0e10a2212b 100644
--- a/distrib/i386/common/install.md
+++ b/distrib/i386/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.23 2004/06/26 20:10:17 krw Exp $
+# $OpenBSD: install.md,v 1.24 2004/09/12 21:01:27 deraadt Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@ md_set_term() {
case $resp in
P*|p*) _tables="be br de dk es fr it jp lt no pt ru sf sg sv ua uk us"
;;
- U*|u*) _tables="br de dk es fr it jp no sf sg sv uk us"
+ U*|u*) _tables="be br de dk es fr it jp no sf sg sv uk us"
;;
done) ;;
*) echo "'$resp' is not a valid keyboard type."