svn commit: r273851 - head/sbin/mount_nfs

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Oct 30 09:06:53 UTC 2014


Author: trasz
Date: Thu Oct 30 09:06:52 2014
New Revision: 273851
URL: https://svnweb.freebsd.org/changeset/base/273851

Log:
  Note that the "timeout" nfs option is in tenths of a second.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sbin/mount_nfs/mount_nfs.8

Modified: head/sbin/mount_nfs/mount_nfs.8
==============================================================================
--- head/sbin/mount_nfs/mount_nfs.8	Thu Oct 30 08:53:56 2014	(r273850)
+++ head/sbin/mount_nfs/mount_nfs.8	Thu Oct 30 09:06:52 2014	(r273851)
@@ -370,7 +370,8 @@ LAN and WAN configurations compared to U
 Some old NFS servers do not support this method; UDP mounts may be required
 for interoperability.
 .It Cm timeout Ns = Ns Aq Ar value
-Set the initial retransmit timeout to the specified value.
+Set the initial retransmit timeout to the specified value,
+expressed in tenths of a second.
 May be useful for fine tuning UDP mounts over internetworks
 with high packet loss rates or an overloaded server.
 Try increasing the interval if


More information about the svn-src-head mailing list