]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P210 NTP_4_2_5P210
authorHarlan Stenn <stenn@ntp.org>
Sun, 6 Sep 2009 11:51:31 +0000 (07:51 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 6 Sep 2009 11:51:31 +0000 (07:51 -0400)
bk: 4aa3a243BKDxfIS4rTF4-hmlL1geaA

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 37969dac7e84871b4280a41c839ba09bb59c384f..59f9fee9fdf1899c56cc3cf4358e5f3527744289 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p210) 2009/09/06 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1294] Use OPENSSL_INC and OPENSSL_LIB macros for Windows
   and remove unnecessary reference to applink.c for Windows
 * [Bug 1295] trap directive options are not optional.
index 71a961c37a2d90118bcce16d0d312077799bf1a7..df1bebf037bc9b7564ca1341d3feb4a3d6dfea21 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:36:36 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:36:02 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -918,7 +918,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p209\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 73b92aa352fa8f94daee519df7ff92f372c05ae9..efa2059d529b93391e4b7cf0f224125025430001 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:36:35 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:36:01 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.5p209"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p209"
+#define NTPD_VERSION       "4.2.5p210"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 466572ad2d55812a32ca4009c9a5ea0cacb58471..81e6607a8b13807a31e0703e3cbe19ea03f83535 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2009 at 07:36:38 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  6, 2009 at 07:36:05 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 84b78b42411c05fd3541fea83881cbf7574280dd..d13e54d15265176f9c38dd9e007c84ff83b756f9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-01 "( 4.2.5p209)" "Programmer's Manual"
+.TH NTPD 1 2009-09-06 "( 4.2.5p210)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2009 at 07:36:37 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  6, 2009 at 07:36:04 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1a1606500dc8159a47df376d769087ce8eb95d28..f7d837decb25b9a40d81fcb0b823d046edc52754 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:43:14 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:42:57 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p209\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 07b4ee3a365c1ce8d31e760b3f19bf2d6b605ab5..d5531b07634a56ef06a18a8d8510f46b7b787c55 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:43:13 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:42:56 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.5p209"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p209"
+#define NTPDC_VERSION       "4.2.5p210"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c4727e82638fdab0a8f24d2ecdcac1f89bd5907c..75a8e25fc82a2247483c066a02758e09a7cf8a49 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2009 at 07:43:16 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  6, 2009 at 07:42:59 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a762217af3fca65bcf9384d0eee9856374d34725..69689bca9c53bebb1d46bd64d37504488a7499bb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-01 "( 4.2.5p209)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-06 "( 4.2.5p210)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2009 at 07:43:16 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  6, 2009 at 07:42:58 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 60b86616c63b5120ca10856b0c3abc6e92084a4d..b0dabec4369ab084bb3fc413111588df7493fc01 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:43:46 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:43:29 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -408,7 +408,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p209\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 747fe31bf3baaedef0a09c8392edd81262c5947c..d993a7622addc73e037bb5bab45c34896045bf5a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:43:45 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:43:28 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p209"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p209"
+#define NTPQ_VERSION       "4.2.5p210"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e028f8b6d91a262115eab8ea36f50b586c9216f6..8e4ba2f4cd917c06f2a4b2d2b138545e0e28aecf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2009 at 07:43:48 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  6, 2009 at 07:43:31 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5437afa24853e5531e55e725efa4b1542b63ca1c..ad539bc2b90eedfad1dfb4640b1799e6cf4db604 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-01 "( 4.2.5p209)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-06 "( 4.2.5p210)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2009 at 07:43:47 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  6, 2009 at 07:43:30 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8ad8da9a7f91f6c3ec5fa199e62b2125775ab4e8..cf223ad909b0f8c99353782432c071acfbb4917c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:44:30 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:44:15 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.5p209\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p210\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 65cf8c2264f3e8c9f6d718c168371c5c13dca19e..df34e76d066c12ae52e7dbc7a65899ef07fe86fc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:44:30 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:44:14 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.5p209"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p209"
+#define NTPSNMPD_VERSION       "4.2.5p210"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 05037552d7661b11c8d40cc0494d696da52a7252..91ef56e27ef2e062f28b9b22d9dae0f6c50c3f62 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2009 at 07:44:32 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  6, 2009 at 07:44:16 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e2c80b7a07fcc892e1fcba59fcc21ac8ece05753..d7af385727c768ec6098154f9777625a8acaaa9d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-01 "( 4.2.5p209)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-06 "( 4.2.5p210)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2009 at 07:44:31 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  6, 2009 at 07:44:16 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c66169f0c3edf8d8a45b3db6c5563c14518c43e8..b7406702be47fe7823e359511ded078a519b4695 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=209
+point=210
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index a26e9b7f52743b103f39d1feecc78b7901bb13b3..694bbf1d3e85412966b74f7ce55bf4bebd033e15 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:49:24 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:49: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.5p209\n\
+"sntp - standard SNTP program - Ver. 4.2.5p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7c94ffdb8ad023404ad066fb38ff9cb85d8cc248..75117438ae0ff58cc90c1edff3df8ff3482658a5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:49:23 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:49: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.5p209"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p209"
+#define SNTP_VERSION       "4.2.5p210"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9392dc6b1a8d33ce38ad12be6a1f6414eca87750..59601a1a6dc66419207202d5a197f19944a3c9fb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2009 at 07:49:27 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  6, 2009 at 07:49:14 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2c3e35190a7b9b4243b2f8ab71716f3ff425b905..bdd1eb4ac2bb38fcc44c4fc5df3ade4ccc2e2a49 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-01 "( 4.2.5p209)" "Programmer's Manual"
+.TH SNTP 1 2009-09-06 "( 4.2.5p210)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2009 at 07:49:26 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  6, 2009 at 07:49:13 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6ec02c34b5843c41c6b6d1b7af1609a773f0d049..dee7450855356b456aec883894cb291e3284aa04 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:50:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:50:17 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -769,7 +769,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p209\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3d934cef1d750f666254d2132e9b1271c8d2837a..34c2871cdcdc95e81702d9d1f99aabd9e2b8cc01 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2009 at 07:50:27 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  6, 2009 at 07:50:16 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.5p209"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p209"
+#define NTP_KEYGEN_VERSION       "4.2.5p210"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b035cc5d0937ad856b3826c57f9e8fb6e21309e3..c31272f9537d88fc2362d4bcf78b75e9bad61cbd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2009 at 07:50:30 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  6, 2009 at 07:50:19 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c24553a7bf0d037506399d6312e3c3712b2f2ed7..e54d8a2c630bdd686ac0952faa88fd7dd67c54ef 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-01 "(ntp 4.2.5p209)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-06 "(ntp 4.2.5p210)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2009 at 07:50:29 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  6, 2009 at 07:50:18 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"