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