aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-04-18 07:14:20 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-04-21 04:45:36 +0000
commit6b5b4668ce7649c0e2314964ae8f6bb1455ba00d (patch)
tree7cfcb96ed074be6f0f42c54b86a08fd623de4185
parent11793cb6035116242d3480ebff855cc0beea1b0b (diff)
downloadsrc-6b5b4668ce7649c0e2314964ae8f6bb1455ba00d.tar.gz
src-6b5b4668ce7649c0e2314964ae8f6bb1455ba00d.zip
mount_nfs.8: Fix a mandoc warning
- sections out of conventional order: Sh IMPLEMENTATION NOTES (cherry picked from commit c2a9d23736da3593bc7cc883f43d913188d79beb)
-rw-r--r--sbin/mount_nfs/mount_nfs.840
1 files changed, 20 insertions, 20 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index 0e6ea0538063..c3da26c41c66 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -529,6 +529,26 @@ options should only be used as a last ditch effort at improving performance
when mounting servers that do not support TCP mounts.
.El
.El
+.Sh IMPLEMENTATION NOTES
+When neither the
+.Cm rsize
+nor
+.Cm wsize
+options are specified, the I/O size will be set to the largest value
+supported by both the NFS client and server.
+The largest value supported by the NFS client is defined by
+the tunable
+.Cd vfs.maxbcachebuf
+which can be set to a power of two up to
+.Cd kern.maxphys .
+.Pp
+The
+.Xr nfsstat 1
+command with the
+.Ic -m
+command line option will show what
+.Nm
+option settings are actually in use for the mount.
.Sh COMPATIBILITY
The following command line flags are equivalent to
.Fl o
@@ -625,26 +645,6 @@ Same as
Same as
.Fl o Cm nfsv4
.El
-.Sh IMPLEMENTATION NOTES
-When neither the
-.Cm rsize
-nor
-.Cm wsize
-options are specified, the I/O size will be set to the largest value
-supported by both the NFS client and server.
-The largest value supported by the NFS client is defined by
-the tunable
-.Cd vfs.maxbcachebuf
-which can be set to a power of two up to
-.Cd kern.maxphys .
-.Pp
-The
-.Xr nfsstat 1
-command with the
-.Ic -m
-command line option will show what
-.Nm
-option settings are actually in use for the mount.
.Sh SEE ALSO
.Xr nfsstat 1 ,
.Xr nmount 2 ,