Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wscons Correct a comment



details:   https://anonhg.NetBSD.org/src/rev/6e1158f01e0c
branches:  trunk
changeset: 483817:6e1158f01e0c
user:      tsarna <tsarna%NetBSD.org@localhost>
date:      Sun Mar 19 06:24:52 2000 +0000

description:
Correct a comment

diffstat:

 sys/dev/wscons/wsksymdef.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b2800a74d99b -r 6e1158f01e0c sys/dev/wscons/wsksymdef.h
--- a/sys/dev/wscons/wsksymdef.h        Sun Mar 19 06:07:05 2000 +0000
+++ b/sys/dev/wscons/wsksymdef.h        Sun Mar 19 06:24:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wsksymdef.h,v 1.28 2000/03/05 08:57:13 soren Exp $ */
+/*     $NetBSD: wsksymdef.h,v 1.29 2000/03/19 06:24:52 tsarna Exp $ */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -473,7 +473,7 @@
 #define KB_NODEAD              0x0001
 #define KB_DECLK               0x0002  /* DEC LKnnn layout */
 #define KB_LK401               0x0004  /* DEC LK401 instead LK201 */
-#define KB_SWAPCTRLCAPS                0x0008  /* Swap Control-L and Caps-Lock */
+#define KB_SWAPCTRLCAPS                0x0008  /* Swap Control and Caps-Lock */
 #define KB_DVORAK              0x0010  /* Dvorak layout */
 #define KB_METAESC             0x0020  /* generate ESC prefix on ALT-key */
 



Home | Main Index | Thread Index | Old Index