diff options
author | dd <dd@FreeBSD.org> | 2002-03-11 00:07:55 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-03-11 00:07:55 +0000 |
commit | 70372059b0611d673ef44285d445319cfd113f51 (patch) | |
tree | 0448adf2ac6867d7c05ef59c16394315559c7b8e /sbin/mountd | |
parent | f458f10478f3fb585b16ffd692b9efb1010ea9b4 (diff) | |
download | FreeBSD-src-70372059b0611d673ef44285d445319cfd113f51.zip FreeBSD-src-70372059b0611d673ef44285d445319cfd113f51.tar.gz |
Chase sysctl name.
Submitted by: Christopher Sharp <christopher_sharp@web.de>
Diffstat (limited to 'sbin/mountd')
-rw-r--r-- | sbin/mountd/mountd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 1a0d67d..d4b0c0f 100644 --- a/sbin/mountd/mountd.8 +++ b/sbin/mountd/mountd.8 @@ -74,7 +74,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.nfs.nfs_privport sysctl flag, which +It will automatically clear the vfs.nfsrv.nfs_privport sysctl flag, which controls if the kernel will accept NFS requests from reserved ports only. .It Fl r Allow mount RPCs requests for regular files to be served. |