From owner-svn-doc-all@FreeBSD.ORG Fri Nov 2 15:54:34 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDA588B7 for ; Fri, 2 Nov 2012 15:54:34 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6F2A68FC1A for ; Fri, 2 Nov 2012 15:54:34 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id wc20so4701729obb.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=HApb5q50MosRpIMrKlbccsxFjAQLIhG3iRKWhbK8d49CiJV3k6DHkW5mEW4L6MbzwP LWCsk2oV1NkqI9sos6EF+kmeMPv0nhfjN63aHR7YI1XYHZtBhKsHmTPR0YLUftBJZO/L cKWgQ4/cj8UoSjToVXbaxSj4+TnI42T9zLZWQzk+hf4fSiOhJJpgC5SSfCqyaOc3Xdmd x0Wfrn+aRg3X8tKfMS4jKNq5XaDi+0m9qHMHdmM+ZZbznucE+uLTRCp1rgvP+oH5KluZ ahiCaTrfcbg0cobx5XVygcBg4qUVnlT5QiPAwJAbr+5JHhEll8X9kcsK8PpASMFxhjBF 100w== 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: ALoCoQn5TsSXvdSW2TWWEv0Ol/iw5SiLjRAJXJtefMelIZFH9pMmqZNUYo+LxpkPP9vNgYsKkHH6 Cc: svn-doc-head@freebsd.org, Glen Barber , svn-doc-all@freebsd.org, doc-committers@freebsd.org, Warren Block X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2012 15:54:34 -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