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 Bring the help command output from boot ...
details: https://anonhg.NetBSD.org/src/rev/49584fc2d307
branches: trunk
changeset: 758523:49584fc2d307
user: jym <jym%NetBSD.org@localhost>
date: Sat Nov 06 23:07:46 2010 +0000
description:
Bring the help command output from boot and pxeboot on par with their
code.
diffstat:
sys/arch/i386/stand/boot/boot2.c | 6 +++---
sys/arch/i386/stand/pxeboot/main.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (41 lines):
diff -r 2dc3479166bf -r 49584fc2d307 sys/arch/i386/stand/boot/boot2.c
--- a/sys/arch/i386/stand/boot/boot2.c Sat Nov 06 22:06:10 2010 +0000
+++ b/sys/arch/i386/stand/boot/boot2.c Sat Nov 06 23:07:46 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot2.c,v 1.48 2010/02/08 21:25:32 hubertf Exp $ */
+/* $NetBSD: boot2.c,v 1.49 2010/11/06 23:07:46 jym Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -386,8 +386,8 @@
"ls [path]\n"
"dev xd[N[x]]:\n"
"consdev {pc|com[0123]|com[0123]kbd|auto}\n"
- "vesa {enabled|disabled|list|modenum}\n"
- "modules {enabled|disabled}\n"
+ "vesa {modenum|on|off|enabled|disabled|list}\n"
+ "modules {on|off|enabled|disabled}\n"
"load {path_to_module}\n"
"multiboot [xdNx:][filename] [<args>]\n"
"help|?\n"
diff -r 2dc3479166bf -r 49584fc2d307 sys/arch/i386/stand/pxeboot/main.c
--- a/sys/arch/i386/stand/pxeboot/main.c Sat Nov 06 22:06:10 2010 +0000
+++ b/sys/arch/i386/stand/pxeboot/main.c Sat Nov 06 23:07:46 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.25 2010/04/06 21:18:59 tnn Exp $ */
+/* $NetBSD: main.c,v 1.26 2010/11/06 23:07:46 jym Exp $ */
/*
* Copyright (c) 1996
@@ -194,9 +194,9 @@
"boot [filename] [-adsqv]\n"
" (ex. \"netbsd.old -s\"\n"
"consdev {pc|com[0123]|com[0123]kbd|auto}\n"
- "vesa {enabled|disabled|list|modenum}\n"
+ "vesa {modenum|on|off|enabled|disabled|list}\n"
"multiboot [filename] [<args>]\n"
- "modules {enabled|disabled}\n"
+ "modules {on|off|enabled|disabled}\n"
"load {path_to_module}\n"
"help|?\n"
"quit\n");
Home |
Main Index |
Thread Index |
Old Index