From 37a7cc435abecc989927350420270a7631c6ff39 Mon Sep 17 00:00:00 2001 From: Prabhu Singh Khalsa Date: Thu, 28 May 2026 13:57:30 -0600 Subject: [PATCH 1/2] DOC: Hyphen character should not be plural --- doc/user/command-line.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/command-line.xml b/doc/user/command-line.xml index 8e0e0a9de1..f131100d39 100644 --- a/doc/user/command-line.xml +++ b/doc/user/command-line.xml @@ -48,7 +48,7 @@ This file is processed by the bin/SConsDoc.py module. Command-line arguments that begin with a - - (hyphen) characters + - (hyphen) character are called options. &SCons; provides ways for you to examine and act on options and their values, From a30cb12231ec08b601d597b1d9f90736e4ef18b8 Mon Sep 17 00:00:00 2001 From: Prabhu Singh Khalsa Date: Thu, 28 May 2026 13:58:33 -0600 Subject: [PATCH 2/2] DOC: Updates to changes and release files --- CHANGES.txt | 1 + RELEASE.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index e873603e8d..0bf09b96d1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -47,6 +47,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Prabhu S. Khalsa: - Fix typo in preface + - Fix typo in Chapter 10 of User Guide From Mats Wichmann: - Introduce some unit tests for the file locking utility routines diff --git a/RELEASE.txt b/RELEASE.txt index 1f6fc3f3e4..03fb48ec11 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -138,6 +138,7 @@ DOCUMENTATION - Update documentation for IMPLICIT_COMMAND_DEPENDENCIES construction variable. - Fix typo in preface +- Fix typo in Chapter 10 of User Guide DEVELOPMENT -----------