]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P218 NTP_4_2_5P218
authorHarlan Stenn <stenn@ntp.org>
Mon, 21 Sep 2009 11:51:38 +0000 (07:51 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 21 Sep 2009 11:51:38 +0000 (07:51 -0400)
bk: 4ab768camEIbQOpbnfFKe0fjKk2d2g

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 f7cca1e9c789b5291d6abeca8bd5e63c919e5d03..88e503d67b0cd7b05935d3d185ef5bc9ac7e2356 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p218) 2009/09/21 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1314] saveconfig emits -4 and -6 on when not given.
 * correct parsing and processing of setvar directive.
 * highlight location of ntpq :config syntax errors with ^.
index 37387a7f316538a3ab76118e2a49f2688696372a..0fd4952611965c7661b8059acb2fcae5195a0158 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:36:06 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:35:47 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.5p217\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 7ff9e83aac73f8c9272d54a29f2fb46b8aab60df..90ec86a7c61d43f7148736b09327e375bdb63d14 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:36:05 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:35:46 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.5p217"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p217"
+#define NTPD_VERSION       "4.2.5p218"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e7fbb1246a0c3eaa6ac99786ad3be289cc58cd83..d599c5cb1ad003e0fe8c69262c6e886c1ed9dcd0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2009 at 07:36:09 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 21, 2009 at 07:35:50 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2973b3d07762a50171a945c4794dd0803dc551b4..921c3dbc2f66367b91dab07449fbc36a68688322 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-20 "( 4.2.5p217)" "Programmer's Manual"
+.TH NTPD 1 2009-09-21 "( 4.2.5p218)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2009 at 07:36:07 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 21, 2009 at 07:35:48 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d7476e7f39f53526067ef9c36794aba713096c49..ed7ebb7dfe756b47b5a40edcd556132298fc7c32 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:43:13 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:42:53 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.5p217\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3619a8b62190a3cd627e74e81440f8b3a7bdcc63..3d1b09aa3922222cd2bff2e380583f541b9267cd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:43:12 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:42:52 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.5p217"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p217"
+#define NTPDC_VERSION       "4.2.5p218"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d7dc8c3299d70e9289a7397e8c99af2313e6ab7e..d45ec9e0324469b12fad7cc49aed15d853e08f88 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2009 at 07:43:15 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 21, 2009 at 07:42:55 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 47c00fe90f89f92bc285ace4f86ea860acf31971..6a68984b78142a61c6a6912c0a033b2ecd55c79f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-20 "( 4.2.5p217)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-21 "( 4.2.5p218)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2009 at 07:43:14 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 21, 2009 at 07:42:54 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 767086cf4b0f0f48566deb3bc0227c00acea62bc..18b62af1656fbb6da10447bc1dce55a96e6b165b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:43:45 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:43: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.5p217\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 60cb2e5a0644a3c8ad1e44599478dee68ce870ed..9a7effc52a7e4aae5f98b80bc8274256c982fefe 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:43:44 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:43: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.5p217"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p217"
+#define NTPQ_VERSION       "4.2.5p218"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 625bad6d3083bf5cac9dabe8dadbd645726d2a6b..ff05ee05239461b2899ae437be35985d5ff0053f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2009 at 07:43:47 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 21, 2009 at 07:43:29 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c5da7ff109626d3ada76fdad87f933cc418f8783..0c8ffe4bdc968134faa9e64bd0031cd2391bafdc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-20 "( 4.2.5p217)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-21 "( 4.2.5p218)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2009 at 07:43:46 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 21, 2009 at 07:43:27 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 73b02dbb18603ec717b8c0fcd7b18d7d6a09393e..078ae9890a9db57856f0060500fc52f74d724d56 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:44:33 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:44:14 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.5p217\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p218\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 211653caffac597fe43e62dfdafaf9d9963910c7..f6edea1d1534af1e9d9abd73ebf1674647005117 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:44:33 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:44:13 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.5p217"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p217"
+#define NTPSNMPD_VERSION       "4.2.5p218"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fe59b935849bad78de07ccb172b78bbd77e0fbf8..ed3b540d938643cc5374c5cb52333864bc293496 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2009 at 07:44:35 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 21, 2009 at 07:44:16 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 51e220c0828288a026e5f47a5ea058d84de717f0..6c4b8c267047af76dec86d234e45ade58492bf1a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-20 "( 4.2.5p217)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-21 "( 4.2.5p218)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2009 at 07:44:34 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 21, 2009 at 07:44:15 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 645dbfb8d25ab6bf88ba3a608cebfc5b6ffaf6d6..df4c6eabadf6e28d7c7defe73179556806fdaeb9 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=217
+point=218
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 2e48c40952032660f535c13bce0384fc234f3c93..11f56fd78253cfb2cd80b163d1968898b9870b34 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:49:35 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:49:19 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.5p217\n\
+"sntp - standard SNTP program - Ver. 4.2.5p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 83ab50a2771759b07956d0a70e15caf04e685b60..f1cd1a1a1515c1facbfcc66c52cf6f97688a85f1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:49:34 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:49:18 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.5p217"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p217"
+#define SNTP_VERSION       "4.2.5p218"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c53b92fb8656f9c02739e0d0ba0c6d85641a711c..40d73e182cc42a7e8ff24fedc5e1d117f617023f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2009 at 07:49:37 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 21, 2009 at 07:49:22 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 96989115f65998743d33756ede75823410a5d1f8..9c27b75068706ed9dcb8d01474a4df2eae9ec10c 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-20 "( 4.2.5p217)" "Programmer's Manual"
+.TH SNTP 1 2009-09-21 "( 4.2.5p218)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2009 at 07:49:36 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 21, 2009 at 07:49:21 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f490e24db7ebfa549cc3559e2ccc9408c12cfd17..5c8fb45de86ca77fe25f576db525c204cd449317 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:50:40 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:50:24 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.5p217\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 68f30c3a4e6c98789d8dac20262e1bb7226407b4..afbae47d6c67b238e518d0318ae7d41a855b0f7b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2009 at 07:50:39 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 21, 2009 at 07:50:23 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.5p217"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p217"
+#define NTP_KEYGEN_VERSION       "4.2.5p218"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e30084583b61cab8eeaf6d7a20c7588563cfe797..09466f358c0fe584cd155eb778fd4cf734f22649 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2009 at 07:50:42 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 21, 2009 at 07:50:27 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 01ad136a9b61357f964b85c12c0941064cecb8bd..999ed6cd19cfc37e71b634c269a17c11dd487a4c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-20 "(ntp 4.2.5p217)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-21 "(ntp 4.2.5p218)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2009 at 07:50:42 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 21, 2009 at 07:50:26 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"