]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P205 NTP_4_2_5P205
authorHarlan Stenn <stenn@ntp.org>
Tue, 18 Aug 2009 11:50:08 +0000 (07:50 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 18 Aug 2009 11:50:08 +0000 (07:50 -0400)
bk: 4a8a9570asFtMMgJwaDzamw1tLf0KA

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 88473399158bbe3450c956db6ba82d5c23ce7225..805b28efd09f7fd7d6605e7982a62702b813f011 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p205) 2009/08/18 Released by Harlan Stenn <stenn@ntp.org>
 * accopt.html typo fixes from Dave Mills.
 * [Bug 1285] Log ntpq :config/config-from-file events.
 * [Bug 1286] dumpcfg omits statsdir, mangles filegen.
index ef1b1fffc90d71b879f49bdbb7e420e190b464f3..8e32616ac87fcffec68d98566392ff0b5f0975be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:35:13 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:34:50 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.5p204\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p205\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 72b7d7f9eb63d736565fc0b7d85d17a8d7bf9fa6..bd3266152909768c5aa8e7c42a7f7ce9eb82f7e4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:35:12 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:34:49 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.5p204"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p204"
+#define NTPD_VERSION       "4.2.5p205"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 21dcc7cde57ff86e69f84b144dcc96d4fa7b6c9a..18c293b603aa4b89f5833bcea635e36c4931d5af 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 17, 2009 at 07:35:16 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 18, 2009 at 07:34:52 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cdafd023293a6e92f58ab5228cc60a7439385f63..2cd7f21634682dc07b9b2f9aa7f88fcdb2396c98 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-08-17 "( 4.2.5p204)" "Programmer's Manual"
+.TH NTPD 1 2009-08-18 "( 4.2.5p205)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 17, 2009 at 07:35:15 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 18, 2009 at 07:34:51 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7ea5e3f5f56382af44d8e7bc3acbe07c8214c225..82ddfe89e3522f9d00ab93f19276c952a8dbb42b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:42:16 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:41:31 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.5p204\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p205\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e4e2b38dcfa1ebb8ab44418b603aa4fed3e2f447..f4521662487fc777a51e4d5d34a46fcc2cd782c1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:42:15 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:41:30 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.5p204"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p204"
+#define NTPDC_VERSION       "4.2.5p205"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f9f8f516e5acaacf96af490ea14ccbd1cbc627ac..043113e73912eb71a0aaf76c64a93d5493a7da4c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 17, 2009 at 07:42:18 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 18, 2009 at 07:41:33 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 98b78b1447d619dac35250b7164df9ce88af4938..566c86b2bf818b43847b84d31df74e2854999c1b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-08-17 "( 4.2.5p204)" "Programmer's Manual"
+.TH NTPDC 1 2009-08-18 "( 4.2.5p205)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  August 17, 2009 at 07:42:17 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 18, 2009 at 07:41:33 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 65025b638983e045b051d83e5a4e81ce14a6221c..20adde22e101d53af1c4bb51fe1cad5837ae20cf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:42:47 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:42:02 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.5p204\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p205\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6a289e7b381f70b9df6658e9c1d4bb74ac3fb553..61bb595f26a5e759cec4d2fe3f3184e57d552a1b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:42:46 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:42:01 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.5p204"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p204"
+#define NTPQ_VERSION       "4.2.5p205"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 81325c685c21f4b889f489b281f70695c7496f56..362b16f38632055501cbc4904d9a084560387451 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 17, 2009 at 07:42:49 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 18, 2009 at 07:42:04 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b22c0b8451f6648856a6bd10f9cf2e0bbbbc6554..40f94db527163a7dc4afaf04327e0d9a484883bf 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-08-17 "( 4.2.5p204)" "Programmer's Manual"
+.TH NTPQ 1 2009-08-18 "( 4.2.5p205)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  August 17, 2009 at 07:42:48 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 18, 2009 at 07:42:03 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7e838b1c96ac1aadcdc986a552d5ec1d70f0eb90..35ea38645a1a163182e06776e0a7175188f77018 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:43:32 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:42:47 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.5p204\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p205\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 95041ec6aad513e03480a36a64eb45ee17a541e4..0d2b58b8eaf801420852dc67858c0b8a0d87cd24 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:43:31 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:42:47 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.5p204"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p204"
+#define NTPSNMPD_VERSION       "4.2.5p205"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1c07a1c85952b828e32955050f6ba44deed84c48..232fe31b1a69cf4cf9632535dd1ded447494ce54 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 17, 2009 at 07:43:34 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 18, 2009 at 07:42:49 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 17e59aba32328e6d51d87a56d6d6211b38910f28..c84c0671e928d9f347cdf307e3341c122c8855a9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-08-17 "( 4.2.5p204)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-08-18 "( 4.2.5p205)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 17, 2009 at 07:43:33 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 18, 2009 at 07:42:48 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dba5e4012bb76975eb4ecc280585fec1a648401f..17c9d4e3a3a58866e268650aa3bb974e2e29902a 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=204
+point=205
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 231324682bcf8222b52b03e7a98ba4b32d2439ea..0ae8d3046926be115eb799bbcc0a9c9af1fc2cdc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:48:39 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:47:59 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.5p203\n\
+"sntp - standard SNTP program - Ver. 4.2.5p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ef2aeaaf30c23041f631a9015b6435f47333771c..2f830a2578cef69e590d8bb94389e5687c381e78 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:48:39 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:47:58 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.5p203"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p203"
+#define SNTP_VERSION       "4.2.5p204"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 988241e00574826fda4f01a9bf7c2af1fbcccb15..b067a5514f54cee6b105cc1251f39820cb5d623e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 17, 2009 at 07:48:42 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 18, 2009 at 07:48:01 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1c32b5437b508ca2baaabd7636c13d6d10e41b60..4a122a4996a5c9345b5c079922c1a5e40b400393 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-08-17 "( 4.2.5p203)" "Programmer's Manual"
+.TH SNTP 1 2009-08-18 "( 4.2.5p204)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  August 17, 2009 at 07:48:40 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 18, 2009 at 07:48:00 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fd03f6d2e6441898ca281b280d5510b7b7eefc2f..736fd04b2553508d4ca964f5636ee9adfc2c96f8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:49:43 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:49:00 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.5p204\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p205\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 852cc62dd5d3a0116ade382c50898ee2e652c456..e736251cee625353eed1b30fae57750664bad22a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 17, 2009 at 07:49:42 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 18, 2009 at 07:48:59 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.5p204"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p204"
+#define NTP_KEYGEN_VERSION       "4.2.5p205"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6ed4e1a3e9800685ff2a33115d93f205a0067fa2..359e75fad8301883f95dac83128b019b0dc18df2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 17, 2009 at 07:49:45 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 18, 2009 at 07:49:02 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ad16f0b9c9d294dd9b1be9ccb2fe0bb3b94d2e5f..526d9673180067b53037da81602b8907cef49205 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-08-17 "(ntp 4.2.5p204)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-08-18 "(ntp 4.2.5p205)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  August 17, 2009 at 07:49:44 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 18, 2009 at 07:49:01 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"