diff options
author | Joyu Liao <joyul@juniper.net> | 2024-07-11 19:48:31 +0000 |
---|---|---|
committer | Rick Macklem <rmacklem@FreeBSD.org> | 2024-07-11 19:50:46 +0000 |
commit | 2e5c9eaf5728dd96ce456f6fab18c50c0dfb5f5c (patch) | |
tree | b4ba99427456fd8aee3bf72b1ee5bb6d9bdaf639 | |
parent | 8cd71a0e01d60cc4eb0cdef3c62556a516976b77 (diff) | |
download | src-2e5c9eaf5728dd96ce456f6fab18c50c0dfb5f5c.tar.gz src-2e5c9eaf5728dd96ce456f6fab18c50c0dfb5f5c.zip |
mountd.8: Update the man page for -N and -s
Commit 7c2901b08b4e added new command line options "-N" and "-s".
This patch updates the man page for this.
This is a content change.
Reviewed by: Alexander Ziaee <concussious.bugzilla@runbox.com> (manpages)
Differential Revision: https://reviews.freebsd.org/D45118
-rw-r--r-- | usr.sbin/mountd/mountd.8 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index 6528aa3c94a1..5c5717063f15 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 8, 2024 +.Dd July 5, 2024 .Dt MOUNTD 8 .Os .Sh NAME @@ -35,7 +35,7 @@ mount requests .Sh SYNOPSIS .Nm -.Op Fl 2AdelnRrS +.Op Fl 2AdelNnRrSs .Op Fl h Ar bindip .Op Fl p Ar port .Op Ar exportsfile ... @@ -98,6 +98,10 @@ to the list. Cause all succeeded .Nm requests to be logged. +.It Fl N +Cause +.Nm +to execute in the foreground instead of in daemon mode. .It Fl n Allow non-root mount requests to be served. This should only be specified if there are clients such as PC's, @@ -158,6 +162,13 @@ crashes while an exports load is in progress, .Nm must be restarted to get the nfsd threads running again, if this option is used. +.It Fl s +Cause +.Nm +to skip automatic binding to localhost for IPv4 and IPv6. +This option is meaningless unless +.Fl h +has also been used. .El .Pp When |