svn commit: r317270 - head/usr.sbin/nfsuserd

Rick Macklem rmacklem at FreeBSD.org
Fri Apr 21 20:53:53 UTC 2017


Author: rmacklem
Date: Fri Apr 21 20:53:51 2017
New Revision: 317270
URL: https://svnweb.freebsd.org/changeset/base/317270

Log:
  Get rid of bogus statement in the nfsuserd.8 man page.
  
  The nfsuserd.8 man page stated that a usertimeout of 0 would disable
  the cache timeout. This was simply not true, so this patch deletes
  the sentence.
  
  This is a content change.
  
  PR:		217406
  MFC after:	2 weeks

Modified:
  head/usr.sbin/nfsuserd/nfsuserd.8

Modified: head/usr.sbin/nfsuserd/nfsuserd.8
==============================================================================
--- head/usr.sbin/nfsuserd/nfsuserd.8	Fri Apr 21 20:08:10 2017	(r317269)
+++ head/usr.sbin/nfsuserd/nfsuserd.8	Fri Apr 21 20:53:51 2017	(r317270)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 1, 2015
+.Dd April 21, 2017
 .Dt NFSUSERD 8
 .Os
 .Sh NAME
@@ -64,8 +64,8 @@ if that name is not a fully qualified ho
 reported by
 .Xr getaddrinfo 3 .
 .It Fl usertimeout Ar minutes
-Overrides the default timeout for cache entries, in minutes. If the
-timeout is specified as 0, cache entries never time out. The longer the
+Overrides the default timeout for cache entries, in minutes.
+The longer the
 time out, the better the performance, but the longer it takes for replaced
 entries to be seen. If your user/group database management system almost
 never re-uses the same names or id numbers, a large timeout is recommended.


More information about the svn-src-head mailing list