Document the negnametimeo option for mount_nfs as implemented

by r202767. This is a content change.

MFC after:	2 weeks
This commit is contained in:
Rick Macklem 2010-01-21 21:21:00 +00:00
parent 9a179dd8be
commit 30607997bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202772

View File

@ -151,6 +151,10 @@ Force the mount protocol to use UDP transport, even for TCP NFS mounts.
(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).