svn commit: r214619 - stable/8/sbin/mount_nfs

Jaakko Heinonen jh at FreeBSD.org
Mon Nov 1 06:19:44 UTC 2010


Author: jh
Date: Mon Nov  1 06:19:44 2010
New Revision: 214619
URL: http://svn.freebsd.org/changeset/base/214619

Log:
  MFC r214419: Correct a typo.
  
  PR:		151321

Modified:
  stable/8/sbin/mount_nfs/mount_nfs.c
Directory Properties:
  stable/8/sbin/mount_nfs/   (props changed)

Modified: stable/8/sbin/mount_nfs/mount_nfs.c
==============================================================================
--- stable/8/sbin/mount_nfs/mount_nfs.c	Mon Nov  1 06:17:02 2010	(r214618)
+++ stable/8/sbin/mount_nfs/mount_nfs.c	Mon Nov  1 06:19:44 2010	(r214619)
@@ -177,7 +177,7 @@ main(int argc, char *argv[])
 			mountmode = V3;
 			break;
 		case 'a':
-			printf("-a deprecated, use -o readhead=<value>\n");
+			printf("-a deprecated, use -o readahead=<value>\n");
 			build_iovec(&iov, &iovlen, "readahead", optarg, (size_t)-1);
 			break;
 		case 'b':


More information about the svn-src-stable-8 mailing list