diff options
Diffstat (limited to 'utils/mount/nfs.man')
-rw-r--r-- | utils/mount/nfs.man | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index fe58015..55d4b55 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -481,7 +481,10 @@ command, .I netid is a valid netid listed in .IR /etc/netconfig . -Otherwise, +The value "rdma" may also be specified. +If the +.B mount.nfs +command does not have TI-RPC support, then .I netid is one of "tcp," "udp," or "rdma," and only IPv4 may be used. .IP @@ -523,6 +526,12 @@ option is an alternative to specifying .BR proto=tcp. It is included for compatibility with other operating systems. .TP 1.5i +.B rdma +The +.B rdma +option is an alternative to specifying +.BR proto=rdma. +.TP 1.5i .BI port= n The numeric value of the server's NFS service port. If the server's NFS service is not available on the specified port, |