Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2014 09:06:53 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273851 - head/sbin/mount_nfs
Message-ID:  <201410300906.s9U96rfv001783@svn.freebsd.org>

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



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