Page MenuHomeFreeBSD

Update rpc.tlsservd man page for new -N/numdaemons option
ClosedPublic

Authored by rmacklem on Nov 13 2022, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 27, 4:33 PM
Unknown Object (File)
Fri, Jan 24, 1:27 AM
Unknown Object (File)
Thu, Jan 23, 10:47 PM
Unknown Object (File)
Sat, Jan 18, 5:56 PM
Unknown Object (File)
Fri, Jan 17, 12:56 PM
Unknown Object (File)
Sun, Jan 12, 1:49 PM
Unknown Object (File)
Dec 4 2024, 2:25 PM
Unknown Object (File)
Nov 17 2024, 9:35 PM
Subscribers

Details

Summary

Commit 1e588a9ceb36 added a new command line option -N/numdaemons
that specifies how many daemons to run. This allows a server
to be configured with more than one rpc.tlsservd daemon, which
may be necessary to handle a reboot for an NFS server with
many NFS-over-TLS client mounts.

This patch updates the man page for this commit.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Want to have manpages review this?

usr.sbin/rpc.tlsservd/rpc.tlsservd.8
250

Nit: the comma after "fashion" is not needed. Can be fixed before pushing.

This revision is now accepted and ready to land.Nov 13 2022, 10:44 PM