]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P207 NTP_4_2_5P207
authorHarlan Stenn <stenn@ntp.org>
Sat, 29 Aug 2009 11:50:13 +0000 (07:50 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 29 Aug 2009 11:50:13 +0000 (07:50 -0400)
bk: 4a9915f5pfChIkStrSZW2gahGXNgfg

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 447da4c522eeb52816e5a12485cb5925f7106337..2ebf42aa7e8982509555375c73d839b100873ac5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p207) 2009/08/29 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1292] Minor Windows source tweaks for VC6-era SDK headers.
 (4.2.5p206) 2009/08/26 Released by Harlan Stenn <stenn@ntp.org>
 * accopt.html typo fixes from Dave Mills.
index 8c6b9aa7566528759ddd4f19ed09add95d6011ab..84f0d378fa0cca544f9844497b454c42b7443b7b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:38:39 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:34:53 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.5p206\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index c228c0b8c155ccde5d562f4e8c5ffdb86ef8cb46..acb3c5833a05e438703bea53a46dbd6355e4d46b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:38:38 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:34:52 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.5p206"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p206"
+#define NTPD_VERSION       "4.2.5p207"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 83b3e42fc8821b36d2958038098113276f161254..dc18c504bdc789a9509204735b3d14cbdd320429 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 26, 2009 at 07:38:41 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 29, 2009 at 07:34:56 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 66c69f6e1d341630b32297ee0f1fdc5f41770118..05e6293b220ae2985568e9511488008d240259e8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-08-26 "( 4.2.5p206)" "Programmer's Manual"
+.TH NTPD 1 2009-08-29 "( 4.2.5p207)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 26, 2009 at 07:38:40 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 29, 2009 at 07:34:54 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 80eba80cc2b34c3ab919482c237c539652d8749e..6003238856ed2037aece87b572026cedfff9a333 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:45:39 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:41:41 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.5p206\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c0dc0ff053d54f4ea936380a5adb99ac6b8a25df..62ae6c24e23448cc6a2733b755f0efff77c87aad 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:45:38 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:41:40 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.5p206"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p206"
+#define NTPDC_VERSION       "4.2.5p207"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 32d0ef399ac268391a00e934b90191323313c28e..d7a0bae0a4753a11a9d6ef189c3b27b5e33c055b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 26, 2009 at 07:45:41 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 29, 2009 at 07:41:43 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 176ec970e7e3bca947d05364f629b781c37ce2e3..cc251d90babc87b67053428b0fc9bbfb3697e00b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-08-26 "( 4.2.5p206)" "Programmer's Manual"
+.TH NTPDC 1 2009-08-29 "( 4.2.5p207)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  August 26, 2009 at 07:45:40 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 29, 2009 at 07:41:42 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 79090385d5e7b37c8551519d59e837f8c5d59fd1..1db3ff0ca17b208fe951cd28b8ec2594ddb1b35b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:46:11 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:42:12 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.5p206\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index eeef9f2d0884f703923e9452582050a4d295284f..49e52a3695627621a1b0af4e57bcdedde4a81184 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:46:10 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:42:11 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.5p206"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p206"
+#define NTPQ_VERSION       "4.2.5p207"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 03bfc0a0a399bb8cfff3aeebc9f054c93f737918..7f930294f346276a78008f6063334d872f4cd582 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 26, 2009 at 07:46:13 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 29, 2009 at 07:42:14 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7f11cb1758e49bd26b340864cea4d631d01f58c8..0861e8099ded0492f477e5f23d5012e23995575e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-08-26 "( 4.2.5p206)" "Programmer's Manual"
+.TH NTPQ 1 2009-08-29 "( 4.2.5p207)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  August 26, 2009 at 07:46:12 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 29, 2009 at 07:42:13 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b5a7cd673d2e9bccce8594fd7fba23d89bd4835e..5cf3fabee121f8ec7fccd954646eb9cfe6918aee 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:46:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:43:00 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.5p206\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p207\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8b1f8d3342337a8d1ae3ade1ab7a4ac34bc5477a..879b0bf71254dcf247f544ff095a299b09e8c6ba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:46:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:43:00 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.5p206"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p206"
+#define NTPSNMPD_VERSION       "4.2.5p207"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 280cc5f9815d6b04fb74b675ba0c120d70271628..c6db3abb1144df25cb02459ef38bccbabdc78a4f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 26, 2009 at 07:46:59 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 29, 2009 at 07:43:02 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9b5926fee8db8520d4e9f4ae7940f27dfa348bc0..89e9a01af8739f7126eb514ca4c4ebaf63a92272 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-08-26 "( 4.2.5p206)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-08-29 "( 4.2.5p207)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 26, 2009 at 07:46:59 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 29, 2009 at 07:43:01 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 28b21820d44389af8333ac83e02e239effcbefe5..80b1c6450bd36c8a6301679becd16d9ffb6c920c 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=206
+point=207
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index ace34bb8111e3a28622ad38ab45bae4a49857e04..e8ba847b5de8b20af9cde5f292b5c2654e5578c8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:52:14 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:47: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.5p206\n\
+"sntp - standard SNTP program - Ver. 4.2.5p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 68880921f7df405c7c01de67243c28d359b18f98..71276986bbb367cbdf21413bdff8fd6c4abd3ed4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:52:13 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:47: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.5p206"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p206"
+#define SNTP_VERSION       "4.2.5p207"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f20d3e51b7fdb5dd005e11da608cadc9388ddd68..fe2fba9f371614e604655f1951d9961ada2ebb1e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 26, 2009 at 07:52:16 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 29, 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 41fb02d6b4a068eec36348cc2ce9603b2bcf0c04..9bbe9b4bc7b51bbe4e84ab11e7ec7290970b263f 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-08-26 "( 4.2.5p206)" "Programmer's Manual"
+.TH SNTP 1 2009-08-29 "( 4.2.5p207)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  August 26, 2009 at 07:52:15 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 29, 2009 at 07:47:59 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a269d46f206c760a7e8de07176367ecbca0e933a..f29ba2fa76b9bb9d85eb3da077f4ad7919b88612 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:53:18 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:49: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.5p206\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 22885fa62f09054718bb4c1745f38c19cc1837ca..07bfccd83ef5ead03d3e987b834c15d4ceceece9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 26, 2009 at 07:53:17 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 29, 2009 at 07:49:01 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.5p206"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p206"
+#define NTP_KEYGEN_VERSION       "4.2.5p207"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1501bf5e7b1253f1def80af851a913d343f97ba4..2958e1630e23f378e20fc75e90c4a63cbaaa6b82 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 26, 2009 at 07:53:20 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 29, 2009 at 07:49:04 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5d14c8aa95a994bc45bb47a751b28bf72f48cbe3..754e7c0e8de2d6ec9793d323364a6b7dcbb645c9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-08-26 "(ntp 4.2.5p206)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-08-29 "(ntp 4.2.5p207)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  August 26, 2009 at 07:53:19 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 29, 2009 at 07:49:03 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"