summaryrefslogtreecommitdiff
path: root/doc/man/scons.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/scons.xml')
-rw-r--r--doc/man/scons.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index e79a267d1..b070dcb48 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -1216,7 +1216,7 @@ small block-size slows down the build considerably.</para>
<para>The default value is to use a chunk size of 64 kilobytes, which should
be appropriate for most uses.</para>
-<para><emphasis>New in version 4.2.</emphasis></para>
+<para><emphasis>New in version 4.1.</emphasis></para>
</listitem>
</varlistentry>
@@ -1256,7 +1256,7 @@ For example, <option>--hash-format=sha256</option> uses a SConsign
database named <filename>.sconsign_sha256.dblite</filename>.
</para>
-<para><emphasis>New in version 4.2.</emphasis></para>
+<para><emphasis>New in version 4.1.</emphasis></para>
</listitem>
</varlistentry>
@@ -3961,7 +3961,7 @@ it will not be added again. The default is <literal>False</literal>.
<parameter>library</parameter> can be a list of library names,
or <constant>None</constant> (the default if the argument is omitted).
If the former, <parameter>symbol</parameter> is checked against
-each library name in order, returning
+each library name in order, returning
(and reporting success) on the first
successful test; if the latter,
it is checked with the current value of &cv-LIBS;
@@ -6526,9 +6526,11 @@ env.Command(
</programlisting>
<para>
-The behavior of <function>Chmod</function> is limited on Windows,
+The behavior of <function>Chmod</function> is limited on Windows
+and on WebAssembly platforms,
see the notes in the Python documentation for
-<systemitem>os.chmod</systemitem>, which is the underlying function.
+<ulink url="https://docs.python.org/3/library/os.html#os.chmod">
+os.chmod</ulink>, which is the underlying function.
</para>
</listitem>