summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-09-28 11:38:53 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-09-28 11:38:53 +0200
commitb86e79e512e6dcadfa21a972e77e57f34f58c7eb (patch)
tree5b290ba12d3bf8a6da7001ec41ece9ebf47d81de
parent4f8e3f08db7282f254bbe161655a0d062ecb15d8 (diff)
Correct typo in man page
-rw-r--r--debian/patches/0600-manpage-spelling.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/patches/0600-manpage-spelling.patch b/debian/patches/0600-manpage-spelling.patch
index 6543a2e..4afc829 100644
--- a/debian/patches/0600-manpage-spelling.patch
+++ b/debian/patches/0600-manpage-spelling.patch
@@ -16,6 +16,15 @@ Index: trunk/scons.1
.RE
.PP
\-\-config=force
+@@ -1472,7 +1472,7 @@ The tool definition (i\&.e\&. my_tool())
+ .PP
+ If no tool list is specified, then SCons will auto\-detect the installed tools using the PATH variable in the ENV construction variable and the platform name when the Environment is constructed\&. Changing the PATH variable after the Environment is constructed will not cause the tools to be redetected\&.
+ .PP
+-One feature now present within Scons is the ability to have nested tools\&. Tools which can be located within a subdirectory in the toolpath\&. With a nested tool name the dot represents a directory seperator
++One feature now present within Scons is the ability to have nested tools\&. Tools which can be located within a subdirectory in the toolpath\&. With a nested tool name the dot represents a directory separator
+ .sp
+ .if n \{\
+ .RS 4
@@ -6376,7 +6376,7 @@ env\&.Substfile(\*(Aqfoo\&.in\*(Aq, SUBS
good_foo = [(\*(Aq$foobar\*(Aq, \*(Aq$foobar\*(Aq), (\*(Aq$foo\*(Aq, \*(Aq$foo\*(Aq)]
env\&.Substfile(\*(Aqfoo\&.in\*(Aq, SUBST_DICT = good_foo)