* scripts/amd.conf.5: correct title to section 5, not 8. Correct
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 13 Dec 2001 21:01:58 +0000 (21:01 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 13 Dec 2001 21:01:58 +0000 (21:01 +0000)
reversed meaning of nfs_proto and nfs_vers parameters.  Typos
reported by Peter Breitenlohner <peb@mppmu.mpg.de>.

AUTHORS
ChangeLog
scripts/amd.conf.5

diff --git a/AUTHORS b/AUTHORS
index 54ee50f5d8d6f3f23b9c5b3860bb53ca4188caf6..6a957c82c07c27aeb1ae01c651c114fe9ba164ff 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -268,6 +268,7 @@ copies, and using cached copies if map failed to reload.
 * Peter Breitenlohner <peb@mppmu.mpg.de>
 July 24, 1999: patch for linux 2.2.x to work with older libc5 systems, and
 nis_isup mis-logic fixes.
+December 13, 2001: report typos in scripts/amd.conf.5.
 
 * Dale Talcott <aeh@quest.cc.purdue.edu>
 July 26, 1999: added NFS3 support for AIX mounting.
index 54dd444cb6928d487ccfa090c29e0889fb9330b2..c0d08f38100dbef735e0b0c61fe8fad27303ec7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-13  Erez Zadok  <ezk@agora.fsl.cs.sunysb.edu>
+
+       * scripts/amd.conf.5: correct title to section 5, not 8.  Correct
+       reversed meaning of nfs_proto and nfs_vers parameters.  Typos
+       reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
+
 2001-12-02  Erez Zadok  <ezk@agora.fsl.cs.sunysb.edu>
 
        * scripts/ctl-amd.in: run "test" or "[" in front of -x/-f
index ad843c5b91c97ec985cd38bc28d69663197f8c81..e0f93ef49b97cc12638123e328aa5b748edb877f 100644 (file)
@@ -38,9 +38,9 @@
 .\"
 .\"    %W% (Berkeley) %G%
 .\"
-.\" $Id: amd.conf.5,v 1.7.2.3 2001/04/07 00:47:45 ib42 Exp $
+.\" $Id: amd.conf.5,v 1.7.2.4 2001/12/13 21:02:00 ezk Exp $
 .\"
-.TH AMD.CONF 8 "7 August 1997"
+.TH AMD.CONF 5 "7 August 1997"
 .SH NAME
 amd.conf \- amd configuration file
 .SH SYNOPSIS
@@ -332,7 +332,7 @@ options by running amd \-H.  Possible values are:
 .fi
 
 .TP
-.BR nfs_proto " (numeric, default to trying version 3 then 2)"
+.BR nfs_vers " (numeric, default to trying version 3 then 2)"
 By default, 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
 amd maps, and is useful when amd is compiled with NFSv3 support that may not
@@ -371,7 +371,7 @@ parameters change the overall retry interval.  Too long an interval gives
 poor interactive response; too short an interval causes excessive retries.
 
 .TP
-.BR nfs_vers " (string, default to trying version tcp then udp)"
+.BR nfs_proto " (string, default to trying version tcp then udp)"
 By default, amd tries TCP and then UDP.  This option forces the overall NFS
 protocol used to TCP or UDP.  It overrides what is in the amd maps, and is
 useful when amd is compiled with NFSv3 support that may not be stable.  With