svn commit: r306438 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Thu Sep 29 08:32:21 UTC 2016


Author: pho
Date: Thu Sep 29 08:32:19 2016
New Revision: 306438
URL: https://svnweb.freebsd.org/changeset/base/306438

Log:
  Fixed typo.
  
  Noticed by:	 pgollucci@
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/credleak.sh
  user/pho/stress2/misc/link.sh

Modified: user/pho/stress2/misc/credleak.sh
==============================================================================
--- user/pho/stress2/misc/credleak.sh	Thu Sep 29 06:54:02 2016	(r306437)
+++ user/pho/stress2/misc/credleak.sh	Thu Sep 29 08:32:19 2016	(r306438)
@@ -146,7 +146,7 @@ main(int argc, char **argv)
 	int i, j;
 
 	if (argc != 2)
-		errx(1, "Usage: %s <fill path to dir>", argv[0]);
+		errx(1, "Usage: %s <full path to dir>", argv[0]);
 	dir = argv[1];
 
 	for (j = 0; j < LOOPS; j++) {

Modified: user/pho/stress2/misc/link.sh
==============================================================================
--- user/pho/stress2/misc/link.sh	Thu Sep 29 06:54:02 2016	(r306437)
+++ user/pho/stress2/misc/link.sh	Thu Sep 29 08:32:19 2016	(r306438)
@@ -176,7 +176,7 @@ main(int argc, char **argv)
 	int i, type;
 
 	if (argc != 2)
-		errx(1, "Usage: %s <fill path to dir>", argv[0]);
+		errx(1, "Usage: %s <full path to dir>", argv[0]);
 	dir = argv[1];
 	type = arc4random() % 2; /* test either link() or rename() */
 


More information about the svn-src-user mailing list