aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2016-07-17 13:10:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2016-07-17 13:10:57 +0000
commit1cecacfe7340667ccf8f6e7959d6e366207f5fd2 (patch)
treedccfd7225e8aa84b13715647f2818162cf102bd1 /lib
parente50f405ecaae7c6b268e842599df33033971f5ed (diff)
downloadsrc-1cecacfe7340667ccf8f6e7959d6e366207f5fd2.tar.gz
src-1cecacfe7340667ccf8f6e7959d6e366207f5fd2.zip
Reflect pathnames sorting in collation order.
Notes
Notes: svn path=/head/; revision=302948
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/glob.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3
index 468a73ba3d68..fdd69f0d2d95 100644
--- a/lib/libc/gen/glob.3
+++ b/lib/libc/gen/glob.3
@@ -194,7 +194,7 @@ If
is set, backslash escaping is disabled.
.It Dv GLOB_NOSORT
By default, the pathnames are sorted in ascending
-.Tn ASCII
+collation
order;
this flag prevents that sorting (speeding up
.Fn glob ) .