svn commit: r297027 - head/sbin/ping

Maxim Konovalov maxim at FreeBSD.org
Fri Mar 18 15:44:23 UTC 2016


Author: maxim
Date: Fri Mar 18 15:44:21 2016
New Revision: 297027
URL: https://svnweb.freebsd.org/changeset/base/297027

Log:
  o Restore some good whitespace killed in the previous commit.
  
  Spotted by:	bjk

Modified:
  head/sbin/ping/ping.c

Modified: head/sbin/ping/ping.c
==============================================================================
--- head/sbin/ping/ping.c	Fri Mar 18 15:27:57 2016	(r297026)
+++ head/sbin/ping/ping.c	Fri Mar 18 15:44:21 2016	(r297027)
@@ -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");


More information about the svn-src-all mailing list