From 98137ab1d10c9f9c9cb374f77acee2426be69793 Mon Sep 17 00:00:00 2001 From: msmith Date: Sun, 15 Nov 1998 20:29:27 +0000 Subject: [PATCH] Document the new nfs_access_cache variable. --- share/man/man5/rc.conf.5 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 6ea12b962835..bda1a07bba70 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rc.conf.5,v 1.23 1998/10/06 19:24:26 phk Exp $ +.\" $Id: rc.conf.5,v 1.24 1998/10/08 18:47:30 des Exp $ .\" .Dd April 26, 1997 .Dt RC.CONF 5 @@ -285,6 +285,16 @@ is set to these are the flags to pass to the .Xr nfsiod 8 daemon. +.It Ar nfs_access_cache +if +.Ar nfs_client_enable +is set to +.Ar YES , +this can be set to +.Ar 0 +to disable NFS ACCESS RPC caching, or to the number of seconds for which NFS ACCESS +results should be cached. A value of 2-10 seconds will substantially reduce network +traffic for many NFS operations. .It Ar nfs_server_enable (bool) If set to .Ar YES ,