]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P213 NTP_4_2_5P213
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 Sep 2009 11:51:15 +0000 (07:51 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 Sep 2009 11:51:15 +0000 (07:51 -0400)
bk: 4ab0d133NiihYRvpp-M0NnBScvJhXA

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 59c6d7ae17a280242efc2d4417da6f5d7ed3d989..e9d75707aff1033b3f09ae8460427143d28e59fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p213) 2009/09/16 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1310] fix Thunderbolt mode in refclock_palisade.c
 (4.2.5p212) 2009/09/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 983] add interface [listen | ignore | drop] ... directive.
index 68b2633ab126a81332431da0fed568784fa4f719..c630cefe8e705fc2314235ca746c350d95ff96d3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:41:31 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:35:12 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.5p212\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index d55c4c1865e03c123e29d5d3f5cb9b3bcba73e67..ea11ee0ea9b408d4f111498009ce8407904f0b3d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:41:30 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:35:11 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.5p212"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p212"
+#define NTPD_VERSION       "4.2.5p213"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3c88a9edbeb99aa48370d4907d72af2725fe30be..ae6d6f94ed4ce4aba06c622cbce690eeffef0d66 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 15, 2009 at 07:41:34 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 16, 2009 at 07:35:15 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1d655c9a5ff4b3d5832bff439049bf01c478b9c4..72825c68f7b716dfb92e85f45a48c4151507dcc3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-15 "( 4.2.5p212)" "Programmer's Manual"
+.TH NTPD 1 2009-09-16 "( 4.2.5p213)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 15, 2009 at 07:41:32 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 16, 2009 at 07:35:14 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 41c6883a5b928114909bf6faef5e21004f3407d5..85c890efe659a2bc808cf41d30be8528bce50a90 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:48:32 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:42:24 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.5p212\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 320d12191795ca9f49e85390b3e7751c2091f56f..2a2d44457e0ad80dbcb4ca95ccfd424cd6aaec7d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:48:31 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:42:24 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.5p212"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p212"
+#define NTPDC_VERSION       "4.2.5p213"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 06afdc8ea399ff7b9f7973670f8df116e05d4c1b..daac056d10f3a19a2a4c3445818d116d1f07066e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 15, 2009 at 07:48:34 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 16, 2009 at 07:42:27 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 29a8e843f7caadd3c516aafe1cce5f9a4b87874b..8e97c476726f96556e7a63f50444207eaa58b534 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-15 "( 4.2.5p212)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-16 "( 4.2.5p213)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 15, 2009 at 07:48:33 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 16, 2009 at 07:42:26 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dfce346d8d6d2829899cb88976a7aebb9f193539..8385c199d9a73a495e6fdef33f453a986c6a1dc3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:49:03 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:42:55 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.5p212\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ed307aa7053b26b15962e664db1df6fa9b0a76da..53362dac9386a880192c3d957d72ff75cef6a1fd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:49:02 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:42:55 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.5p212"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p212"
+#define NTPQ_VERSION       "4.2.5p213"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5bbd8e8e1d0db3dd753d53f2b50565f4b0f08905..d05a9aff6d637a03ab3ca619a35965063e5a4972 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 15, 2009 at 07:49:06 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 16, 2009 at 07:42:58 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index bb5fb56d4b4d49bb20026b04fc0102c66cc39525..e45a1d4403dee99a85800549a104d85522532d7d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-15 "( 4.2.5p212)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-16 "( 4.2.5p213)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 15, 2009 at 07:49:05 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 16, 2009 at 07:42:57 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 92e9dd718c5a2b517ec7d6fe60e8aea8fee04b8d..922fd6d282095e0ca3b8b924043aa2aea78ace0c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:49:50 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:43:43 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.5p212\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p213\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 77f5e6892152b2a85e2bc770f81e13ecaabc99b7..4f7d287b10ccd0605e417ad5140e7399f84f8f1d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:49:49 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:43:43 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.5p212"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p212"
+#define NTPSNMPD_VERSION       "4.2.5p213"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 418e78d4c7c584ab8561391e391b9482138224a6..2ed5f4aa92285d235bf237b2ff8b1177328ea2b1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 15, 2009 at 07:49:51 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 16, 2009 at 07:43:45 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4a627dcb8b79e2ce12b0d5d4ecccafb11cea559b..e3b06c18afd1569f35a68b1f25cb87cd76e5b806 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-15 "( 4.2.5p212)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-16 "( 4.2.5p213)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 15, 2009 at 07:49:51 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 16, 2009 at 07:43:44 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 57b5fff9a509c422a6cf168e55daf3577c542b3c..633f1298cec76eab134388e951eda9f5710a1d05 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=212
+point=213
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 82f6afbfb9d3ffce48c9b7ac6c998fa7d09a54af..7b3b82939ed3be7c8fb5fa4737a4f3bfc48cdf3f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:54:58 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:48:49 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.5p212\n\
+"sntp - standard SNTP program - Ver. 4.2.5p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 543e27a379d36bc67b28e2245e5dc73116fa66b2..11c0c20ded20c96dc9a6a2bcc1755f66e5c081d8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:54:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:48:48 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.5p212"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p212"
+#define SNTP_VERSION       "4.2.5p213"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3520a81320a63056da83de9fc6b809fd0a254220..d8fc469baddc6ee9ea7c176e0a0fd40a40269048 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 15, 2009 at 07:55:01 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 16, 2009 at 07:48:52 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 19b66a33dc8db681b37178abb2afd49abcfb4d05..1bd5c701970de9de09f0a3a9d326f4a332dc8102 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-15 "( 4.2.5p212)" "Programmer's Manual"
+.TH SNTP 1 2009-09-16 "( 4.2.5p213)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 15, 2009 at 07:55:00 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 16, 2009 at 07:48:50 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7a0415c02eb9be5be20a4e151743a10e42ddd421..ab50f3e22af872785e15c90b010c34583c2f0ab0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:56:02 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:49:57 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.5p212\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3d773e971499e4bb09b3f969cd52f8488e97e2c8..76b98a2ecb01cea1d719c6e8e8646efcc6a606b6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 15, 2009 at 07:56:02 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 16, 2009 at 07:49:56 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.5p212"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p212"
+#define NTP_KEYGEN_VERSION       "4.2.5p213"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c1f289d69ad654f61883d4358a4c2da1ac16ee98..70b0f5999664e69a85f4cffacaa8f407b403dab9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 15, 2009 at 07:56:05 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 16, 2009 at 07:49:59 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 605a01147cf97be582ad10fa32952f41c75c8e39..60496aaa4f182424d219a1a9c4d17dd4b0c0e098 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-15 "(ntp 4.2.5p212)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-16 "(ntp 4.2.5p213)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 15, 2009 at 07:56:04 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 16, 2009 at 07:49:58 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"