Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2016 08:32:19 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r306438 - user/pho/stress2/misc
Message-ID:  <201609290832.u8T8WJBL098980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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() */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609290832.u8T8WJBL098980>