summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-09-01 11:02:55 +0000
committertjr <tjr@FreeBSD.org>2004-09-01 11:02:55 +0000
commit5aeafe80191716aab4e6931beac9fb5285f47f38 (patch)
treea4f91cce3350f218350443069763b184f2380971
parentc0ab9d7bd6da8525f9efbc1860f8f47819021337 (diff)
downloadFreeBSD-src-5aeafe80191716aab4e6931beac9fb5285f47f38.zip
FreeBSD-src-5aeafe80191716aab4e6931beac9fb5285f47f38.tar.gz
Back out the previous change. glob() still does use strcmp() to order
pathnames.
-rw-r--r--lib/libc/gen/glob.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3
index 8b80e1c..d87ad8b 100644
--- a/lib/libc/gen/glob.3
+++ b/lib/libc/gen/glob.3
@@ -34,7 +34,7 @@
.\" @(#)glob.3 8.3 (Berkeley) 4/16/94
.\" $FreeBSD$
.\"
-.Dd August 23, 2004
+.Dd Septepber 1, 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 order
-according to the current setting of
-.Ev LC_COLLATE ;
+By default, the pathnames are sorted in ascending
+.Tn ASCII
+order;
this flag prevents that sorting (speeding up
.Fn glob ) .
.El
OpenPOWER on IntegriCloud