]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P220
authorHarlan Stenn <stenn@ntp.org>
Fri, 25 Sep 2009 11:47:32 +0000 (07:47 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 25 Sep 2009 11:47:32 +0000 (07:47 -0400)
bk: 4abcadd4DdZgqoI1RrUaKunqN3nBFA

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 76525a6baf5df8976ec80cc4a1e1625f1bbd0c19..c7ab99f44260bb24b57dfecb6a9a6d5af1641757 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p220) 2009/09/25 Released by Harlan Stenn <stenn@ntp.org>
 * Rearrange libisc code to match the upstream layout in BIND.  This is
   step one of two, changing the layout but keeping our existing libisc.
 (4.2.5p219) 2009/09/24 Released by Harlan Stenn <stenn@ntp.org>
index 3bf96bf9e84d724d45356a0823f009ecbc0956b7..35c0870238e7faba18a1cef11f4b978808171a53 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:36:47 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:38:22 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.5p219\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p220\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 01d5d60224477047b3fe10c264511da6e8e0195b..ebc3131ce328c2ae159b4028d832c47eeedced3f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:36:46 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:38:21 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.5p219"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p219"
+#define NTPD_VERSION       "4.2.5p220"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p220"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c72b80953ac78e50f8a37c86149bdd38e2262421..16fd24b7240e11976279feb7d3f94c3a4ca151e2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 24, 2009 at 07:36:50 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 25, 2009 at 07:38:25 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 75ca2b79120291a20994696f80344a5c4b3455d6..944813a54afa11095c82fd5a5235d065d491257b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-24 "( 4.2.5p219)" "Programmer's Manual"
+.TH NTPD 1 2009-09-25 "( 4.2.5p220)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 24, 2009 at 07:36:49 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 25, 2009 at 07:38:23 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0e417b26ccdfbeba2448d02e6795755e745a5bf8..704a614a34c5dcd375cca819baea49856c405664 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:44:05 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:39:52 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.5p219\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p220\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f3c218fcd67380991d19291fbc4baa1c13e6f3ed..543dbb2b9dc3e132833a02e4cd55aae258e54db6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:44:04 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:39:51 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.5p219"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p219"
+#define NTPDC_VERSION       "4.2.5p220"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p220"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b6a9c7fd669129ac500ab82f12e14a381d22cdb3..950b39f05fa1d9e9724f7361e6c4af713d7940fd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 24, 2009 at 07:44:07 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 25, 2009 at 07:39:54 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index efb5a680df19837d802dfaf7f0dc6dc416a646a1..d5c20a5a0d947143abaaabe8b5fb1788863daf6b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-24 "( 4.2.5p219)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-25 "( 4.2.5p220)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 24, 2009 at 07:44:06 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 25, 2009 at 07:39:53 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dbb50d9f378fa3a90713f2c8ccfb9297698a6502..5538b275ba982ba511d20c01ef32a829f6df5b3a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:44:37 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:40:26 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -414,7 +414,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p219\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p220\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c722f7ef175748ef2e261009439ed293441454b4..d424751749867e9d2e9631bb132462dd0622e677 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:44:36 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:40:25 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.5p219"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p219"
+#define NTPQ_VERSION       "4.2.5p220"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p220"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3678e698195fa76661c787329718aa3dce56f25a..0ef463da6382bc9c0c7619105241255a97a63916 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 24, 2009 at 07:44:39 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 25, 2009 at 07:40:28 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index efd7ab880c3529ee92b38bf8263ef5594d6cbd98..7337456998be368e0269b49a7cc09d1de69b94ef 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-24 "( 4.2.5p219)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-25 "( 4.2.5p220)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 24, 2009 at 07:44:38 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 25, 2009 at 07:40:27 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 23ee0ee22095eee18167290f6ff87e5c9ed99d56..ac3ded4f6aa239406fdd84f77d6a1e1b79ecd9f8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:45:23 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:40:54 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.5p219\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p220\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2188a5d9bee6179b3f0d25ca80682c728a71d650..5a841319e21f8b433c8737e9466ab0ce827f1141 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:45:23 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:40:54 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.5p219"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p219"
+#define NTPSNMPD_VERSION       "4.2.5p220"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p220"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cbc6c07c3c36f1c31f5470b0fc2930e737537b06..a0362fc69ee6ef3446fa8f7312cf0828ebb42ef3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 24, 2009 at 07:45:25 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 25, 2009 at 07:40:56 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index decfa514ddf6bac7aca6d3e865728fd35b6a1d76..10b962e29d6bcdd765ca18846040ee51dfb9058b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-24 "( 4.2.5p219)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-25 "( 4.2.5p220)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 24, 2009 at 07:45:25 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 25, 2009 at 07:40:56 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 776549677f2117ddaf5ea660b9cd76159901ebcc..b6894753314f55f85cb2a6e0ea7c69f0efacde3c 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=219
+point=220
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 2167166d7800f8edcb8c8717c92ee6e05ec92e1c..c19f2873e0747d205379f34996104652fa9abe78 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:50:34 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:45:58 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.5p219\n\
+"sntp - standard SNTP program - Ver. 4.2.5p220\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index fdd99d585040f77a1ab8e95203a89c3062cd0f39..bb924da3bccbfeaee9b0436f41401033fe057407 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:50:33 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:45:57 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.5p219"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p219"
+#define SNTP_VERSION       "4.2.5p220"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p220"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9978b7865526b70966c3e1525b3eeb6019d92c1f..29ff6a63c39a9ddff65cfa3d83f2b88fe0a39913 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 24, 2009 at 07:50:36 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 25, 2009 at 07:46:00 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9516df3ef8edc34d20080cb98539d62308708a40..da9838cbbdf8c6bd0e74e307efd52f3646f2bc99 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-24 "( 4.2.5p219)" "Programmer's Manual"
+.TH SNTP 1 2009-09-25 "( 4.2.5p220)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 24, 2009 at 07:50:35 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 25, 2009 at 07:45:59 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 424992442a290a4361c57d8d3351dd67e1a8d78c..e33004ae17fcb1e47d3649d4ad21771aa46745d0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:51:41 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:46:23 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.5p219\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p220\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 72ea01900f99a0f1c777e6945e8b0f95aa4451eb..02afc064c0afe1a5d833183fc24f6562d3ca484f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 24, 2009 at 07:51:40 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 25, 2009 at 07:46:22 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.5p219"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p219"
+#define NTP_KEYGEN_VERSION       "4.2.5p220"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p220"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b94cf30bbb9167bc43ee5825a084e109a0da6d23..9f381d76fc507584dd86e181e14fbed58db80b3d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 24, 2009 at 07:51:43 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 25, 2009 at 07:46:25 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b66e4077251f3b209a80d31a6af00e48ee482d63..ed97cbcce03d4a3adb3bbbee5bdb0187cc3bd27e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-24 "(ntp 4.2.5p219)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-25 "(ntp 4.2.5p220)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 24, 2009 at 07:51:43 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 25, 2009 at 07:46:24 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"