Blame SOURCES/nfs-utils-1.3.0-mount-nfs-types.patch

e19a30
commit d1f6583a5ff32711a1da1d4a13a29a5700f63504
e19a30
Author: Ben Hutchings <ben@decadent.org.uk>
e19a30
Date:   Thu Apr 2 11:43:33 2015 -0400
e19a30
e19a30
    mount.nfs.man, nfs.man: Update distinction between fstypes
e19a30
    
e19a30
    From: Ben Hutchings <ben@decadent.org.uk>
e19a30
    
e19a30
    this is a resync of the man page updates in the Debian
e19a30
    package with mainline nfs-utils.
e19a30
    
e19a30
    Acked-By: J. Bruce Fields <bfields@fieldses.org>
e19a30
    Signed-off-by: Steve Dickson <steved@redhat.com>
e19a30
e19a30
diff --git a/utils/mount/mount.nfs.man b/utils/mount/mount.nfs.man
e19a30
index 1a4561b..15a82d5 100644
e19a30
--- a/utils/mount/mount.nfs.man
e19a30
+++ b/utils/mount/mount.nfs.man
e19a30
@@ -15,16 +15,20 @@ is meant to be used by the
e19a30
 .BR mount (8)
e19a30
 command for mounting NFS shares. This subcommand, however, can also be used as a standalone command with limited functionality.
e19a30
 
e19a30
-.BR mount.nfs4 
e19a30
-is used for mounting NFSv4 file system, while 
e19a30
-.BR mount.nfs 
e19a30
-is used to mount NFS file systems versions 3 or 2.
e19a30
 .I remotetarget 
e19a30
 is a server share usually in the form of 
e19a30
 .BR servername:/path/to/share.
e19a30
 .I dir 
e19a30
 is the directory on which the file system is to be mounted.
e19a30
 
e19a30
+Under Linux 2.6.32 and later kernel versions,
e19a30
+.BR mount.nfs
e19a30
+can mount all NFS file system versions.  Under earlier Linux kernel versions,
e19a30
+.BR mount.nfs4
e19a30
+must be used for mounting NFSv4 file systems while
e19a30
+.BR mount.nfs
e19a30
+must be used for NFSv3 and v2.
e19a30
+
e19a30
 .SH OPTIONS
e19a30
 .TP
e19a30
 .BI "\-r"