From: Paul Smith Date: Sun, 5 Feb 2023 14:42:49 +0000 (-0500) Subject: * doc/make.texi: Fix typo (reported by ) X-Git-Tag: 4.4.0.91~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f03e69af009253d919a866110a28d78c61c3c26;p=thirdparty%2Fmake.git * doc/make.texi: Fix typo (reported by ) --- diff --git a/doc/make.texi b/doc/make.texi index 69b1473f..71317c7d 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -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