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");
if (datalen != DEFDATALEN)
errx(EX_USAGE, "Packet size and ping sweep are mutually
exclusive");
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"