diff mbox series

nfs(5): Fix missing mentions of "rdma6" netid

Message ID 162317221773.1999.16160807270651134948.stgit@oracle-100.nfsv4.dev (mailing list archive)
State New, archived
Headers show
Series nfs(5): Fix missing mentions of "rdma6" netid | expand

Commit Message

Chuck Lever June 8, 2021, 5:10 p.m. UTC
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 utils/mount/nfs.man |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Steve Dickson June 10, 2021, 6:04 p.m. UTC | #1
On 6/8/21 1:10 PM, Chuck Lever wrote:
> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
> ---
>   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.
> 
>
diff mbox series

Patch

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.