From: Chuck Lever Date: Mon, 29 Sep 2008 11:34:59 +0000 (-0400) Subject: nfs(5): Replace the term "netid" in mount option descriptions X-Git-Tag: nfs-utils-1-1-4~10 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=4b3c476a3dd3a1fa7d6b1ff2a91406c30775208d nfs(5): Replace the term "netid" in mount option descriptions Mike Eisler noted that the use of the term "netid" in the descriptions of the "proto=" option is not appropriate, since Linux does not allow "udp6" or "tcp6". Replaced the term "netid" with "transport" in nfs(5). Signed-off-by: Chuck Lever Signed-off-by: Tom Talpey Signed-off-by: Steve Dickson --- diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index 0fc5079..319bf90 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -411,10 +411,10 @@ for mounting the .B nfs file system type. .TP 1.5i -.BI proto= netid +.BI proto= transport The transport protocol used by the NFS client to transmit requests to the NFS server for this mount point. -.I netid +.I prot can be either .B udp or @@ -489,11 +489,11 @@ or the server's mountd service is not available on the advertised port. This option can be used when mounting an NFS server through a firewall that blocks the rpcbind protocol. .TP 1.5i -.BI mountproto= netid +.BI mountproto= transport The transport protocol used by the NFS client to transmit requests to the NFS server's mountd service when performing this mount request, and when later unmounting this mount point. -.I netid +.I prot can be either .B udp or @@ -638,10 +638,10 @@ for mounting the .B nfs4 file system type. .TP 1.5i -.BI proto= netid +.BI proto= transport The transport protocol used by the NFS client to transmit requests to the NFS server for this mount point. -.I netid +.I prot can be either .B udp or