Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pckbc make confusion of ISO 639 and ISO 3166 less li...



details:   https://anonhg.NetBSD.org/src/rev/f8a5bd99384c
branches:  trunk
changeset: 480669:f8a5bd99384c
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Mon Jan 17 15:51:59 2000 +0000

description:
make confusion of ISO 639 and ISO 3166 less likely

diffstat:

 sys/dev/pckbc/wskbdmap_mfii.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 011453e739b1 -r f8a5bd99384c sys/dev/pckbc/wskbdmap_mfii.c
--- a/sys/dev/pckbc/wskbdmap_mfii.c     Mon Jan 17 15:14:19 2000 +0000
+++ b/sys/dev/pckbc/wskbdmap_mfii.c     Mon Jan 17 15:51:59 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wskbdmap_mfii.c,v 1.11 2000/01/15 17:14:22 aymeric Exp $       */
+/*     $NetBSD: wskbdmap_mfii.c,v 1.12 2000/01/17 15:51:59 hubertf Exp $       */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -322,6 +322,7 @@
     KC(125), KS_backslash,      KS_bar,
 };
 
+/* Swedish keymap */
 static const keysym_t pckbd_keydesc_sv[] = {
 /*  pos      normal            shifted         altgr           shift-altgr */
     KC(12),  KS_plus,          KS_question,    KS_backslash,



Home | Main Index | Thread Index | Old Index