Blame SOURCES/nfs-utils-1.3.0-nfsman-minorversion.patch

64c563
diff -up nfs-utils-1.3.0/utils/mount/nfs.man.orig nfs-utils-1.3.0/utils/mount/nfs.man
64c563
--- nfs-utils-1.3.0/utils/mount/nfs.man.orig	2017-03-31 16:15:33.487985468 -0400
64c563
+++ nfs-utils-1.3.0/utils/mount/nfs.man	2017-03-31 16:30:21.321755420 -0400
64c563
@@ -769,6 +769,23 @@ so if this mount option is not specified
64c563
 uses the TCP protocol.
64c563
 Refer to the TRANSPORT METHODS section for more details.
64c563
 .TP 1.5i
64c563
+.BI minorversion= n
64c563
+Specifies the protocol minor version number.
64c563
+NFSv4 introduces "minor versioning," where NFS protocol enhancements can
64c563
+be introduced without bumping the NFS protocol version number.
64c563
+Before kernel 2.6.38, the minor version is always zero, and this
64c563
+option is not recognized.
64c563
+After this kernel, specifying "minorversion=1" enables a number of
64c563
+advanced features, such as NFSv4 sessions.
64c563
+.IP
64c563
+Recent kernels allow the minor version to be specified using the
64c563
+.B vers=
64c563
+option.
64c563
+For example, specifying
64c563
+.B vers=4.1
64c563
+is the same as specifying
64c563
+.BR vers=4,minorversion=1 .
64c563
+.TP 1.5i
64c563
 .BI port= n
64c563
 The numeric value of the server's NFS service port.
64c563
 If the server's NFS service is not available on the specified port,