1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

Update documentation to match reality: glob() sorts its result according

to the current LC_COLLATE setting, not in "ASCII order".

PR:		54391
MFC after:	1 week
This commit is contained in:
Tim J. Robbins 2004-08-23 12:10:44 +00:00
parent f0d0ca8c3d
commit 9777e82e42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134208

View File

@ -34,7 +34,7 @@
.\" @(#)glob.3 8.3 (Berkeley) 4/16/94
.\" $FreeBSD$
.\"
.Dd July 18, 2004
.Dd August 23, 2004
.Dt GLOB 3
.Os
.Sh NAME
@ -197,9 +197,9 @@ If
.Dv GLOB_NOESCAPE
is set, backslash escaping is disabled.
.It Dv GLOB_NOSORT
By default, the pathnames are sorted in ascending
.Tn ASCII
order;
By default, the pathnames are sorted in ascending order
according to the current setting of
.Ev LC_COLLATE ;
this flag prevents that sorting (speeding up
.Fn glob ) .
.El