]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P212 NTP_4_2_5P212
authorHarlan Stenn <stenn@ntp.org>
Tue, 15 Sep 2009 11:57:12 +0000 (07:57 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 15 Sep 2009 11:57:12 +0000 (07:57 -0400)
bk: 4aaf8118gcqRk3gC8JvGNwB2rYWTHg

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 e5d1e27190afcca59bd1bb4030648cbb575a2170..ab864a7efea0264a91ac9d417b5192cb0eec58d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p212) 2009/09/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 983] add interface [listen | ignore | drop] ... directive.
 * [Bug 1243] MD5auth_setkey zero-fills key from first zero octet.
 * [Bug 1295] leftover fix, do not crash on exit in free_config_trap()
index ca07329d566b97119a0ab11086508cf50990f40a..68b2633ab126a81332431da0fed568784fa4f719 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:35:50 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:41:31 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.5p211\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index a50435f627f5f617ab6aff4dc88a41def799f369..d55c4c1865e03c123e29d5d3f5cb9b3bcba73e67 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:35:49 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:41:30 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.5p211"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p211"
+#define NTPD_VERSION       "4.2.5p212"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6685d3bf8b2e1df9adc0a7d389992c4ce0811aa5..3c88a9edbeb99aa48370d4907d72af2725fe30be 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 14, 2009 at 07:35:53 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 15, 2009 at 07:41:34 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4bcfc9eb9cce96bc3b77c34538cf46480a4d639b..1d655c9a5ff4b3d5832bff439049bf01c478b9c4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-14 "( 4.2.5p211)" "Programmer's Manual"
+.TH NTPD 1 2009-09-15 "( 4.2.5p212)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 14, 2009 at 07:35:51 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 15, 2009 at 07:41:32 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c6a487aa965a3a772967a106c6f673340b3f123b..41c6883a5b928114909bf6faef5e21004f3407d5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:43:09 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:48:32 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.5p211\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5779d66f23b05f48d369a5a96d9d997082e32ca5..320d12191795ca9f49e85390b3e7751c2091f56f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:43:09 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:48:31 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.5p211"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p211"
+#define NTPDC_VERSION       "4.2.5p212"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e21c7618ee7c2e546b4c8abc4bd30f98afa137e1..06afdc8ea399ff7b9f7973670f8df116e05d4c1b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 14, 2009 at 07:43:11 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 15, 2009 at 07:48:34 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 63c5ac2901741b1bb10c4ed3d44fc87e95c4e76e..29a8e843f7caadd3c516aafe1cce5f9a4b87874b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-14 "( 4.2.5p211)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-15 "( 4.2.5p212)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 14, 2009 at 07:43:11 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 15, 2009 at 07:48:33 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3adb06d2a170f9e9d7688ff3ab4d561edb2f45a7..dfce346d8d6d2829899cb88976a7aebb9f193539 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:43:41 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:49:03 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.5p211\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 341bab64ddafb8c1879b1794732d27cc85745466..ed307aa7053b26b15962e664db1df6fa9b0a76da 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:43:41 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:49:02 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.5p211"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p211"
+#define NTPQ_VERSION       "4.2.5p212"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fe73d28f6a52fd33b3c5333ec3bcf63b9eaa71cc..5bbd8e8e1d0db3dd753d53f2b50565f4b0f08905 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 14, 2009 at 07:43:44 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 15, 2009 at 07:49:06 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b0d54d50d0087859bf216ba5093585bc2976f4a6..bb5fb56d4b4d49bb20026b04fc0102c66cc39525 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-14 "( 4.2.5p211)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-15 "( 4.2.5p212)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 14, 2009 at 07:43:43 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 15, 2009 at 07:49:05 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index de3b53f0a76ab02d8d219c8ddde38a7fab013ecf..92e9dd718c5a2b517ec7d6fe60e8aea8fee04b8d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:44:30 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:49:50 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.5p211\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p212\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8efbcc6fd1da02cce807f0f23026484c1ac838fa..77f5e6892152b2a85e2bc770f81e13ecaabc99b7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:44:29 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:49:49 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.5p211"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p211"
+#define NTPSNMPD_VERSION       "4.2.5p212"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4d974918ae8d6837450cfc083122d8561c4046ed..418e78d4c7c584ab8561391e391b9482138224a6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 14, 2009 at 07:44:32 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 15, 2009 at 07:49:51 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 59e678e336ebac3289f84844063c2a65f47e15b0..4a627dcb8b79e2ce12b0d5d4ecccafb11cea559b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-14 "( 4.2.5p211)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-15 "( 4.2.5p212)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 14, 2009 at 07:44:31 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 15, 2009 at 07:49:51 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index bc8e40422ad46b5dc11ca7c424de2687b5a02e0d..57b5fff9a509c422a6cf168e55daf3577c542b3c 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=211
+point=212
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index eaab2cc46dda9487f02ac0a2d921507058efcc57..82f6afbfb9d3ffce48c9b7ac6c998fa7d09a54af 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:49:42 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:54: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.5p211\n\
+"sntp - standard SNTP program - Ver. 4.2.5p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5e35d0a58b173554b1a0facc773a3c90c24e9ed6..543e27a379d36bc67b28e2245e5dc73116fa66b2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:49:41 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:54: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.5p211"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p211"
+#define SNTP_VERSION       "4.2.5p212"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bb028dbada30ed6a96cdda92c6cbe20e4422bef5..3520a81320a63056da83de9fc6b809fd0a254220 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 14, 2009 at 07:49:44 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 15, 2009 at 07:55:01 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2050fb67d4758fb49dce63c4062a0905c01aea5f..19b66a33dc8db681b37178abb2afd49abcfb4d05 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-14 "( 4.2.5p211)" "Programmer's Manual"
+.TH SNTP 1 2009-09-15 "( 4.2.5p212)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 14, 2009 at 07:49:43 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 15, 2009 at 07:55:00 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 39a066662db8b2844b3c7f7a235544eeb1465095..7a0415c02eb9be5be20a4e151743a10e42ddd421 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:50:48 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:56:02 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.5p211\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3b7959f7091d7ce1b72d055ef4aafb180b817d1b..3d773e971499e4bb09b3f969cd52f8488e97e2c8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 14, 2009 at 07:50:48 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 15, 2009 at 07:56:02 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.5p211"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p211"
+#define NTP_KEYGEN_VERSION       "4.2.5p212"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c870a26fa90e65bb30df63d70a9b15f7fce8b2a4..c1f289d69ad654f61883d4358a4c2da1ac16ee98 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 14, 2009 at 07:50:50 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 15, 2009 at 07:56:05 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c5933be28b9e176eecbd35a4833c43727d2cae90..605a01147cf97be582ad10fa32952f41c75c8e39 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-14 "(ntp 4.2.5p211)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-15 "(ntp 4.2.5p212)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 14, 2009 at 07:50:50 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 15, 2009 at 07:56:04 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"