From owner-freebsd-doc@FreeBSD.ORG Fri Jul 11 11:00:25 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A75F37B401 for ; Fri, 11 Jul 2003 11:00:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00DF343F85 for ; Fri, 11 Jul 2003 11:00:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BI0OUp049383 for ; Fri, 11 Jul 2003 11:00:24 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BI0OBp049382; Fri, 11 Jul 2003 11:00:24 -0700 (PDT) Date: Fri, 11 Jul 2003 11:00:24 -0700 (PDT) Message-Id: <200307111800.h6BI0OBp049382@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Tom Rhodes Subject: Re: docs/54391: Document that glob(3) respects LC_COLLATE X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tom Rhodes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 18:00:25 -0000 The following reply was made to PR docs/54391; it has been noted by GNATS. From: Tom Rhodes To: Thomas Seck 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 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