]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P233_RC NTP_4_2_5P233_RC
authorHarlan Stenn <stenn@ntp.org>
Thu, 15 Oct 2009 10:43:07 +0000 (06:43 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 15 Oct 2009 10:43:07 +0000 (06:43 -0400)
bk: 4ad6fcbbDZOZ9m3Lp7zul96aDutLwA

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 e89f05ef44b409d6592c5d3ae195a0d9dad6178c..eacfbcaf9d36bc54d2dff605764cbaf0b12b93bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p233-RC) 2009/10/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1337] cast setsockopt() v4 address pointer to void *.
 * [Bug 1342] ignore|drop one IPv6 address on an interface blocks all
   addresses on that interface.
index 8e2ca02db0c34e295e02d233586053a0319c1a58..68f9b4428715ed9643ab9ae6656908ad68051d21 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:11:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:32:58 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.5p232-RC\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p233-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 359f64a677b9685e83ac84d239162b1b2be912d6..1e6b179338bea32137313dc75796a08876b477cb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:11:26 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:32:57 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.5p232-RC"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p232-RC"
+#define NTPD_VERSION       "4.2.5p233-RC"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p233-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bbf48e18735850c0a75367798ff89cfaa2260c97..de9a924106d1fef844948d1ac2dd035529b2860d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2009 at 04:11:30 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 15, 2009 at 06:33:01 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fe51aeb18c61f1a91f48f3ebb0746f3f8e5e1ed7..316fc3e08d4bf90c802210a953234ca55a211d31 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-10-14 "( 4.2.5p232-RC)" "Programmer's Manual"
+.TH NTPD 1 2009-10-15 "( 4.2.5p233-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2009 at 04:11:29 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 15, 2009 at 06:33:00 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2a9563d617734af8a7596db72ae49aeeb2080a4a..2cca4ac86b8165d71bf81ed0074bf10db0017a8a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:14:24 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:35:30 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.5p232-RC\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p233-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 53eebd6846a95e9d3dc2c16ab01e8a5275db1687..52adb23973bdb6d6c4b806ace8e8256d0b6e54a6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:14:24 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:35:29 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.5p232-RC"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p232-RC"
+#define NTPDC_VERSION       "4.2.5p233-RC"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p233-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 06dabe6f09dabfdd47b44424256c828765bbf921..8653cc8ff6b9c47f06eae6aa7ff2c5959bd13f02 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2009 at 04:14:26 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 15, 2009 at 06:35:32 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 965ad8a4ded3c3d2188b63fc972f6f6bf1769d2e..324f53c5a8225d1306b3cd0a2c4ea7b4a003e5da 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-10-14 "( 4.2.5p232-RC)" "Programmer's Manual"
+.TH NTPDC 1 2009-10-15 "( 4.2.5p233-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2009 at 04:14:25 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 15, 2009 at 06:35:31 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e73958fe3e7f6bfbadfcfc39d76c0e3b95461022..704e192195a60d4a811452121c1474f08b23b894 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:14:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:36:03 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.5p232-RC\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p233-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 74e4b1b189f2d0a3c1ce9c2c083e0e57e16a5963..f7dfc43ba83b4179fec9c4fc93c85f25df89be36 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:14:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:36:02 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.5p232-RC"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p232-RC"
+#define NTPQ_VERSION       "4.2.5p233-RC"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p233-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 11af677cd63fd8c8d15b787b266d6a372224cb67..191dfb2f072ec3edfa232461cc4c018dc3cde3ef 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2009 at 04:15:00 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 15, 2009 at 06:36:06 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9c22f1a728598bab28c7c35c3d635dddc8691f9a..2a8fb63ca334535fa7283e42079a67368bd632da 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-10-14 "( 4.2.5p232-RC)" "Programmer's Manual"
+.TH NTPQ 1 2009-10-15 "( 4.2.5p233-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2009 at 04:14:58 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 15, 2009 at 06:36:04 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5557113503f9e04f2f7ca1dbe332859cd4571d9c..b6a2a357eaa1f8b5201a2f860202711ea55ec4cf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:15:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:36:34 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.5p232-RC\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p233-RC\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6dc7264119bfa21f848d3614ac7e6f0dbab86175..d28a36ce1c6955faf1b5ed81571a00005f4ac606 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:15:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:36:34 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.5p232-RC"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p232-RC"
+#define NTPSNMPD_VERSION       "4.2.5p233-RC"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p233-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 792b437be8da207b65a51cfe9aa798dc18de49d4..bf72251a2bbf4a96facb19f540c290cdccce7cbf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2009 at 04:15:30 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 15, 2009 at 06:36:36 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cdc6d9e143ffd6f2d5e9cdb08b90fb1c02ccc21f..6bada5226a0d975f69789758f83627d8463e9854 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-10-14 "( 4.2.5p232-RC)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-10-15 "( 4.2.5p233-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2009 at 04:15:29 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 15, 2009 at 06:36:36 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 87ed9b48245f51d6d7008c40b108ffe465adbf8b..f0e5c6abbbb90adccf04da6b43225d14db4519b5 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=232
+point=233
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 31f63e04c146af79cb63902f39983a29cdbd892d..786bd134e244dc2b30a4133f62b3394adcc4dce2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:20:30 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:41:37 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.5p232-RC\n\
+"sntp - standard SNTP program - Ver. 4.2.5p233-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index db188d449be3a1d1213ed769be6989c9ac8280b1..ec282f7e8aaa879522e2164e682ffe32023b033f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:20:29 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:41:36 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.5p232-RC"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p232-RC"
+#define SNTP_VERSION       "4.2.5p233-RC"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p233-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 97584f55c212cffaf6dc3debcbaa2e7dc4be4ede..bf08631e2006a235ea74ae21d48eba57db0f148d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2009 at 04:20:32 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 15, 2009 at 06:41:39 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e763101ced94ae1790942a7f4a23192dbd9b6d83..1ffd15c621c3ce61edb3c2a74a8530feffdd6300 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-10-14 "( 4.2.5p232-RC)" "Programmer's Manual"
+.TH SNTP 1 2009-10-15 "( 4.2.5p233-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2009 at 04:20:31 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 15, 2009 at 06:41:38 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b4bac5d13e7bb66884b1e65a639f09133e7d04de..96a59d4dae0c262efbe856f71c8425ef377a8c71 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:20:55 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:42:01 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.5p232-RC\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p233-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4a333c5ae9cb71422c77e431130f7673f6c77b21..21f5020752a040333f8bf9c64127a5282826ddce 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2009 at 04:20:54 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 15, 2009 at 06:42:00 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.5p232-RC"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p232-RC"
+#define NTP_KEYGEN_VERSION       "4.2.5p233-RC"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p233-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6b4cfc298d0a9e65e25f3f86918cb5dc1f85d6d2..3d9f353b0b5487cfcc5aceed3d407620d945c8e2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2009 at 04:20:57 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 15, 2009 at 06:42:03 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2c45cb4b7325baa544cc904a8cf74a1ccadb4ba7..bc33cbc84f7c2240b1fae16ebfbcaf13881207a1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-10-14 "(ntp 4.2.5p232-RC)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-10-15 "(ntp 4.2.5p233-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2009 at 04:20:56 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 15, 2009 at 06:42:02 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"