Date: Fri, 11 Jul 2003 11:00:24 -0700 (PDT) From: Tom Rhodes <trhodes@FreeBSD.org> To: freebsd-doc@FreeBSD.org Subject: Re: docs/54391: Document that glob(3) respects LC_COLLATE Message-ID: <200307111800.h6BI0OBp049382@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/54391; it has been noted by GNATS. From: Tom Rhodes <trhodes@FreeBSD.org> To: Thomas Seck <tmseck@netcologne.de> Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/54391: Document that glob(3) respects LC_COLLATE Date: Fri, 11 Jul 2003 13:50:47 -0400 On 11 Jul 2003 17:41:02 -0000 Thomas Seck <tmseck@netcologne.de> wrote: > > Index: glob.3 > =================================================================== > RCS file: /home/ncvs/src/lib/libc/gen/glob.3,v > retrieving revision 1.23 > diff -u -r1.23 glob.3 > --- glob.3 4 Feb 2003 16:27:42 -0000 1.23 > +++ glob.3 11 Jul 2003 17:05:58 -0000 > @@ -197,10 +197,10 @@ > .Dv GLOB_NOESCAPE > is set, backslash escaping is disabled. > .It Dv GLOB_NOSORT > -By default, the pathnames are sorted in ascending > -.Tn ASCII > -order; > -this flag prevents that sorting (speeding up > +By default, the pathnames are sorted in locale specific ascending order "sorted by locale in ascending order"? -- Tom Rhodes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307111800.h6BI0OBp049382>