* doc/am-utils.texi (nfs_vers, nfs_proto parameters): clarify and
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Oct 2005 16:50:19 +0000 (16:50 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Oct 2005 16:50:19 +0000 (16:50 +0000)
correct mistaken description of nfs_proto.

ChangeLog
doc/am-utils.texi
vers.m4

index d63c7e18e5219094e8d8994fd70714defb6594b5..d48ccca191bae2af216e610b065917c2608fd45e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-11  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       * doc/am-utils.texi (nfs_vers, nfs_proto parameters): clarify and
+       correct mistaken description of nfs_proto.
+
 2005-10-10  Erez Zadok  <ezk@cs.sunysb.edu>
 
        *******************************************************************
index 351f1aeaf92efa48ec0644bf11726e39c99254b5..9f390e5a613a45e54c301693c6ffcf09ab648d66 100644 (file)
@@ -4750,10 +4750,11 @@ another go.
 (type=string, default to trying version tcp then udp).  By default,
 @i{Amd} tries @code{tcp} and then @code{udp}.  This option forces the
 overall NFS protocol used to TCP or UDP.  It overrides what is in the
-@i{Amd} maps, and is useful when @i{Amd} is compiled with NFSv3 support
-that may not be stable.  With this option you can turn off the complete
-usage of NFSv3 dynamically (without having to recompile @i{Amd}) until
-such time as NFSv3 support is desired again.
+@i{Amd} maps, and is useful when @i{Amd} is compiled with TCP support
+in NFSv2/NFSv3 that may not be stable.  With this option you can turn
+off the complete usage of TCP for NFS dynamically (without having to
+recompile @i{Amd}), and use UDP only, until such time as TCP support
+is desired again.
 
 @c ----------------------------------------------------------------
 @node nfs_retransmit_counter Parameter, nfs_retransmit_counter_udp Parameter, nfs_proto Parameter, Global Parameters
@@ -4838,13 +4839,14 @@ parameter, but applied globally only to TCP mounts.
 @subsection @t{nfs_vers} Parameter
 @cindex nfs_vers Parameter
 
-(type=numeric, default to trying version 3 then 2).  By default, @i{Amd}
-tries version 3 and then version 2.  This option forces the overall NFS
-protocol used to version 3 or 2.  It overrides what is in the @i{Amd}
-maps, and is useful when @i{Amd} is compiled with NFSv3 support that may not
-be stable.  With this option you can turn off the complete usage of
-NFSv3 dynamically (without having to recompile @i{Amd}) until such time as
-NFSv3 support is desired again.
+(type=numeric, default to trying version 3 then 2).  By default,
+@i{Amd} tries version 3 and then version 2.  This option forces the
+overall NFS protocol used to version 3 or 2.  It overrides what is in
+the @i{Amd} maps, and is useful when @i{Amd} is compiled with NFSv3
+support that may not be stable.  With this option you can turn off the
+complete usage of NFSv3 dynamically (without having to recompile
+@i{Amd}), and use NFSv2 only, until such time as NFSv3 support is
+desired again.
 
 @c ----------------------------------------------------------------
 @node nis_domain Parameter, normalize_hostnames Parameter, nfs_vers Parameter, Global Parameters
diff --git a/vers.m4 b/vers.m4
index 00b25456929566da9ba88a5f332c44d8303cdf1c..c5a719b1407f5aebdc54139a0bb0ea96f6a2aa5e 100644 (file)
--- a/vers.m4
+++ b/vers.m4
@@ -1 +1 @@
-[6.2a1]dnl
+[6.2a2]dnl