diff options
author | Steve Dickson <steved@redhat.com> | 2010-10-19 15:54:35 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2010-10-20 14:01:59 -0400 |
commit | c62d756402509ca5d07c1fd4d2e5a9d78dc4171b (patch) | |
tree | ebf6a5a3b83b56214cc518df34a778a7d1242970 | |
parent | 79e9079e9af4e5c2aa1d77815df1147b26876eb8 (diff) | |
download | nfs-utils-c62d756402509ca5d07c1fd4d2e5a9d78dc4171b.tar.gz nfs-utils-c62d756402509ca5d07c1fd4d2e5a9d78dc4171b.tar.xz nfs-utils-c62d756402509ca5d07c1fd4d2e5a9d78dc4171b.zip |
Updated rpc.mountd man page
Updated the rpc.mountd man page to no longer reference
v3 as the "newer" version and also mentioned v4 as
a supported version.
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/mountd/mountd.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man index 4bb96e8..016a357 100644 --- a/utils/mountd/mountd.man +++ b/utils/mountd/mountd.man @@ -106,11 +106,11 @@ This option can be used to request that .B rpc.mountd do not offer certain versions of NFS. The current version of .B rpc.mountd -can support both NFS version 2 and the newer version 3. If the -NFS kernel module was compiled without support for NFSv3, +can support both NFS version 2, 3 and 4. If the +either one of these version should not be offered, .B rpc.mountd must be invoked with the option -.B "\-\-no-nfs-version 3" . +.B "\-\-no-nfs-version <vers>" . .TP .B \-n " or " \-\-no-tcp Don't advertise TCP for mount. |