Re: svn commit: r334630 - head/usr.bin/indent

2018-06-04 Thread Rodney W. Grimes
> On Mon, Jun 4, 2018, 8:47 PM Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > [ Charset ISO-8859-1 unsupported, converting... ] > > > On Mon, 2018-06-04 at 17:00 -0700, Rodney W. Grimes wrote: > > > > > > > > > > Author: pstef > > > > > Date: Mon Jun??4 20:24:31 2018 > > > > > N

Re: svn commit: r334630 - head/usr.bin/indent

2018-06-04 Thread Warner Losh
On Mon, Jun 4, 2018, 8:47 PM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > [ Charset ISO-8859-1 unsupported, converting... ] > > On Mon, 2018-06-04 at 17:00 -0700, Rodney W. Grimes wrote: > > > > > > > > Author: pstef > > > > Date: Mon Jun??4 20:24:31 2018 > > > > New Revision: 33463

Re: svn commit: r334630 - head/usr.bin/indent

2018-06-04 Thread Rodney W. Grimes
[ Charset ISO-8859-1 unsupported, converting... ] > On Mon, 2018-06-04 at 17:00 -0700, Rodney W. Grimes wrote: > > > > > > Author: pstef > > > Date: Mon Jun??4 20:24:31 2018 > > > New Revision: 334630 > > > URL: https://svnweb.freebsd.org/changeset/base/334630 > > > > > > Log: > > > ? indent(1):

Re: svn commit: r334630 - head/usr.bin/indent

2018-06-04 Thread Ian Lepore
On Mon, 2018-06-04 at 17:00 -0700, Rodney W. Grimes wrote: > > > > Author: pstef > > Date: Mon Jun  4 20:24:31 2018 > > New Revision: 334630 > > URL: https://svnweb.freebsd.org/changeset/base/334630 > > > > Log: > >   indent(1): remove static const char copyright[] > >    > >   It repeats what is

Re: svn commit: r334630 - head/usr.bin/indent

2018-06-04 Thread Rodney W. Grimes
> Author: pstef > Date: Mon Jun 4 20:24:31 2018 > New Revision: 334630 > URL: https://svnweb.freebsd.org/changeset/base/334630 > > Log: > indent(1): remove static const char copyright[] > > It repeats what is already said in the heading comment and it's optimized > out > so serves no pu

svn commit: r334630 - head/usr.bin/indent

2018-06-04 Thread Piotr Pawel Stefaniak
Author: pstef Date: Mon Jun 4 20:24:31 2018 New Revision: 334630 URL: https://svnweb.freebsd.org/changeset/base/334630 Log: indent(1): remove static const char copyright[] It repeats what is already said in the heading comment and it's optimized out so serves no purpose. Modified: hea