Reflect pathnames sorting in collation order.

This commit is contained in:
ache 2016-07-17 13:10:57 +00:00
parent 93c50303d0
commit 393e3db575

View File

@ -194,7 +194,7 @@ If
is set, backslash escaping is disabled. is set, backslash escaping is disabled.
.It Dv GLOB_NOSORT .It Dv GLOB_NOSORT
By default, the pathnames are sorted in ascending By default, the pathnames are sorted in ascending
.Tn ASCII collation
order; order;
this flag prevents that sorting (speeding up this flag prevents that sorting (speeding up
.Fn glob ) . .Fn glob ) .