summaryrefslogtreecommitdiff
path: root/sys/boot/common/boot.c
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1999-05-30 10:45:03 +0000
committerDoug Rabson <dfr@FreeBSD.org>1999-05-30 10:45:03 +0000
commit75aeebed719ec153ab5a200e23a41a2cb71da8da (patch)
tree750e35c89144d0048a949b2660492ab5d6be5d4f /sys/boot/common/boot.c
parent20b62c5ac974cf09adb0f9337e0e6104405b9aa5 (diff)
Notes
Diffstat (limited to 'sys/boot/common/boot.c')
-rw-r--r--sys/boot/common/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/boot.c b/sys/boot/common/boot.c
index e8a7fc88ade9..dc62abe250f0 100644
--- a/sys/boot/common/boot.c
+++ b/sys/boot/common/boot.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: boot.c,v 1.10 1998/11/02 16:55:57 msmith Exp $
+ * $Id: boot.c,v 1.11 1999/05/28 08:01:52 brian Exp $
*/
/*
@@ -61,7 +61,7 @@ command_boot(int argc, char *argv[])
/* XXX maybe we should discard everything and start again? */
if (mod_findmodule(NULL, NULL) != NULL) {
- sprintf(command_errbuf, "can't boot '%s', kernel module already loaded", argv[0]);
+ sprintf(command_errbuf, "can't boot '%s', kernel module already loaded", argv[1]);
return(CMD_ERROR);
}