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

Rick Macklem rmacklem at FreeBSD.org
Thu Feb 4 17:13:39 UTC 2010


Author: rmacklem
Date: Thu Feb  4 17:13:38 2010
New Revision: 203494
URL: http://svn.freebsd.org/changeset/base/203494

Log:
  MFC: r202772
  Document the negnametimeo option for mount_nfs as implemented
  by r202767. This is a content change.

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

Modified: stable/8/sbin/mount_nfs/mount_nfs.8
==============================================================================
--- stable/8/sbin/mount_nfs/mount_nfs.8	Thu Feb  4 16:59:36 2010	(r203493)
+++ stable/8/sbin/mount_nfs/mount_nfs.8	Thu Feb  4 17:13:38 2010	(r203494)
@@ -151,6 +151,10 @@ Force the mount protocol to use UDP tran
 (Necessary for some old
 .Bx
 servers.)
+.It Cm negnametimeo Ns = Ns Aq Ar value
+Override the default of NFS_DEFAULT_NEGNAMETIMEO for the timeout (in seconds)
+for negative name cache entries. If this is set to 0 it disables negative
+name caching for the mount point.
 .It Cm nfsv2
 Use the NFS Version 2 protocol (the default is to try version 3 first
 then version 2).


More information about the svn-src-all mailing list