From owner-cvs-all@FreeBSD.ORG Wed Nov 26 20:06:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AE071065670; Wed, 26 Nov 2008 20:06:29 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id C3D078FC0C; Wed, 26 Nov 2008 20:06:27 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id mAQK6Pfj077860; Wed, 26 Nov 2008 21:06:25 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.3/8.14.1) with ESMTP id mAQK6Prb001286; Wed, 26 Nov 2008 21:06:25 +0100 (CET) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.3/8.14.3/Submit) id mAQK6PjF001285; Wed, 26 Nov 2008 21:06:25 +0100 (CET) (envelope-from marc) Date: Wed, 26 Nov 2008 21:06:24 +0100 From: Marc Fonvieille To: Manolis Kiagias Message-ID: <20081126200624.GA1030@gothic.blackend.org> References: <200811261221.mAQCLmx6077169@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200811261221.mAQCLmx6077169@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 7.1-PRERELEASE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/geom chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2008 20:06:29 -0000 On Wed, Nov 26, 2008 at 12:21:48PM +0000, Manolis Kiagias wrote: > manolis 2008-11-26 12:21:48 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/geom chapter.sgml > Log: > Whitespace only: Fix several whitespace issues in Handbook's 'geom' chapter > > Revision Changes Path > 1.46 +102 -101 doc/en_US.ISO8859-1/books/handbook/geom/chapter.sgml > > http://cvsweb.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/geom/chapter.sgml.diff?r1=1.45&r2=1.46 > | --- doc/en_US.ISO8859-1/books/handbook/geom/chapter.sgml 2008/11/26 09:50:48 1.45 > | +++ doc/en_US.ISO8859-1/books/handbook/geom/chapter.sgml 2008/11/26 12:21:48 1.46 > | @@ -1,6 +1,6 @@ > | > | > | @@ -30,7 +30,7 @@ > | > | This chapter covers the use of disks under the GEOM > | framework in &os;. This includes the major | - role="Redundant Array of Inexpensive Disks">RAID > | + role="Redundant Array of Inexpensive Disks">RAID > | control utilities which use the framework for configuration. > | This chapter will not go into in depth discussion on how GEOM > | handles or controls I/O, the underlying subsystem, or code. > | @@ -50,12 +50,11 @@ > | > | > | How to use the base utilities to configure, maintain, > | - and manipulate the various RAID > | - levels. > | + and manipulate the various RAID levels. > | Where's the problem here ^^^^ ? I find this sort of changes many times in your commit. All these changes were indispensable? Whitespaces fix should be done when the code starts to be a mess with long lines and/or an indentation difficult to read. -- Marc