diff options
author | Mats Wichmann <mats@linux.com> | 2022-01-29 16:20:37 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2022-01-29 16:20:37 (GMT) |
commit | 34b62e00d8f0d73c8229d82ce3805f0f72f8380f (patch) | |
tree | a8f1206f852f1ecb7bfdb10ddca0556a466f2415 /doc | |
parent | d1c74bc17b36e4ce4f163a70ff64100b03e9c6f3 (diff) | |
download | SCons-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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.xml | 2 |
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. |