Skip to content

Commit

Permalink
Fix Glob wording per review comments [skip appveyor]
Browse files Browse the repository at this point in the history
Signed-off-by: Mats Wichmann <mats@linux.com>
  • Loading branch information
mwichmann committed Sep 25, 2022
1 parent 48d89ab commit 8d02bb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SCons/Environment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ can contain POSIX-style shell metacharacters for matching:
<row>
<entry><literal>[seq]</literal></entry>
<entry>matches any character in <emphasis>seq</emphasis>
(can be a list or a ranage).</entry>
(can be a list or a range).</entry>
</row>
<row>
<entry><literal>[!seq]</literal></entry>
Expand Down Expand Up @@ -1997,6 +1997,8 @@ argument evaluates false,
the search for matches on disk is disabled,
and only matches from
already-configured File or Dir Nodes are returned.
The default is to return Nodes for
matches on disk as well.
</para>

<para>
Expand Down

0 comments on commit 8d02bb3

Please sign in to comment.