]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P215 NTP_4_2_5P215
authorHarlan Stenn <stenn@ntp.org>
Fri, 18 Sep 2009 11:51:03 +0000 (07:51 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 18 Sep 2009 11:51:03 +0000 (07:51 -0400)
bk: 4ab37427RHXsoWS3tXSvsFnWOHjR3A

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 4ed00d0b919adde6a2acd9892d4cf7f56408c867..8275b4e59d75d909e0c3f75c5147a84980aee550 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p215) 2009/09/18 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1292] Workaround last VC6 unsigned __int64 kink.
 (4.2.5p214) 2009/09/17 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1303] remove top-level "autokey" directive.
index 6c4a2674a095aa6423ae73296389a26359b26456..e6f976577b1ba8ec5d20fb1c1d393faa5c6cc808 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:39:37 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:35:00 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.5p214\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 290845970c5452c9aefc009261412bfac39b6fa4..de270aaf8b160e0967f13a7c526bf67c25459254 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:39:36 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:34:59 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.5p214"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p214"
+#define NTPD_VERSION       "4.2.5p215"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index caa5c1ebff3a601d1021687609b970a354f50f4d..9ae0b340c9a04abec07c4f4af46d8614abff2e86 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 17, 2009 at 07:39:40 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 18, 2009 at 07:35:03 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7dcbb408cbe712eadf4466b2e30e0a7f672299be..6023587870aef583247b90e205571794c3a10a84 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-17 "( 4.2.5p214)" "Programmer's Manual"
+.TH NTPD 1 2009-09-18 "( 4.2.5p215)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 17, 2009 at 07:39:39 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 18, 2009 at 07:35:01 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dad88311628959279e2d1d4dc4f57d1db274a6cf..8569ab9a7e52b1d1ac4cbea837daf19009e4ad05 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:46:40 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:42:16 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.5p214\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 96f7a96be31ecbe1276893ebfbd8e06345ad4e90..31a0a04713e06ffc5049cc883a61fd370b391fa6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:46:39 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:42:16 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.5p214"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p214"
+#define NTPDC_VERSION       "4.2.5p215"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c027f5d43d61ab084875b301a4e5fa38c2c04770..ee0b4312f724ac373b2da74b31cea1a37aa842af 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 17, 2009 at 07:46:42 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 18, 2009 at 07:42:19 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0e17a4e8900365387a5f46e8931cc0eea301f9d7..5472e80e73af5c42c47e41b7819e9903100e09d3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-17 "( 4.2.5p214)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-18 "( 4.2.5p215)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 17, 2009 at 07:46:41 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 18, 2009 at 07:42:18 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 493d6a65a61fa66d83946ddd90c3d163609565d8..5f780721fc1bfc803280277ef306e7ee6e52bcfd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:47:11 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:42:48 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.5p214\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index aff988603cb5afaaff815afa3d7c3efbf8c80a7e..f6b7633eddab43c84819cf73ebd9ff46a64c5353 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:47:10 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:42:47 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.5p214"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p214"
+#define NTPQ_VERSION       "4.2.5p215"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index eb8a642b6e0f58ea66a94f81bb5f723dbcb3506c..b4d2f640e1595cd392afd124f842df0e7d70cdd0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 17, 2009 at 07:47:14 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 18, 2009 at 07:42:50 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 31d22e34a1abe73b40238951fc4dc23a4042044f..432513e49ac65a5d707e2d1996cc9145fdea4f79 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-17 "( 4.2.5p214)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-18 "( 4.2.5p215)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 17, 2009 at 07:47:12 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 18, 2009 at 07:42:49 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f4e545db6424da1be13ac2e27dec9ae25781bcd1..206cc43f4edea856f9dd8d4a4d5395fd012b789d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:47:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:43:36 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.5p214\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p215\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 211bfed68f93bb4196869195c38bd803f4056804..4036ff7677e498ffd334cb0457384a949efaf0b8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:47:56 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:43:36 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.5p214"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p214"
+#define NTPSNMPD_VERSION       "4.2.5p215"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6dd38d970c30e63db3755c6e2aae382820df58c1..f72b5e5ca254faca474aa4c04fcca962d0b7e611 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 17, 2009 at 07:47:59 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 18, 2009 at 07:43:38 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 656b4fa07e9c91d55384b6020766abed56c0099f..93572a8079a75c182aeebcc6025863d48b00bd60 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-17 "( 4.2.5p214)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-18 "( 4.2.5p215)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 17, 2009 at 07:47:58 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 18, 2009 at 07:43:38 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 83ad494bb904aafbe83d187ed09e4bda2b304b84..a7a9a2a68b9065004cb3a867ec1db7fb5c763f7a 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=214
+point=215
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 3d8d53f48adb0bcfce1510ae954c20291b4fb9ab..f3f937d3e8427182ea8a6c96b350fca9962e4b0d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:53:11 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:48:47 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.5p214\n\
+"sntp - standard SNTP program - Ver. 4.2.5p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1f5265259b1204611b02db4b30c07e7fea7a957b..e7a7d139fbeb5ce053a4d99d78efb7b2dfcb0207 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:53:10 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:48:46 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.5p214"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p214"
+#define SNTP_VERSION       "4.2.5p215"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 82786496f2137699c22f63488b08a2f0594ff006..6222061821cf89f2523ec139634b81bca0f95ce1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 17, 2009 at 07:53:14 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 18, 2009 at 07:48:50 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 71742a8c8ca3ba0309ea66bea6e29c7dd288ef14..4caf3bb060b8ccd68d353d264f8cde85c2012e3f 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-17 "( 4.2.5p214)" "Programmer's Manual"
+.TH SNTP 1 2009-09-18 "( 4.2.5p215)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 17, 2009 at 07:53:12 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 18, 2009 at 07:48:49 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ce238fee03f19236fda144897df4391dbf0fe5c4..1ee07c5f9422cc365e5c0179a5cb54c47b5d05b6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:54:18 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:49:52 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.5p214\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9db712824b5b70d7ef502a082e63e01fa6d68ce7..f8b4e4ebf587f3303944caf0e8b9e603b6f8fde4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 17, 2009 at 07:54:17 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 18, 2009 at 07:49:51 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.5p214"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p214"
+#define NTP_KEYGEN_VERSION       "4.2.5p215"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a214974cfd87a82427430ce20dbdfddf107499ad..363138991bffb90d5f5a3be16544f3acd7e26e2e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 17, 2009 at 07:54:20 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 18, 2009 at 07:49:54 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3fd6dcd532c572426e8e1910ab048e90b75f62aa..27ae6272317bb03f7f4937873d8cdfeecdf74b11 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-17 "(ntp 4.2.5p214)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-18 "(ntp 4.2.5p215)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 17, 2009 at 07:54:19 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 18, 2009 at 07:49:53 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"