git: f7dc514c01d0 - main - nfsd.8: Update the man page for -N
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jul 2024 19:52:00 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=f7dc514c01d0a3a08e329744eb15c4af495f5fea
commit f7dc514c01d0a3a08e329744eb15c4af495f5fea
Author: Joyu Liao <joyul@juniper.net>
AuthorDate: 2024-07-09 19:50:26 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2024-07-09 19:50:26 +0000
nfsd.8: Update the man page for -N
Commit 77439cd18f23 added a new command line option "-N". 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
---
usr.sbin/nfsd/nfsd.8 | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8
index 9051df4bcb31..10aba5c8d845 100644
--- a/usr.sbin/nfsd/nfsd.8
+++ b/usr.sbin/nfsd/nfsd.8
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 16, 2024
+.Dd July 5, 2024
.Dt NFSD 8
.Os
.Sh NAME
@@ -34,7 +34,7 @@
NFS server
.Sh SYNOPSIS
.Nm
-.Op Fl ardute
+.Op Fl arduteN
.Op Fl n Ar num_servers
.Op Fl h Ar bindip
.Op Fl p Ar pnfs_setup
@@ -216,6 +216,10 @@ Serve TCP NFS clients.
Serve UDP NFS clients.
.It Fl e
Ignored; included for backward compatibility.
+.It Fl N
+Cause
+.Nm
+to execute in the foreground instead of in daemon mode.
.El
.Pp
For example,