]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P235_RC NTP_4_2_5P235_RC
authorHarlan Stenn <stenn@ntp.org>
Sun, 18 Oct 2009 10:46:43 +0000 (06:46 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 18 Oct 2009 10:46:43 +0000 (06:46 -0400)
bk: 4adaf213jTWX_7otmAVV1qHJQ2iznw

26 files changed:
ChangeLog
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.1
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 4fa396f90c4b7b0e9b45c2e941ab97fb18712418..9a62b14a670c77b23d172abac1979d97483273f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p235-RC) 2009/10/18 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1343] lib/isc build breaks on systems without IPv6 headers.
 (4.2.5p234-RC) 2009/10/16 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1339] redux, use unmodified lib/isc/win32/strerror.c and
index 291314107d5c37fdc06befd47aebaef0376697cf..b1199573929e7b78e2442a2b2e538f1442f58b74 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:37:30 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:37:04 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -949,7 +949,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p234-RC\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p235-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index f60515bce67c126c4392a887f76784c50e284a55..689ae8e6886fb398e6791aaad2fe7bb815a49114 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:37:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:37:03 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    35
-#define NTPD_VERSION       "4.2.5p234-RC"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p234-RC"
+#define NTPD_VERSION       "4.2.5p235-RC"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p235-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c4bd67c0c65b201f5ce5c8319145db5776a42360..a4bba601e364ddc9fd44eb8b16d5d791451b4085 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 16, 2009 at 06:37:33 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 18, 2009 at 06:37:06 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 97fad3e04ce687133f5e57c18af7df31dc072855..0cb8043f04ab5c44a031d30dfae2e1057fcb98ce 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-10-16 "( 4.2.5p234-RC)" "Programmer's Manual"
+.TH NTPD 1 2009-10-18 "( 4.2.5p235-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October 16, 2009 at 06:37:32 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 18, 2009 at 06:37:05 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 430d5097d1f4ef727ac51b86f634bc0bc6d761ae..5f70fd692c6d4485b0361a19fce86241a026e477 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:39:52 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:39:04 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -437,7 +437,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p234-RC\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p235-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ded10675589d610c779a535fd0e93feed2923d6b..7fb4cadef4296d99b8c4e9ffa41804da56d0454b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:39:51 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:39:04 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p234-RC"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p234-RC"
+#define NTPDC_VERSION       "4.2.5p235-RC"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p235-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 03944871c0f97f44b6a394b614a0b40883f8c0f3..e0a51d56e303693743835fa36523d9fddbf9f91e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 16, 2009 at 06:39:54 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 18, 2009 at 06:39:06 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a709e626e0868c3786e9b722d8c5993a48141410..9b8c1fd1ef317c71190e8478c70442790f8c7873 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-10-16 "( 4.2.5p234-RC)" "Programmer's Manual"
+.TH NTPDC 1 2009-10-18 "( 4.2.5p235-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  October 16, 2009 at 06:39:53 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 18, 2009 at 06:39:05 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 05359c5109fc64ec7ec45e1b1c44627edbb76ad0..98484127faad926be71f2e15754e79bf89c56a2d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:40:34 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:39:36 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -420,7 +420,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p234-RC\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p235-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3a3223ec59ff215de0c9f73f3924276bfc2d9442..1842fe6d816e69d8e27be60bd0c9ba4895ede0e7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:40:33 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:39:36 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.5p234-RC"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p234-RC"
+#define NTPQ_VERSION       "4.2.5p235-RC"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p235-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 77683cf1133c5efd041130d0aaf7f573cc709393..ae10dbf1c6da718d180045ebc0442663c5b2ca75 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 16, 2009 at 06:40:37 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 18, 2009 at 06:39:39 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6194b0b4353b9a0f298f5888bf5cea9e82f8dc24..0c267b521043bfd411f30bf99797629be9e30330 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-10-16 "( 4.2.5p234-RC)" "Programmer's Manual"
+.TH NTPQ 1 2009-10-18 "( 4.2.5p235-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  October 16, 2009 at 06:40:36 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 18, 2009 at 06:39:38 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cfef9d6e372b77b333db9c1ef33a402c82e3a935..66a687712b57612dcf78b2eddfb8eeaf5578d59f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:41:10 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:40:08 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -226,7 +226,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p234-RC\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p235-RC\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b11c184fedb92dea624de309dfb123bc7fd16121..377337d3df52f55d2f7423cead24739ba94fce8d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:41:10 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:40:07 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -62,8 +62,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    7
-#define NTPSNMPD_VERSION       "4.2.5p234-RC"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p234-RC"
+#define NTPSNMPD_VERSION       "4.2.5p235-RC"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p235-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ffd302741fc2b381315a2c111d261dad93002726..0e7bf6ed4e9705d3d7912010c8cf569934bf4f65 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 16, 2009 at 06:41:12 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 18, 2009 at 06:40:10 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fbea219a328569f3d864ed9d64711db61614b656..af5cfe1f9587a5682e02050c2a2853f703e2294d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-10-16 "( 4.2.5p234-RC)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-10-18 "( 4.2.5p235-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October 16, 2009 at 06:41:12 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 18, 2009 at 06:40:09 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1fb04b0a5f464a243c8b3d92fa183a4d44608b6d..34befa978216ed1d42458864a4ddf984d0d9d28d 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=234
+point=235
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 02c614351d1c92e818a390a43ffba4bae44b6a49..5ba435346f213a837b6e88db4c6b063e74f70109 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:46:59 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:45:12 AM by AutoGen 5.9.9pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -458,7 +458,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p234-RC\n\
+"sntp - standard SNTP program - Ver. 4.2.5p235-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 85d0809417550f36b23adf62c332789d416423cf..8dd1d8b400a3872cf1009505ab95770b404d10a8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:46:58 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:45:11 AM by AutoGen 5.9.9pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -72,8 +72,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.5p234-RC"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p234-RC"
+#define SNTP_VERSION       "4.2.5p235-RC"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p235-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index eec772a52e1b64cb7827ce2543f522b6a82afb12..498c59165408df01abc1abdbf71990d0bcfc143e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 16, 2009 at 06:47:02 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 18, 2009 at 06:45:15 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 43ca872ef16f1e9d48c48c7680c630684413b66b..7932d1e1e131782c6dca80e0cb2766be3925981e 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-10-16 "( 4.2.5p234-RC)" "Programmer's Manual"
+.TH SNTP 1 2009-10-18 "( 4.2.5p235-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  October 16, 2009 at 06:47:01 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 18, 2009 at 06:45:14 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c1b028ab3275d1f9401afd2b943a2761349ff21b..974343eca9e84c42d9fe64f9ee4b41bf3be7bebd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:47:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:45:37 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -746,7 +746,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p234-RC\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p235-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9184371d3a1226f583a878822ac86100f13b28aa..987f8dc1bf3605db85480a3298d4d3902f484b91 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 16, 2009 at 06:47:27 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 18, 2009 at 06:45:36 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.5p234-RC"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p234-RC"
+#define NTP_KEYGEN_VERSION       "4.2.5p235-RC"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p235-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 65229b4506d3a28fdfcd5ea047a1c60b01f6a748..3297eb68da42071f84b32f7a403a38d784613df0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 16, 2009 at 06:47:30 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 18, 2009 at 06:45:39 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3a91b66f126d7d0609b01e9fc3e87724a8a2644b..dac6451dd8b3b59171a2d8f451808613c318ca69 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-10-16 "(ntp 4.2.5p234-RC)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-10-18 "(ntp 4.2.5p235-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  October 16, 2009 at 06:47:29 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 18, 2009 at 06:45:38 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"