From owner-freebsd-doc@FreeBSD.ORG Tue Aug 23 13:00:08 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D51A106566B for ; Tue, 23 Aug 2011 13:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 278898FC1D for ; Tue, 23 Aug 2011 13:00:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7ND06pK014328 for ; Tue, 23 Aug 2011 13:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7ND06qn014326; Tue, 23 Aug 2011 13:00:06 GMT (envelope-from gnats) Date: Tue, 23 Aug 2011 13:00:06 GMT Message-Id: <201108231300.p7ND06qn014326@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Warren Block Cc: Subject: Re: docs/159897: [patch] improve HAST section of Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Warren Block List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2011 13:00:08 -0000 The following reply was made to PR docs/159897; it has been noted by GNATS. From: Warren Block To: Taras Korenko Cc: Benjamin Kaduk , freebsd-doc@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: docs/159897: [patch] improve HAST section of Handbook Date: Tue, 23 Aug 2011 06:57:14 -0600 (MDT) On Tue, 23 Aug 2011, Taras Korenko wrote: > On Mon, Aug 22, 2011 at 06:08:09PM -0600, Warren Block wrote: >> On Mon, 22 Aug 2011, Benjamin Kaduk wrote: >> >>> On Sun, 21 Aug 2011, Warren Block wrote: >>> >>>> On Sat, 20 Aug 2011, Benjamin Kaduk wrote: >>>> >>>>> On Thu, 18 Aug 2011, Warren Block wrote: >>>>> >>>>>> - File system agnostic, thus allowing to use any file >>>>>> + File system agnostic, thus allowing use of any file >>>>> >>>>> I think "allowing the use" is better here. >>>> >>>> "allowing any" might be even better. >>> >>> I don't think that would be correct usage -- "allowing any file system" to >>> do what? >> >> Allowing any file system versus allowing only file systems made for >> HAST. Looking at it again, the problem is the word "allowing". What >> this is really saying is: "File system agnostic, compatible with any >> file system supported by &os;." >> > > File system agnostic, thus allowing laying out any file > system supported by &os;. Another day and now "agnostic" looks wrong. IMO, the meaning is not "HAST is unsure that file systems exist", but that it operates at a block level and is not even aware of file systems. More simply, it doesn't care which file system is used. So my latest proposal for the simplest rewording is "Works with any file system supported by FreeBSD."