From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 09 Aug 2024 11:27:48 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1scLuV-007nDC-2y for lore@lore.pengutronix.de; Fri, 09 Aug 2024 11:27:48 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1scLuU-0003rR-N4; Fri, 09 Aug 2024 11:27:46 +0200 Received: from mail.cab.de ([213.144.1.196]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1scLuI-0003rG-2A for ptxdist@pengutronix.de; Fri, 09 Aug 2024 11:27:34 +0200 DKIM-Filter: OpenDKIM Filter v2.11.0 mail.cab.de 4WgJTx5HfFzMvb0J DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cab.de; s=default; t=1723195653; bh=WKKAycqnSNy5KreCujc1my3GNl7YYPNUjyRdUXStbBQ=; h=From:To:CC:Subject:Date:From; b=CB2oKTn0fPR9vNzRPKAiNi3rG9TH8aIeuRvVRvLWGADTphKPjz+29aA7NGnFCdwDz uKsCbdFS7cMFziESrGlFGnD9xyCTZnnv7vmopsS0ltkpzHEb0SGPC2/qK1gMClvTks T38BrYw2NG6nIRX/dXOwYb5PXLAOb+8/jFWBOJKI= X-cab-MailScanner-Watermark: 1723800451.96243@DBiNldP9IyI9Osr3aSFPQg X-cab-MailScanner-From: m.heidelberg@cab.de X-cab-MailScanner: Found to be clean X-cab-MailScanner-ID: 4WgJTt3BfmzMvZsm X-cab-MailScanner-Information: Please contact it@cab.de for more information Received: from Adranos.cab.de ([10.10.1.54] [10.10.1.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (no client certificate requested) by hephaistos.cab.de (MailScanner Milter) with SMTP id 4WgJTt3BfmzMvZsm for ; Fri, 9 Aug 2024 11:27:30 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.cab.de 4WgJTt3BfmzMvZsm Received: from KAN23-025.cab.de (10.100.0.7) by Adranos.cab.de (10.10.1.54) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Fri, 9 Aug 2024 11:27:28 +0200 From: Markus Heidelberg To: Date: Fri, 9 Aug 2024 11:26:39 +0200 Message-ID: <20240809092639.47100-1-m.heidelberg@cab.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.100.0.7] X-ClientProxiedBy: Adranos.cab.de (10.10.1.54) To Adranos.cab.de (10.10.1.54) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.0 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED,SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH] Fix various typos, grammar and spelling X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Markus Heidelberg Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false In documentation, help texts and a comment. Signed-off-by: Markus Heidelberg --- bin/ptxdist | 2 +- doc/ref_make_variables.rst | 6 +++--- doc/ref_parameter.rst | 6 +++--- rules/linux-firmware.in | 2 +- rules/project-name.in | 2 +- scripts/git-ptx-patches | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/ptxdist b/bin/ptxdist index 6d6de64d8..8d3c4595c 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -826,7 +826,7 @@ Options: --debug, -d print out additional info (like make decisions) --quiet, -q suppress output, show only stderr --silent, -s alias for --quiet - --verbose, -v be more verbose, print command before execute them + --verbose, -v be more verbose, print command before execution --output-sync Improve output readability for parallel building. Disabled by default except for quiet builds. --no-output-sync Disable output-sync if enabled by default. diff --git a/doc/ref_make_variables.rst b/doc/ref_make_variables.rst index 775ff71be..20c98995f 100644 --- a/doc/ref_make_variables.rst +++ b/doc/ref_make_variables.rst @@ -61,7 +61,7 @@ Global Variables Other useful variables: ``CROSS_PATH`` - Use to find cross tools. This path must be used to create anything that + Used to find cross tools. This path must be used to create anything that depends on the target’s architecture, but needs something running on the host to do the job. Examples: @@ -272,7 +272,7 @@ of the corresponding target package if it exists. When PTXdist extracts source archives, it will create ``_DIR`` first and then extracts the archive there. If ``_STRIP_LEVEL`` is set to 1 (the default) then PTXdist removes the first directory level - defined inside the archive. For most packages that this is the same as + defined inside the archive. For most packages this is the same as just extracting the archive. However, this is useful for packages with badly named top-level directories or packages where the directory must be renamed to avoid collisions (e.g. gdbserver). @@ -293,7 +293,7 @@ of the corresponding target package if it exists. keep the source tree free of build files. ``KEEP`` can be used instead of ``YES``. In this case the build tree is - not deleted at the beginning of the prepare stage. This make + not deleted at the beginning of the prepare stage. This makes reconfiguration faster. This should only be used for packages that can handle configuration changes correctly and rebuild everything as needed. diff --git a/doc/ref_parameter.rst b/doc/ref_parameter.rst index dd71046bb..46a934aab 100644 --- a/doc/ref_parameter.rst +++ b/doc/ref_parameter.rst @@ -20,7 +20,7 @@ Setup and Project Actions *platform*, *boardsetup*, *setup*, *go* and *images*. ``select `` - this action will select a user land + this action will select a userland configuration. This step is only required in projects where no ``selected_ptxconfig`` file is present. The argument must point to a valid userland configuration file. PTXdist provides this feature @@ -53,7 +53,7 @@ Setup and Project Actions ``setup`` PTXdist uses some global settings, independent from the - project it is working on. These settings belong to users preferences or + project it is working on. These settings belong to user preferences or simply some network settings to permit PTXdist to download required packages. @@ -348,7 +348,7 @@ Options suppress output, show only stderr ``--verbose``, ``-v`` - be more verbose, print command before execute them + be more verbose, print command before execution ``--output-sync``, ``--no-output-sync`` enable or disable output synchronization. By default output diff --git a/rules/linux-firmware.in b/rules/linux-firmware.in index b37d04781..2ed139106 100644 --- a/rules/linux-firmware.in +++ b/rules/linux-firmware.in @@ -12,7 +12,7 @@ config LINUX_FIRMWARE_SELECTED_LICENSES string prompt "Linux-firmware license files to include" help - Set the firmware license files use. + Set the firmware license files to use. Since there is no strict match between firmware files and license files, this must be provided by the user. Multiple license files are separated by space. diff --git a/rules/project-name.in b/rules/project-name.in index de3379909..ff20d6fc5 100644 --- a/rules/project-name.in +++ b/rules/project-name.in @@ -109,7 +109,7 @@ choice prompt "SOURCE_DATE_EPOCH timestamps source" default REPRODUCIBLE_TIMESTAMP_PTXDIST help - Use the specifies source to provide a stable SOURCE_DATE_EPOCH. + Use the specified source to provide a stable SOURCE_DATE_EPOCH. This helps making builds more reproducible. See https://reproducible-builds.org/specs/source-date-epoch/ for more details about SOURCE_DATE_EPOCH. diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches index b27dbe790..ed9f9b069 100755 --- a/scripts/git-ptx-patches +++ b/scripts/git-ptx-patches @@ -6,7 +6,7 @@ # behaviour or patch output. pristine_git() { # Notes from the git(1) manpage: - # - GIT_DIFF_OPTS takes takes precedence over -U command line parameter + # - GIT_DIFF_OPTS takes precedence over -U command line parameter HOME=/nonexistent \ XDG_CONFIG_HOME=/nonexistent \ GIT_CONFIG_NOSYSTEM=true \ -- 2.34.1