diff options
author | Chris Vogan <cvogan@us.ibm.com> | 2013-05-07 11:08:52 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2013-05-07 11:08:52 -0400 |
commit | 8fc8022c75956efb14cd2b1fa93210d534310cf9 (patch) | |
tree | fd96495982894d4fbf7fb9be5c27c7b14322012e | |
parent | c34fc12066180b4ccfef94d2e815c8c26b646cee (diff) | |
download | nfs-utils-8fc8022c75956efb14cd2b1fa93210d534310cf9.tar.gz nfs-utils-8fc8022c75956efb14cd2b1fa93210d534310cf9.tar.xz nfs-utils-8fc8022c75956efb14cd2b1fa93210d534310cf9.zip |
nfs.man: Move nfsvers to "Options supported by all versions" section
After inclusion of NFSv4.1 it seems that now you can specify an NFSv4
mount with either "-tnfs4" or "-overs=4". This patch moves "nfsvers/vers"
from "Options for NFS versions 2 and 3 only" to "Options supported by
all versions".
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/mount/nfs.man | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index a8ec46c..2a42b93 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -84,6 +84,20 @@ in .SS "Options supported by all versions" These options are valid to use with any NFS version. .TP 1.5i +.BI nfsvers= n +The NFS protocol version number used to contact the server's NFS service. +If the server does not support the requested version, the mount request +fails. +If this option is not specified, the client negotiates a suitable version +with +the server, trying version 4 first, version 3 second, and version 2 last. +.TP 1.5i +.BI vers= n +This option is an alternative to the +.B nfsvers +option. +It is included for compatibility with other operating systems +.TP 1.5i .BR soft " / " hard Determines the recovery behavior of the NFS client after an NFS request times out. @@ -621,18 +635,6 @@ Using this option ensures that reports the proper maximum component length to applications in such cases. .TP 1.5i -.BI nfsvers= n -The NFS protocol version number used to contact the server's NFS service. -If the server does not support the requested version, the mount request fails. -If this option is not specified, the client negotiates a suitable version with -the server, trying version 4 first, version 3 second, and version 2 last. -.TP 1.5i -.BI vers= n -This option is an alternative to the -.B nfsvers -option. -It is included for compatibility with other operating systems. -.TP 1.5i .BR lock " / " nolock Selects whether to use the NLM sideband protocol to lock files on the server. If neither option is specified (or if |