svn commit: r302948 - head/lib/libc/gen

Andrey A. Chernov ache at FreeBSD.org
Sun Jul 17 13:10:59 UTC 2016


Author: ache
Date: Sun Jul 17 13:10:57 2016
New Revision: 302948
URL: https://svnweb.freebsd.org/changeset/base/302948

Log:
  Reflect pathnames sorting in collation order.

Modified:
  head/lib/libc/gen/glob.3

Modified: head/lib/libc/gen/glob.3
==============================================================================
--- head/lib/libc/gen/glob.3	Sun Jul 17 12:45:58 2016	(r302947)
+++ head/lib/libc/gen/glob.3	Sun Jul 17 13:10:57 2016	(r302948)
@@ -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 ) .


More information about the svn-src-all mailing list