]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P209 NTP_4_2_5P209
authorHarlan Stenn <stenn@ntp.org>
Tue, 1 Sep 2009 11:51:38 +0000 (07:51 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 1 Sep 2009 11:51:38 +0000 (07:51 -0400)
bk: 4a9d0acaEADcOsXNY-NnhKARkOJR4g

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 8ffe0c04cd686aaf19e2bcd1b882013f56ccdd80..964979f0afe424cd93c4a591854eabca87490d23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p209) 2009/09/01 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1290] Fix to use GETTIMEOFDAY macro
 * [Bug 1289] Update project files for VC6, VS2003, VS2005, VS 2008
 (4.2.5p208) 2009/08/30 Released by Harlan Stenn <stenn@ntp.org>
index 5cd9458b03146783d124ddd0f67d0a45d6b91fb0..71a961c37a2d90118bcce16d0d312077799bf1a7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 02:46:35 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:36:36 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.5p208\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 44d1a8400de9ac57accc2fab813d7d4663931e54..73b92aa352fa8f94daee519df7ff92f372c05ae9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 02:46:34 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:36:35 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.5p208"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p208"
+#define NTPD_VERSION       "4.2.5p209"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c426b4c1c7305978d78b13607ab2272c517735d8..466572ad2d55812a32ca4009c9a5ea0cacb58471 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 30, 2009 at 02:46:37 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  1, 2009 at 07:36:38 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 460ab681919be977f55c0017f6dd91822f168c93..84b78b42411c05fd3541fea83881cbf7574280dd 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-08-30 "( 4.2.5p208)" "Programmer's Manual"
+.TH NTPD 1 2009-09-01 "( 4.2.5p209)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 30, 2009 at 02:46:36 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  1, 2009 at 07:36:37 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a827b244fbe92b35794e8c83fef80dbec0065ea4..1a1606500dc8159a47df376d769087ce8eb95d28 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 02:53:30 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:43:14 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.5p208\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2b3ecf15eb0413870a6054b321bbeb10db2bf6a8..07b4ee3a365c1ce8d31e760b3f19bf2d6b605ab5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 02:53:29 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:43:13 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.5p208"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p208"
+#define NTPDC_VERSION       "4.2.5p209"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a356d120843991b1ffe5549bdab57a9b7dbe6037..c4727e82638fdab0a8f24d2ecdcac1f89bd5907c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 30, 2009 at 02:53:32 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  1, 2009 at 07:43:16 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 92f98b14f5401bbf6712a81577465dd39487d3e2..a762217af3fca65bcf9384d0eee9856374d34725 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-08-30 "( 4.2.5p208)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-01 "( 4.2.5p209)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  August 30, 2009 at 02:53:31 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  1, 2009 at 07:43:16 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d764fee7589fae78176ddb158857db8185490ca1..60b86616c63b5120ca10856b0c3abc6e92084a4d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 02:54:01 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:43:46 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.5p208\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e2237e5a8904bae7fa893c3623d050ac76ed3820..747fe31bf3baaedef0a09c8392edd81262c5947c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 02:54:01 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:43:45 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.5p208"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p208"
+#define NTPQ_VERSION       "4.2.5p209"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 99ccf46d38342a362067e385ab5c472b370d02d0..e028f8b6d91a262115eab8ea36f50b586c9216f6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 30, 2009 at 02:54:04 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  1, 2009 at 07:43:48 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1a9bf8b2950d6bd53dc4267ed12080a53c2044cf..5437afa24853e5531e55e725efa4b1542b63ca1c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-08-30 "( 4.2.5p208)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-01 "( 4.2.5p209)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  August 30, 2009 at 02:54:03 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  1, 2009 at 07:43:47 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1a58924426a247c7e2058e612fc2eb8fb62c4e57..8ad8da9a7f91f6c3ec5fa199e62b2125775ab4e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 02:54:46 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:44:30 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.5p208\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p209\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3a3f55c78dd4d157dcddf7378feb85b01dfdf559..65cf8c2264f3e8c9f6d718c168371c5c13dca19e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 02:54:46 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:44:30 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.5p208"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p208"
+#define NTPSNMPD_VERSION       "4.2.5p209"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6e679affc765da6f6e4558e467ae17cb045e5bfb..05037552d7661b11c8d40cc0494d696da52a7252 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 30, 2009 at 02:54:48 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  1, 2009 at 07:44:32 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 22db2e7f5db699c32d3a67a6da9f8d18cfe3b89d..e2c80b7a07fcc892e1fcba59fcc21ac8ece05753 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-08-30 "( 4.2.5p208)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-01 "( 4.2.5p209)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 30, 2009 at 02:54:48 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  1, 2009 at 07:44:31 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ea9b0364a59f0aa3f0745b0c077260890863d87a..c66169f0c3edf8d8a45b3db6c5563c14518c43e8 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=208
+point=209
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 9fedfa14dd5193e1377b3464813ba57360f2e57b..a26e9b7f52743b103f39d1feecc78b7901bb13b3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 02:59:51 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:49:24 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.5p208\n\
+"sntp - standard SNTP program - Ver. 4.2.5p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 89713bc24e4ccce253da0be9087184de2752da02..7c94ffdb8ad023404ad066fb38ff9cb85d8cc248 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 02:59:50 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:49:23 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.5p208"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p208"
+#define SNTP_VERSION       "4.2.5p209"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c608629c24d1d0d9bea6820a8bfa3f5e6c9879b9..9392dc6b1a8d33ce38ad12be6a1f6414eca87750 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 30, 2009 at 02:59:54 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  1, 2009 at 07:49:27 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index be01632d4dc9616c44db9ccd1d198c33f3f84d5c..2c3e35190a7b9b4243b2f8ab71716f3ff425b905 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-08-30 "( 4.2.5p208)" "Programmer's Manual"
+.TH SNTP 1 2009-09-01 "( 4.2.5p209)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  August 30, 2009 at 02:59:52 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  1, 2009 at 07:49:26 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 95617cb0eb9c91cc70051a43b9f7dd06f03ff73f..6ec02c34b5843c41c6b6d1b7af1609a773f0d049 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 03:00:54 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:50:28 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.5p208\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 80b68174689f3444ebd991059008e27dc8cd70c5..3d934cef1d750f666254d2132e9b1271c8d2837a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 30, 2009 at 03:00:53 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September  1, 2009 at 07:50:27 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.5p208"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p208"
+#define NTP_KEYGEN_VERSION       "4.2.5p209"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 51c89a361b2c2dc3b22fdfdb6e8073e8f3dffa1c..b035cc5d0937ad856b3826c57f9e8fb6e21309e3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 30, 2009 at 03:00:56 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September  1, 2009 at 07:50:30 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index aee99f99dc7663c939b178d42bbd96a52cf56fd0..c24553a7bf0d037506399d6312e3c3712b2f2ed7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-08-30 "(ntp 4.2.5p208)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-01 "(ntp 4.2.5p209)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  August 30, 2009 at 03:00:55 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September  1, 2009 at 07:50:29 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"