From owner-freebsd-doc@FreeBSD.ORG Tue Nov 5 11:27:11 2013 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 46CCBC56 for ; Tue, 5 Nov 2013 11:27:11 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2F342F4E for ; Tue, 5 Nov 2013 11:27:10 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id rA5BR7xG057674; Tue, 5 Nov 2013 04:27:07 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id rA5BR6au057671; Tue, 5 Nov 2013 04:27:07 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 5 Nov 2013 04:27:06 -0700 (MST) From: Warren Block To: Allan Jude Subject: Re: ZFS Handbook Update In-Reply-To: <52787EBE.5040100@allanjude.com> Message-ID: References: <52787D62.5020607@allanjude.com> <52787EBE.5040100@allanjude.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 05 Nov 2013 04:27:07 -0700 (MST) Cc: freebsd-doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 11:27:11 -0000 On Tue, 5 Nov 2013, Allan Jude wrote: > On 2013-11-05 00:08, Allan Jude wrote: >> Attached find ~320 new lines and 87 modified lines of the ZFS chapter of >> the FreeBSD Handbook that I wrote on the plane to and from the FreeBSD >> 20th Anniversary Party. >> >> Note: this is for, and is a patch against, the projects/zfsupdate-201307 >> branch. >> > After talking with wblock on IRC, here is a version of the above patch > with all my nasty whitespace changes included (since this is an > untranslated project branch) Yes. Mixing whitespace and content changes in this chapter should not be a problem now because nobody is translating it yet. Still, after this, let's avoid it. igor can help by limiting tests to just content or just whitespace: igor -Rz chapter.xml | less -RS (to just test content) igor -RZ chapter.xml | less -RS (to just test whitespace) That's a lower case "z" for content, upper case for whitespace. Committed, with a few minor edits. Thanks!