mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-12 08:40:55 +00:00
* doc/make.texi: Fix typo (reported by <mao492479407@163.com>)
This commit is contained in:
parent
e819fc2022
commit
8f03e69af0
1 changed files with 1 additions and 1 deletions
|
@ -2153,7 +2153,7 @@ The wildcard characters in @code{make} are @samp{*}, @samp{?} and
|
|||
specifies a list of all the files (in the working directory) whose names
|
||||
end in @samp{.c}.
|
||||
|
||||
If an expression matches multiple files than the results will be
|
||||
If an expression matches multiple files then the results will be
|
||||
sorted.@footnote{Some older versions of GNU @code{make} did not sort the
|
||||
results of wildcard expansion.} However multiple expressions will not be
|
||||
globally sorted. For example, @file{*.c *.h} will list all the files whose
|
||||
|
|
Loading…
Reference in a new issue