Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/stand/boot Add a missing newline in help me...
details: https://anonhg.NetBSD.org/src/rev/8fefc410a061
branches: trunk
changeset: 819294:8fefc410a061
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Nov 25 17:37:04 2016 +0000
description:
Add a missing newline in help message.
diffstat:
sys/arch/luna68k/stand/boot/parse.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9f2df584fe25 -r 8fefc410a061 sys/arch/luna68k/stand/boot/parse.c
--- a/sys/arch/luna68k/stand/boot/parse.c Fri Nov 25 15:37:19 2016 +0000
+++ b/sys/arch/luna68k/stand/boot/parse.c Fri Nov 25 17:37:04 2016 +0000
@@ -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 @@
"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"
Home |
Main Index |
Thread Index |
Old Index