Author: rmacklem
Date: Tue Oct 25 00:59:23 2016
New Revision: 307891
URL: https://svnweb.freebsd.org/changeset/base/307891

Log:
  Fix the man page to reflect the change done by r307890 to mountd.c
  so that the "-n" option uses the sysctl for the new NFS server.
  This is a content change.
  
  PR:           213450
  Submitted by: r...@bytecamp.net
  MFC after:    2 weeks

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

Modified: head/usr.sbin/mountd/mountd.8
==============================================================================
--- head/usr.sbin/mountd/mountd.8       Tue Oct 25 00:52:42 2016        
(r307890)
+++ head/usr.sbin/mountd/mountd.8       Tue Oct 25 00:59:23 2016        
(r307891)
@@ -28,7 +28,7 @@
 .\"     @(#)mountd.8   8.4 (Berkeley) 4/28/95
 .\" $FreeBSD$
 .\"
-.Dd October 14, 2012
+.Dd October 24, 2016
 .Dt MOUNTD 8
 .Os
 .Sh NAME
@@ -95,7 +95,7 @@ requests to be logged.
 Allow non-root mount requests to be served.
 This should only be specified if there are clients such as PC's,
 that require it.
-It will automatically clear the vfs.nfsrv.nfs_privport sysctl flag, which
+It will automatically clear the vfs.nfsd.nfs_privport sysctl flag, which
 controls if the kernel will accept NFS requests from reserved ports only.
 .It Fl p Ar port
 Force
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to