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

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