aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2021-06-10 12:12:44 -0400
committerSteve Dickson <steved@redhat.com>2021-06-10 12:15:51 -0400
commit6a2b51f698959d643ec15dc0d438ad8f9af97dbb (patch)
tree44d517564e0bed2e1f20e09f303ee88672a86e7b /utils
parenta3d6e20753de4c5b97f66329f995d1adb1ac7149 (diff)
downloadnfs-utils-6a2b51f698959d643ec15dc0d438ad8f9af97dbb.tar.gz
nfs(5): Fix missing mentions of "rdma6" netid
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/mount/nfs.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index 19fe22fb..c3de10d5 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -564,7 +564,7 @@ The
.I netid
determines the transport that is used to communicate with the NFS
server. Available options are
-.BR udp ", " udp6 ", "tcp ", " tcp6 ", and " rdma .
+.BR udp ", " udp6 ", "tcp ", " tcp6 ", " rdma ", and " rdma6 .
Those which end in
.B 6
use IPv6 addresses and are only available if support for TI-RPC is
@@ -812,7 +812,7 @@ The
.I netid
determines the transport that is used to communicate with the NFS
server. Supported options are
-.BR tcp ", " tcp6 ", and " rdma .
+.BR tcp ", " tcp6 ", " rdma ", and " rdma6 .
.B tcp6
use IPv6 addresses and is only available if support for TI-RPC is
built in. Both others use IPv4 addresses.