Re: svn commit: r240628 - head/sbin/ipfw

2012-09-18 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09/18/2012 03:36, Hiroki Sato wrote: > Doug Barton wrote > in <5058036f.1010...@freebsd.org>: > > do> On 09/17/2012 19:33, Benjamin Kaduk wrote: > do> > Whitespace cleanup for ipfw.8 -- start each sentence on a new line, > do> > do> We gener

Re: svn commit: r240628 - head/sbin/ipfw

2012-09-18 Thread Hiroki Sato
Doug Barton wrote in <5058036f.1010...@freebsd.org>: do> On 09/17/2012 19:33, Benjamin Kaduk wrote: do> > Whitespace cleanup for ipfw.8 -- start each sentence on a new line, do> do> We generally don't do this at all absent other changes. do> do> We definitely don't make whitespace-only change

Re: svn commit: r240628 - head/sbin/ipfw

2012-09-17 Thread Doug Barton
On 09/17/2012 19:33, Benjamin Kaduk wrote: > Whitespace cleanup for ipfw.8 -- start each sentence on a new line, We generally don't do this at all absent other changes. We definitely don't make whitespace-only changes mixed in with other changes, as it makes the diff too hard to read. Your men

svn commit: r240628 - head/sbin/ipfw

2012-09-17 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Tue Sep 18 02:33:23 2012 New Revision: 240628 URL: http://svn.freebsd.org/changeset/base/240628 Log: Whitespace cleanup for ipfw.8 -- start each sentence on a new line, and put a comma after e.g. and i.e.. While here, wrap long lines. PR: docs/