From owner-freebsd-doc@FreeBSD.ORG Fri Sep 5 05:38:33 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0297B16A4BF for ; Fri, 5 Sep 2003 05:38:33 -0700 (PDT) Received: from comrie.uwaterloo.ca (comrie.math.uwaterloo.ca [129.97.216.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B7B43F75 for ; Fri, 5 Sep 2003 05:38:29 -0700 (PDT) (envelope-from mpatters@cs.uwaterloo.ca) Received: from cs.uwaterloo.ca (comrie [129.97.216.108]) by comrie.uwaterloo.ca (8.12.9/8.12.9) with ESMTP id h85CcPdO077046; Fri, 5 Sep 2003 08:38:28 -0400 (EDT) (envelope-from mpatters@cs.uwaterloo.ca) Message-ID: <3F5883C3.1000607@cs.uwaterloo.ca> Date: Fri, 05 Sep 2003 08:38:27 -0400 From: Mike Patterson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Moran References: <9256D57F598E6C41B288AA7DB94F29C90135CC3F@pgnmail1.pgnaplikace.cz> <3F5881C3.2010206@potentialtech.com> In-Reply-To: <3F5881C3.2010206@potentialtech.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit cc: "FreeBSD-Docs \(el. adresa\)" Subject: Re: Two negations problem X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 12:38:33 -0000 Bill Moran wrote: > Roubíček Zdeněk (PragoNet) wrote: > >> Hello DOCs >> >> On the FreeBSD web at >> http://www.freebsd.org/doc/en_US.ISO8859-1/articles/formatting-media/x221.html >> > > > at the very end you can read: > >> >> :It should be at least 128 kB, and it should not be not be a power of 2. >> >> It sounds strange in english and I am not sure if this is correct. I >> believe > > > what the author of this document was trying to say is: > >> >> :It should be at least 128 kB, and it should be a power of 2. >> >> Correct me if I'm wrong. > > > The handbook obviously has a typo in it, but the statement should be: > > "It should be at least 128 kB, and it should not be a power of 2." > > Look at the example, which uses a stripe size of 273. Then since 128kb obviously _is_ a power of two, perhaps the wording should be changed to "It should be greater than 128kb, and should not be a power of 2." ? Mike