From owner-freebsd-doc@FreeBSD.ORG Sat Sep 11 15:50:07 2010 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 37D6210656D6 for ; Sat, 11 Sep 2010 15:50:07 +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 273F28FC12 for ; Sat, 11 Sep 2010 15:50:07 +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 o8BFo70T033537 for ; Sat, 11 Sep 2010 15:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8BFo7J6033530; Sat, 11 Sep 2010 15:50:07 GMT (envelope-from gnats) Date: Sat, 11 Sep 2010 15:50:07 GMT Message-Id: <201009111550.o8BFo7J6033530@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Eitan Adler Cc: Subject: Re: docs/150490: newfs man page clarification X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eitan Adler List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2010 15:50:07 -0000 The following reply was made to PR docs/150490; it has been noted by GNATS. From: Eitan Adler To: Peter Pentchev Cc: bug-followup@freebsd.org Subject: Re: docs/150490: newfs man page clarification Date: Sat, 11 Sep 2010 11:20:06 -0400 > [snip] >> -NB: Erasing may take as long time as writing every sector on the disk. >> +NB: Erasing may take as long time as it writes to every sector on the d= isk. > > Uhm, I believe the original wording is correct. =C2=A0The "as" in "as wri= ting" here > does not stand for "because"; it's part of a "as ... as ..." construction > which... oh, well, all right :) =C2=A0I guess it might be a bit clearer t= o say > something like: > > =C2=A0Erasing may take time as long as writing every sector on the disk. > > ...or something like that, though it's not much clearer than the original= :) > The original author's point here is that the time that erasing takes is > as long (a time) as (the time it takes) writing every sector on the disk. > > Or something like that :) > Erasing the disk will take as much time as it takes to write to every sector on the disk. Erasing may take a long time as it writes to every sector on the disk. Erasing will take as much time as writing every sector to disk takes. Take your pick ;-) If it matters I'm a native speaker and the original sentence does not make sense to me as is. --=20 Eitan Adler