Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/wsconsctl Fix typo; pointed out by Gregory McGarry. :-)
details: https://anonhg.NetBSD.org/src/rev/e3b1c664715a
branches: trunk
changeset: 518693:e3b1c664715a
user: ad <ad%NetBSD.org@localhost>
date: Tue Dec 04 09:56:31 2001 +0000
description:
Fix typo; pointed out by Gregory McGarry. :-)
diffstat:
sbin/wsconsctl/util.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 6b69260847fe -r e3b1c664715a sbin/wsconsctl/util.c
--- a/sbin/wsconsctl/util.c Tue Dec 04 09:44:19 2001 +0000
+++ b/sbin/wsconsctl/util.c Tue Dec 04 09:56:31 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: util.c,v 1.10 2001/12/04 04:31:56 gmcgarry Exp $ */
+/* $NetBSD: util.c,v 1.11 2001/12/04 09:56:31 ad Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -95,9 +95,9 @@
{ WSDISPLAY_TYPE_SFBP, "dec-sfb+" },
{ WSDISPLAY_TYPE_PCIMISC, "generic-pci" },
{ WSDISPLAY_TYPE_NEXTMONO, "next-mono" },
- { WSDISPLAY_TYPE_PX, "dex-px" },
- { WSDISPLAY_TYPE_PXG, "dex-pxg" },
- { WSDISPLAY_TYPE_TX, "dex-tx" },
+ { WSDISPLAY_TYPE_PX, "dec-px" },
+ { WSDISPLAY_TYPE_PXG, "dec-pxg" },
+ { WSDISPLAY_TYPE_TX, "dec-tx" },
{ WSDISPLAY_TYPE_HPCFB, "generic-hpc" },
{ WSDISPLAY_TYPE_VIDC, "arm-vidc" },
{ WSDISPLAY_TYPE_SPX, "dec-spx" },
Home |
Main Index |
Thread Index |
Old Index