Date: Tue, 8 Nov 2016 21:47:01 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r308453 - stable/10/usr.sbin/mountd Message-ID: <201611082147.uA8Ll16T016341@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rmacklem Date: Tue Nov 8 21:47:00 2016 New Revision: 308453 URL: https://svnweb.freebsd.org/changeset/base/308453 Log: MFC: r307891 Fix the man page to reflect the change done by r307890 to mountd.c so that the "-n" option uses the sysctl for the correct NFS server. This is a content change. Modified: stable/10/usr.sbin/mountd/mountd.8 Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/mountd/mountd.8 ============================================================================== --- stable/10/usr.sbin/mountd/mountd.8 Tue Nov 8 21:39:15 2016 (r308452) +++ stable/10/usr.sbin/mountd/mountd.8 Tue Nov 8 21:47:00 2016 (r308453) @@ -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 @@ -96,7 +96,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.[nfsrv|nfsd].nfs_privport sysctl flag, which controls if the kernel will accept NFS requests from reserved ports only. .It Fl o This flag forces the system to run the old NFS server, which does not
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611082147.uA8Ll16T016341>