From owner-svn-src-all@FreeBSD.ORG Thu Feb 4 17:13:39 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3192B1065692; Thu, 4 Feb 2010 17:13:39 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 21E998FC16; Thu, 4 Feb 2010 17:13:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o14HDd0f078850; Thu, 4 Feb 2010 17:13:39 GMT (envelope-from rmacklem@svn.freebsd.org) Received: (from rmacklem@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o14HDdnw078848; Thu, 4 Feb 2010 17:13:39 GMT (envelope-from rmacklem@svn.freebsd.org) Message-Id: <201002041713.o14HDdnw078848@svn.freebsd.org> From: Rick Macklem Date: Thu, 4 Feb 2010 17:13:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203494 - stable/8/sbin/mount_nfs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2010 17:13:39 -0000 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).