Module Name: src
Committed By: bouyer
Date: Sun Oct 20 12:51:10 UTC 2013
Modified Files:
src/sys/arch/i386/stand/lib [netbsd-6]: vbe.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #957):
sys/arch/i386/stand/lib/vbe.c: revision 1.8
The 'vesa' command can take 'list' flag so mention it in an error message.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.10.1 src/sys/arch/i386/stand/lib/vbe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/lib/vbe.c
diff -u src/sys/arch/i386/stand/lib/vbe.c:1.7 src/sys/arch/i386/stand/lib/vbe.c:1.7.10.1
--- src/sys/arch/i386/stand/lib/vbe.c:1.7 Wed Feb 9 04:37:54 2011
+++ src/sys/arch/i386/stand/lib/vbe.c Sun Oct 20 12:51:10 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: vbe.c,v 1.7 2011/02/09 04:37:54 jmcneill Exp $ */
+/* $NetBSD: vbe.c,v 1.7.10.1 2013/10/20 12:51:10 bouyer Exp $ */
/*-
* Copyright (c) 2009 Jared D. McNeill <[email protected]>
@@ -414,6 +414,6 @@ command_vesa(char *cmd)
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");
}