Module Name: src
Committed By: maxv
Date: Tue Nov 14 09:55:41 UTC 2017
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
Add missing ).
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 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.69 src/sys/arch/i386/stand/boot/boot2.c:1.70
--- src/sys/arch/i386/stand/boot/boot2.c:1.69 Wed Nov 8 18:31:00 2017
+++ src/sys/arch/i386/stand/boot/boot2.c Tue Nov 14 09:55:41 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: boot2.c,v 1.69 2017/11/08 18:31:00 maxv Exp $ */
+/* $NetBSD: boot2.c,v 1.70 2017/11/14 09:55:41 maxv Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -402,7 +402,7 @@ command_help(char *arg)
printf("commands are:\n"
"boot [xdNx:][filename] [-12acdqsvxz]\n"
- " (ex. \"hd0a:netbsd.old -s\"\n"
+ " (ex. \"hd0a:netbsd.old -s\")\n"
"pkboot [xdNx:][filename] [-12acdqsvxz]\n"
#if LIBSA_ENABLE_LS_OP
"ls [path]\n"