Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/lib The 'vesa' command can take 'list' f...
details: https://anonhg.NetBSD.org/src/rev/c52722b55c7c
branches: trunk
changeset: 787066:c52722b55c7c
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri May 31 15:11:07 2013 +0000
description:
The 'vesa' command can take 'list' flag so mention it in an error message.
diffstat:
sys/arch/i386/stand/lib/vbe.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r e9756c648ab1 -r c52722b55c7c sys/arch/i386/stand/lib/vbe.c
--- a/sys/arch/i386/stand/lib/vbe.c Fri May 31 14:40:48 2013 +0000
+++ b/sys/arch/i386/stand/lib/vbe.c Fri May 31 15:11:07 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vbe.c,v 1.7 2011/02/09 04:37:54 jmcneill Exp $ */
+/* $NetBSD: vbe.c,v 1.8 2013/05/31 15:11:07 tsutsui Exp $ */
/*-
* Copyright (c) 2009 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -414,6 +414,6 @@
return;
}
- printf("invalid flag, must be 'on', 'off', "
+ printf("invalid flag, must be 'on', 'off', 'list', "
"a display mode, or a VBE mode number\n");
}
Home |
Main Index |
Thread Index |
Old Index