From owner-svn-src-head@FreeBSD.ORG Mon Feb 17 22:14:39 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73D16113; Mon, 17 Feb 2014 22:14:39 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48E611703; Mon, 17 Feb 2014 22:14:39 +0000 (UTC) Received: from pippin.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 95F34B94C; Mon, 17 Feb 2014 17:14:35 -0500 (EST) From: John Baldwin To: Bruce Evans Subject: Re: svn commit: r262051 - head/cddl/contrib/opensolaris/cmd/zpool Date: Mon, 17 Feb 2014 17:12:48 -0500 Message-ID: <4039559.iRvSyCHsfX@pippin.baldwin.cx> User-Agent: KMail/4.10.5 (FreeBSD/11.0-CURRENT; KDE/4.10.5; amd64; ; ) In-Reply-To: <20140218015927.D1978@besplex.bde.org> References: <201402171323.s1HDNnQg059102@svn.freebsd.org> <20140218015927.D1978@besplex.bde.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 17 Feb 2014 17:14:35 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Mark Felder X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 22:14:39 -0000 On Tuesday 18 February 2014 02:07:06 Bruce Evans wrote: > On Mon, 17 Feb 2014, Mark Felder wrote: > > Log: > > Fix formatting. > > > > "Manpages should start a new sentence on a new line. This makes it easier > > for translators to track changes." -jhb > > This has very little to do with translators. > > This makes it possible for man(1) to format the output correctly, at least > for monospaced fonts. My bad. I knew the rule, but not the correct reason. -- John Baldwin