Module Name:    src
Committed By:   tsutsui
Date:           Fri May 31 15:11:07 UTC 2013

Modified Files:
        src/sys/arch/i386/stand/lib: vbe.c

Log Message:
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.8 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.8
--- 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	Fri May 31 15:11:07 2013
@@ -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 <jmcne...@invisible.ca>
@@ -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");
 }

Reply via email to