]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P214 NTP_4_2_5P214
authorHarlan Stenn <stenn@ntp.org>
Thu, 17 Sep 2009 11:55:35 +0000 (07:55 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 17 Sep 2009 11:55:35 +0000 (07:55 -0400)
bk: 4ab223b7B7AkX4R8uziBwqAapYTI5w

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 2e2e13c433ef7555700343863381991ed1dd913b..6ec6dab165ce01c28d362dc39d0b399934274b54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p214) 2009/09/17 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1303] remove top-level "autokey" directive.
 * use "nic listen 192.168.0.0/16" instead of
   "nic listen 192.168.0.0 prefixlen 16".
index c630cefe8e705fc2314235ca746c350d95ff96d3..6c4a2674a095aa6423ae73296389a26359b26456 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:35:12 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:39:37 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.5p213\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index ea11ee0ea9b408d4f111498009ce8407904f0b3d..290845970c5452c9aefc009261412bfac39b6fa4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:35:11 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:39:36 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.5p213"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p213"
+#define NTPD_VERSION       "4.2.5p214"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ae6d6f94ed4ce4aba06c622cbce690eeffef0d66..caa5c1ebff3a601d1021687609b970a354f50f4d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 16, 2009 at 07:35:15 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 17, 2009 at 07:39:40 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 72825c68f7b716dfb92e85f45a48c4151507dcc3..7dcbb408cbe712eadf4466b2e30e0a7f672299be 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-16 "( 4.2.5p213)" "Programmer's Manual"
+.TH NTPD 1 2009-09-17 "( 4.2.5p214)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 16, 2009 at 07:35:14 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 17, 2009 at 07:39:39 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 85c890efe659a2bc808cf41d30be8528bce50a90..dad88311628959279e2d1d4dc4f57d1db274a6cf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:42:24 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:46:40 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.5p213\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2a2d44457e0ad80dbcb4ca95ccfd424cd6aaec7d..96f7a96be31ecbe1276893ebfbd8e06345ad4e90 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:42:24 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:46:39 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.5p213"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p213"
+#define NTPDC_VERSION       "4.2.5p214"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index daac056d10f3a19a2a4c3445818d116d1f07066e..c027f5d43d61ab084875b301a4e5fa38c2c04770 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 16, 2009 at 07:42:27 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 17, 2009 at 07:46:42 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8e97c476726f96556e7a63f50444207eaa58b534..0e17a4e8900365387a5f46e8931cc0eea301f9d7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-16 "( 4.2.5p213)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-17 "( 4.2.5p214)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 16, 2009 at 07:42:26 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 17, 2009 at 07:46:41 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8385c199d9a73a495e6fdef33f453a986c6a1dc3..493d6a65a61fa66d83946ddd90c3d163609565d8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:42:55 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:47:11 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.5p213\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 53362dac9386a880192c3d957d72ff75cef6a1fd..aff988603cb5afaaff815afa3d7c3efbf8c80a7e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:42:55 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:47:10 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.5p213"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p213"
+#define NTPQ_VERSION       "4.2.5p214"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d05a9aff6d637a03ab3ca619a35965063e5a4972..eb8a642b6e0f58ea66a94f81bb5f723dbcb3506c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 16, 2009 at 07:42:58 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 17, 2009 at 07:47:14 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e45a1d4403dee99a85800549a104d85522532d7d..31d22e34a1abe73b40238951fc4dc23a4042044f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-16 "( 4.2.5p213)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-17 "( 4.2.5p214)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 16, 2009 at 07:42:57 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 17, 2009 at 07:47:12 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 922fd6d282095e0ca3b8b924043aa2aea78ace0c..f4e545db6424da1be13ac2e27dec9ae25781bcd1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:43:43 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:47:57 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.5p213\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p214\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4f7d287b10ccd0605e417ad5140e7399f84f8f1d..211bfed68f93bb4196869195c38bd803f4056804 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:43:43 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:47:56 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.5p213"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p213"
+#define NTPSNMPD_VERSION       "4.2.5p214"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2ed5f4aa92285d235bf237b2ff8b1177328ea2b1..6dd38d970c30e63db3755c6e2aae382820df58c1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 16, 2009 at 07:43:45 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 17, 2009 at 07:47:59 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e3b06c18afd1569f35a68b1f25cb87cd76e5b806..656b4fa07e9c91d55384b6020766abed56c0099f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-16 "( 4.2.5p213)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-17 "( 4.2.5p214)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 16, 2009 at 07:43:44 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 17, 2009 at 07:47:58 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 633f1298cec76eab134388e951eda9f5710a1d05..83ad494bb904aafbe83d187ed09e4bda2b304b84 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=213
+point=214
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 7b3b82939ed3be7c8fb5fa4737a4f3bfc48cdf3f..3d8d53f48adb0bcfce1510ae954c20291b4fb9ab 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:48:49 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:53:11 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.5p213\n\
+"sntp - standard SNTP program - Ver. 4.2.5p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 11c0c20ded20c96dc9a6a2bcc1755f66e5c081d8..1f5265259b1204611b02db4b30c07e7fea7a957b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:48:48 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:53:10 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.5p213"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p213"
+#define SNTP_VERSION       "4.2.5p214"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d8fc469baddc6ee9ea7c176e0a0fd40a40269048..82786496f2137699c22f63488b08a2f0594ff006 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 16, 2009 at 07:48:52 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 17, 2009 at 07:53:14 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1bd5c701970de9de09f0a3a9d326f4a332dc8102..71742a8c8ca3ba0309ea66bea6e29c7dd288ef14 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-16 "( 4.2.5p213)" "Programmer's Manual"
+.TH SNTP 1 2009-09-17 "( 4.2.5p214)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 16, 2009 at 07:48:50 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 17, 2009 at 07:53:12 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ab50f3e22af872785e15c90b010c34583c2f0ab0..ce238fee03f19236fda144897df4391dbf0fe5c4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:49:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:54:18 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.5p213\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 76b98a2ecb01cea1d719c6e8e8646efcc6a606b6..9db712824b5b70d7ef502a082e63e01fa6d68ce7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 16, 2009 at 07:49:56 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 17, 2009 at 07:54:17 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.5p213"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p213"
+#define NTP_KEYGEN_VERSION       "4.2.5p214"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 70b0f5999664e69a85f4cffacaa8f407b403dab9..a214974cfd87a82427430ce20dbdfddf107499ad 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 16, 2009 at 07:49:59 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 17, 2009 at 07:54:20 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 60496aaa4f182424d219a1a9c4d17dd4b0c0e098..3fd6dcd532c572426e8e1910ab048e90b75f62aa 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-16 "(ntp 4.2.5p213)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-17 "(ntp 4.2.5p214)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 16, 2009 at 07:49:58 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 17, 2009 at 07:54:19 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"