Module Name: src
Committed By: khorben
Date: Thu Jun 11 15:56:53 UTC 2015
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
Also document the "splash" command in boot(8)
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/i386/stand/boot/boot2.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/boot/boot2.c
diff -u src/sys/arch/i386/stand/boot/boot2.c:1.64 src/sys/arch/i386/stand/boot/boot2.c:1.65
--- src/sys/arch/i386/stand/boot/boot2.c:1.64 Fri Jan 16 03:45:53 2015
+++ src/sys/arch/i386/stand/boot/boot2.c Thu Jun 11 15:56:53 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: boot2.c,v 1.64 2015/01/16 03:45:53 christos Exp $ */
+/* $NetBSD: boot2.c,v 1.65 2015/06/11 15:56:53 khorben Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -413,6 +413,7 @@ command_help(char *arg)
"modules {on|off|enabled|disabled}\n"
"load {path_to_module}\n"
"multiboot [xdNx:][filename] [<args>]\n"
+ "splash {path_to_image_file}\n"
"userconf {command}\n"
"rndseed {path_to_rndseed_file}\n"
"help|?\n"