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/boot Add missing ).



details:   https://anonhg.NetBSD.org/src/rev/39822ea587de
branches:  trunk
changeset: 357533:39822ea587de
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Nov 14 09:55:41 2017 +0000

description:
Add missing ).

diffstat:

 sys/arch/i386/stand/boot/boot2.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ad8dcebd6c26 -r 39822ea587de sys/arch/i386/stand/boot/boot2.c
--- a/sys/arch/i386/stand/boot/boot2.c  Tue Nov 14 09:04:16 2017 +0000
+++ b/sys/arch/i386/stand/boot/boot2.c  Tue Nov 14 09:55:41 2017 +0000
@@ -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 @@
 
        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"



Home | Main Index | Thread Index | Old Index