Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Fix typo in usage. From Christopher M. Fuhrman in PR 49882.



details:   https://anonhg.NetBSD.org/src/rev/54d49d3d54e5
branches:  trunk
changeset: 337985:54d49d3d54e5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed May 06 17:31:49 2015 +0000

description:
Fix typo in usage. From Christopher M. Fuhrman in PR 49882.

diffstat:

 build.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 93961f6672dc -r 54d49d3d54e5 build.sh
--- a/build.sh  Wed May 06 15:57:07 2015 +0000
+++ b/build.sh  Wed May 06 17:31:49 2015 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.306 2015/02/01 18:49:25 christos Exp $
+#      $NetBSD: build.sh,v 1.307 2015/05/06 17:31:49 wiz Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1045,7 +1045,7 @@
                         RELEASEDIR/RELEASEMACHINEDIR/installation/liveimage.
     install-image       Create bootable installation image in
                         RELEASEDIR/RELEASEMACHINEDIR/installation/installimage.
-    disk-image=target   Creae bootable disk image in
+    disk-image=target   Create bootable disk image in
                         RELEASEDIR/RELEASEMACHINEDIR/binary/gzimg/target.img.gz.
     params              Display various make(1) parameters.
     list-arch           Display a list of valid MACHINE/MACHINE_ARCH values,
@@ -1869,7 +1869,7 @@
        eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.306 2015/02/01 18:49:25 christos Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.307 2015/05/06 17:31:49 wiz Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index