aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ebdrup Jensen <debdrup@FreeBSD.org>2024-01-08 13:50:10 +0000
committerDaniel Ebdrup Jensen <debdrup@FreeBSD.org>2024-01-09 11:14:57 +0000
commit45486372ca8da6385bee3eaed2f0279c94db0476 (patch)
treea350eb32435043dfb288fd935b0a7e80c249c5a1
parentc925f0720f58bf6021aeeb4dd1fafbc7421b209c (diff)
downloadsrc-45486372ca8da6385bee3eaed2f0279c94db0476.tar.gz
src-45486372ca8da6385bee3eaed2f0279c94db0476.zip
nfsv4(4): Reflow lines to 80 character limit
In belatedly fixing a mistake made in fbbdfa2b8a42, I noticed that igor and mandoc -Tlint had a few more things to say. As such, I'm reflowing a few lines and fixing a contraction. MFC with: fbbdfa2b8a42
-rw-r--r--usr.sbin/nfsd/nfsv4.419
1 files changed, 10 insertions, 9 deletions
diff --git a/usr.sbin/nfsd/nfsv4.4 b/usr.sbin/nfsd/nfsv4.4
index 13f4ec942eba..e96e507e23ad 100644
--- a/usr.sbin/nfsd/nfsv4.4
+++ b/usr.sbin/nfsd/nfsv4.4
@@ -154,8 +154,8 @@ either client or server, this daemon must be running.
The form where the numbers are in the strings can only be used for AUTH_SYS.
To configure your systems this way, the
.Xr nfsuserd 8
-daemon does not need to be running on the server, but the following sysctls need to be
-set to 1 on the server.
+daemon does not need to be running on the server, but the following sysctls
+need to be set to 1 on the server.
.sp
.Bd -literal -offset indent -compact
vfs.nfs.enable_uidtostring
@@ -177,8 +177,8 @@ report a lot of ``nobody'' and ``nogroup'' ownerships.
.Pp
Although uid/gid numbers are no longer used in the
.Nm
-protocol except optionally in the above strings, they will still be in the RPC authentication fields when
-using AUTH_SYS (sec=sys), which is the default.
+protocol except optionally in the above strings, they will still be in the RPC
+authentication fields when using AUTH_SYS (sec=sys), which is the default.
As such, in this case both the user/group name and number spaces must
be consistent between the client and server.
.Pp
@@ -306,7 +306,8 @@ are set in
Without a functioning callback path, a server will never issue Delegations
to a client.
.sp
-For NFSv4.0, by default, the callback address will be set to the IP address acquired via
+For NFSv4.0, by default, the callback address will be set to the IP address
+acquired via
.Fn rtalloc
in the kernel and port# 7745.
To override the default port#, a command line option for
@@ -324,9 +325,9 @@ N.N.N.N.N.N
where the first 4 Ns are the host IP address and the last two are the
port# in network byte order (all decimal #s in the range 0-255).
.Pp
-For NFSv4.1 and NFSv4.2, the callback path (called a backchannel) uses the same TCP connection as the mount,
-so none of the above applies and should work through gateways without
-any issues.
+For NFSv4.1 and NFSv4.2, the callback path (called a backchannel) uses the
+same TCP connection as the mount, so none of the above applies and should
+work through gateways without any issues.
.Pp
To build a kernel with the client that supports
.Nm
@@ -354,7 +355,7 @@ It occurs when an nfsd thread tries to do an NFSv4
.Fn VOP_RECLAIM
/ Close RPC as part of acquiring a new vnode.
If all other nfsd threads are blocked waiting for lock(s) held by this nfsd
-thread, then there isn't an nfsd thread to service the Close RPC.
+thread, then there is no nfsd thread to service the Close RPC.
.Sh FILES
.Bl -tag -width /var/db/nfs-stablerestart.bak -compact
.It Pa /var/db/nfs-stablerestart