Module Name:    src
Committed By:   rillig
Date:           Sat Apr 20 12:25:46 UTC 2024

Modified Files:
        src: build.sh

Log Message:
build.sh: fix typos in usage message


To generate a diff of this commit:
cvs rdiff -u -r1.375 -r1.376 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/build.sh
diff -u src/build.sh:1.375 src/build.sh:1.376
--- src/build.sh:1.375	Wed Jan  3 02:48:45 2024
+++ src/build.sh	Sat Apr 20 12:25:46 2024
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#	$NetBSD: build.sh,v 1.375 2024/01/03 02:48:45 thorpej Exp $
+#	$NetBSD: build.sh,v 1.376 2024/04/20 12:25:46 rillig Exp $
 #
 # Copyright (c) 2001-2023 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1091,7 +1091,7 @@ help()
     list-arch           Show a list of valid MACHINE/MACHINE_ARCH values,
                         and exit.  The list may be narrowed by passing glob
                         patterns or exact values in MACHINE or MACHINE_ARCH.
-    mkrepro-timestamp   Show the latest source timestamp used for reproducable
+    mkrepro-timestamp   Show the latest source timestamp used for reproducible
                         builds and exit.  Requires -P or -V MKREPRO=yes.
 
  Options:
@@ -1114,7 +1114,7 @@ help()
                    aliases that set MACHINE/MACHINE_ARCH pairs.
                    [Default: deduced from the host system if the host
                    OS is NetBSD]
-    -N NOISY       Set the noisyness (MAKEVERBOSE) level of the build to NOISY:
+    -N NOISY       Set the noisiness (MAKEVERBOSE) level of the build to NOISY:
                        0   Minimal output ("quiet").
                        1   Describe what is occurring.
                        2   Describe what is occurring and echo the actual
@@ -2031,7 +2031,7 @@ createmakewrapper()
 	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.375 2024/01/03 02:48:45 thorpej Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.376 2024/04/20 12:25:46 rillig Exp $
 # with these arguments: ${_args}
 #
 

Reply via email to