On 6/8/21 1:10 PM, Chuck Lever wrote:
Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> --- utils/mount/nfs.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Committed (tag: nfs-utils-2-5-4-rc7 steved.
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index 5682b5592a66..f98cb47dbf99 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.