From owner-freebsd-doc@FreeBSD.ORG Fri Jul 11 11:30:16 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 4E53337B401 for ; Fri, 11 Jul 2003 11:30:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E690043F3F for ; Fri, 11 Jul 2003 11:30:15 -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 h6BIUFUp061817 for ; Fri, 11 Jul 2003 11:30:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BIUF2D061816; Fri, 11 Jul 2003 11:30:15 -0700 (PDT) Date: Fri, 11 Jul 2003 11:30:15 -0700 (PDT) Message-Id: <200307111830.h6BIUF2D061816@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Thomas Seck 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: Thomas Seck List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 18:30:16 -0000 The following reply was made to PR docs/54391; it has been noted by GNATS. From: Thomas Seck To: Tom Rhodes Cc: freebsd-gnats-submit@freebsd.org Subject: Re: docs/54391: Document that glob(3) respects LC_COLLATE Date: Fri, 11 Jul 2003 20:20:44 +0200 * Tom Rhodes (trhodes@FreeBSD.org): > On 11 Jul 2003 17:41:02 -0000 > Thomas Seck wrote: > > > > > +By default, the pathnames are sorted in locale specific ascending order > > > "sorted by locale in ascending order"? Hm, I am not a native speaker but this does not sound right to me. SUSv3 uses "...according to the current setting of the LC_COLLATE category..." and it is qsort(3) that actually does the sorting. But I admit that my suggestion sounds a bit awkward. Regards, -- Thomas Seck