From owner-svn-doc-head@FreeBSD.ORG Fri Nov 2 15:54:30 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6C888B2 for ; Fri, 2 Nov 2012 15:54:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 767C18FC17 for ; Fri, 2 Nov 2012 15:54:30 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so4760738oag.13 for ; Fri, 02 Nov 2012 08:54:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=GpDe0BoCAQO2jDaS46ZmblNsIBfr18rd5v/ShHa1+PE=; b=XKmgCkP5B1/MwgHap6YAFupFWne1xRGDa6xx9QB1itE2hQnC/ZBbrT9QYvwU/kdIuR A1SSsU5EERtsonkzD11lSD2Er+E2B307Ffs5zp6pG4DLCjbnnpzMw8RcSVn85MXB1+Mq nAo18fDOHmrojXGZ3vqeGPTv+3j61/p/DJyavmzOkGwK7mnzvL7SfC51yMseYoQqO29W jyDJjzlj5bIzg8nYfPbD9b5jAODJjdhMwpuQqtJGjbXb5ANCOS9llXhZBgUBq1HpxvfE 0w1kFBHk7LvFSC4qghyWXJuUXe9fHwyohNi8pnGqKM2gpgd5OMCffIpiMQnFqi8IFPpo JiYQ== Received: by 10.60.169.198 with SMTP id ag6mr1695511oec.35.1351871667605; Fri, 02 Nov 2012 08:54:27 -0700 (PDT) Received: from [10.30.101.53] ([209.117.142.2]) by mx.google.com with ESMTPS id yn8sm9474279obb.12.2012.11.02.08.54.25 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Nov 2012 08:54:26 -0700 (PDT) Sender: Warner Losh Subject: Re: svn commit: r39908 - head/en_US.ISO8859-1/books/handbook/disks Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Fri, 2 Nov 2012 09:54:23 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201211020413.qA24DfDZ040748@svn.freebsd.org> <20121102133403.GA1352@glenbarber.us> To: Eitan Adler X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQkWx6MqNJEXvKxOV9FmGxIQsifRr28zMC2HTPWjd9grNnX+NTpsOJIw9/H6+cvhq0xdU6ds Cc: svn-doc-head@freebsd.org, Glen Barber , svn-doc-all@freebsd.org, doc-committers@freebsd.org, Warren Block X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2012 15:54:30 -0000 On Nov 2, 2012, at 8:25 AM, Eitan Adler wrote: > On 2 November 2012 09:34, Glen Barber wrote: >> My 2 cents on this is, and always has been, that people (new >> contributors, in particular) tend to use the existing markup as a >> template for reference on how the document should be formatted. As >> such, correcting the existing, badly-formatted markup provides >> consistency to new contributors wanting to provide patches, but = unsure >> of what the "proper style" for these documents is. >=20 > Makes sense and I completely agree: in fact my mentors already have > some giant-whitespace-cleanup patches from me. >=20 > I was asking about our policy - and it seems I have a good answer. :) svn blame just becomes iterative. It isn't any different than /usr/src = API changes showing that jhb touched the failing line of code last, but = digging more you find it was someone else because jhb just did a api = sweep... Warner