docs/54391: Document that glob(3) respects LC_COLLATE
Tom Rhodes
trhodes at FreeBSD.org
Fri Jul 11 18:00:25 UTC 2003
The following reply was made to PR docs/54391; it has been noted by GNATS.
From: Tom Rhodes <trhodes at FreeBSD.org>
To: Thomas Seck <tmseck at netcologne.de>
Cc: FreeBSD-gnats-submit at 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 at 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
More information about the freebsd-doc
mailing list