summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-01-29 16:20:37 (GMT)
committerMats Wichmann <mats@linux.com>2022-01-29 16:20:37 (GMT)
commit34b62e00d8f0d73c8229d82ce3805f0f72f8380f (patch)
treea8f1206f852f1ecb7bfdb10ddca0556a466f2415
parentd1c74bc17b36e4ce4f163a70ff64100b03e9c6f3 (diff)
downloadSCons-34b62e00d8f0d73c8229d82ce3805f0f72f8380f.zip
SCons-34b62e00d8f0d73c8229d82ce3805f0f72f8380f.tar.gz
SCons-34b62e00d8f0d73c8229d82ce3805f0f72f8380f.tar.bz2
man: drop some extra wording [ci skip]
An extra stanza was added "or other text" that didn't really make sense in context, remove it again. Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--doc/man/scons.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index eb91d88..13a06a4 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -6414,7 +6414,7 @@ env.Command('marker', 'input_file', action=[MyBuildAction, Touch('$TARGET')])
&scons;
performs variable substitution on the string that makes up
the action part of the builder.
-Variables or other text to be substituted are indicated in the
+Variables to be substituted are indicated in the
string by a leading <emphasis role="bold">$</emphasis>,
to distinguish them from plain text
which is not to be substituted.