Module Name:    src
Committed By:   tsutsui
Date:           Fri Nov 25 17:37:04 UTC 2016

Modified Files:
        src/sys/arch/luna68k/stand/boot: parse.c

Log Message:
Add a missing newline in help message.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/luna68k/stand/boot/parse.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/luna68k/stand/boot/parse.c
diff -u src/sys/arch/luna68k/stand/boot/parse.c:1.7 src/sys/arch/luna68k/stand/boot/parse.c:1.8
--- src/sys/arch/luna68k/stand/boot/parse.c:1.7	Sat Feb 14 13:06:28 2015
+++ src/sys/arch/luna68k/stand/boot/parse.c	Fri Nov 25 17:37:04 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: parse.c,v 1.7 2015/02/14 13:06:28 tsutsui Exp $	*/
+/*	$NetBSD: parse.c,v 1.8 2016/11/25 17:37:04 tsutsui Exp $	*/
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -103,7 +103,7 @@ static const char helpmsg[] =
 	"commands are:\n"
 	"boot [device(unit,part)filename] [-ads]\n"
 	" (ex. \"boot sd(6,0)netbsd\", \"boot le()netbsd.old\" etc.)\n"
-	"  Note unit number for SCSI device is (ctlr) * 10 + (id)."
+	"  Note unit number for SCSI device is (ctlr) * 10 + (id).\n"
 	"ls [device(unit, part)[path]]\n"
 	" (ex. \"ls sd(0,0)/bin\")\n"
 	"help\n"

Reply via email to