summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Vogan <cvogan@us.ibm.com>2013-03-23 08:22:41 -0400
committerSteve Dickson <steved@redhat.com>2013-03-25 10:09:11 -0400
commitfb6e382f9eae38883cfed151fe5e80c021c8b961 (patch)
tree3e38d0bd2baeda0fa3990dcba77563cc94dad7c9 /utils
parent128bca853fc6df20a87d4d3dfe12c1b77204d673 (diff)
downloadnfs-utils-fb6e382f9eae38883cfed151fe5e80c021c8b961.tar.gz
nfs-utils-fb6e382f9eae38883cfed151fe5e80c021c8b961.tar.xz
nfs-utils-fb6e382f9eae38883cfed151fe5e80c021c8b961.zip
NFS man page patch that moves nordirplus/rdirplus
NFS man page patch that moves nordirplus/rdirplus from "Options for NFS versions 2 and 3 only" to "Options supported by all versions". Its a better fit here since this option is also needed for some NFSv4 servers. Signed-off-by: Chris Vogan <cvogan@gmail.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/mount/nfs.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index c15de98..374ac06 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -347,6 +347,13 @@ using an automounter (refer to
.BR automount (8)
for details).
.TP 1.5i
+.BR rdirplus " / " nordirplus
+Selects whether to use NFS v3 or v4 READDIRPLUS requests.
+If this option is not specified, the NFS client uses READDIRPLUS requests
+on NFS v3 or v4 mounts to read small directories.
+Some applications perform better if the client uses only READDIR requests
+for all directories.
+.TP 1.5i
.BI retry= n
The number of minutes that the
.BR mount (8)
@@ -708,13 +715,6 @@ Disabling the NFSACL sideband protocol may be necessary
if the negotiation causes problems on the client or server.
Refer to the SECURITY CONSIDERATIONS section for more details.
.TP 1.5i
-.BR rdirplus " / " nordirplus
-Selects whether to use NFS version 3 READDIRPLUS requests.
-If this option is not specified, the NFS client uses READDIRPLUS requests
-on NFS version 3 mounts to read small directories.
-Some applications perform better if the client uses only READDIR requests
-for all directories.
-.TP 1.5i
.BR local_lock= mechanism
Specifies whether to use local locking for any or both of the flock and the
POSIX locking mechanisms.