From owner-freebsd-doc@FreeBSD.ORG Thu Feb 16 13:43:08 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 4F1F616A420 for ; Thu, 16 Feb 2006 13:43:08 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74D3743D46 for ; Thu, 16 Feb 2006 13:43:07 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1GDgoIP002960 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 16 Feb 2006 15:42:53 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1GDgg6w015795; Thu, 16 Feb 2006 15:42:42 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1GDgbl0015794; Thu, 16 Feb 2006 15:42:37 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Thu, 16 Feb 2006 15:42:37 +0200 From: Giorgos Keramidas To: Ceri Davies Message-ID: <20060216134237.GB9575@flame.pc> References: <20060213152314.B14115@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.567, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org Cc: freebsd-doc@freebsd.org, Dmitry Morozovsky Subject: Re: Handbook whitespace cleanup X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 13:43:08 -0000 On 2006-02-13 12:56, Ceri Davies wrote: >On 13 Feb 2006, at 12:25, Dmitry Morozovsky wrote: >> Dear colleagues, >> >> I think at least largest chapters (e.g., 300+ lines with whitespace >> changes) >> should be cleaned up. Any objections (besides well-known issue >> with screen >> and programlisting contents where should be no tabs)? > > Sorry, I don't see the point. > At the very least make sure that nobody has diffs in progress. This is not very easy. It isn't enough either. Large sweeps for indentation, wrapping and whitespace may also invalidate the patches we have in our bugs database; which, frankly, sucks even more than seeing how Gnats tends to mutilate & do various ugly things with patch whitespace already. I prefer small whitespace/indentation commits as followup commits to content changes, or even as part of content rewrites/fixes. - Giorgos