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

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