Date: Fri, 18 Mar 2016 18:40:38 +0300 (MSK) From: Maxim Konovalov <maxim.konovalov@gmail.com> To: Benjamin Kaduk <bjkfbsd@gmail.com> Cc: "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r297025 - head/sbin/ping Message-ID: <alpine.BSF.2.20.1603181840240.8182@mp2.macomnet.net> In-Reply-To: <CAJ5_RoAdWMBmSYOmxrVRDNkteiYv1m94GKkF=8gq4OWk5qwW8g@mail.gmail.com> References: <201603181507.u2IF7irG077827@repo.freebsd.org> <CAJ5_RoAdWMBmSYOmxrVRDNkteiYv1m94GKkF=8gq4OWk5qwW8g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18 Mar 2016, 10:27-0500, Benjamin Kaduk wrote: > On Fri, Mar 18, 2016 at 10:07 AM, Maxim Konovalov <maxim@freebsd.org> wrote: > > > Author: maxim > > Date: Fri Mar 18 15:07:43 2016 > > New Revision: 297025 > > URL: https://svnweb.freebsd.org/changeset/base/297025 > > > > Log: > > o Kill EoL whitespaces. > > > > Modified: > > head/sbin/ping/ping.c > > > > Modified: head/sbin/ping/ping.c > > > > ============================================================================== > > --- head/sbin/ping/ping.c Fri Mar 18 15:06:50 2016 (r297024) > > +++ head/sbin/ping/ping.c Fri Mar 18 15:07:43 2016 (r297025) > > @@ -794,7 +794,7 @@ main(int argc, char *const *argv) > > #endif > > if (sweepmax) { > > if (sweepmin > sweepmax) > > - errx(EX_USAGE, "Maximum packet size must be no > > less than the minimum packet size"); > > + errx(EX_USAGE,"Maximum packet size must be no less > > than the minimum packet size"); > > > > Looks like the space immediately after the comma was also lost. > > -Ben > That's strange. Thanks, will fix that. -- Maxim Konovalov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1603181840240.8182>