diff options
author | Mats Wichmann <mats@linux.com> | 2020-03-24 20:14:00 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-03-24 20:14:00 (GMT) |
commit | 52e08116a2a391deb706ca6eb9b47302e93f852b (patch) | |
tree | c8c0bbc95103283378439ea126ea31a5e8180f2a /doc | |
parent | 1d6761d2c25ba0471b7d9141c9495de2e6ba31c1 (diff) | |
download | SCons-52e08116a2a391deb706ca6eb9b47302e93f852b.zip SCons-52e08116a2a391deb706ca6eb9b47302e93f852b.tar.gz SCons-52e08116a2a391deb706ca6eb9b47302e93f852b.tar.bz2 |
[PR #3591] tweak --tree=linedraw
Add version note to manpage
Turn linedraw chars into module-level constants, and
use in the other place it was hardcoded.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 3d2abdf..5d71bfd 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -1718,6 +1718,7 @@ specified alone, without any <replaceable>type</replaceable>, it behaves as if <emphasis role="bold">all</emphasis> had been specified. </para> +<para>Since &scons; 4.0.</para> </listitem> </varlistentry> |