]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P230_RC
authorHarlan Stenn <stenn@ntp.org>
Fri, 9 Oct 2009 06:25:40 +0000 (02:25 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 9 Oct 2009 06:25:40 +0000 (02:25 -0400)
bk: 4aced764IGsunYli_FcaHb6imk-DxA

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 3ac44e66ba5c7ce0e07b70381e5d75d2220e3067..116599837d449e067b5584c666d0ff62e8b40a54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p230-RC) 2009/10/09 Released by Harlan Stenn <stenn@ntp.org>
 * Start the 4.2.6 Release Candidate cycle.
 * Broadcast and transit phase cleanup from Dave Mills.
 (4.2.5p229) 2009/10/07 Released by Harlan Stenn <stenn@ntp.org>
index 42c56d48c1a1263f2fcc8898ed0f361646ad37f9..cff11a062917f797333acb3bce7f7f5fdba1bded 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:32:27 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:15:57 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -949,7 +949,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p229\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p230-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 07ed1cb53ad8d9785fb7c48cabe86541811eada2..e027eba7294df60761d1470aa1ca1c3c28087758 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:32:26 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:15:56 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    35
-#define NTPD_VERSION       "4.2.5p229"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p229"
+#define NTPD_VERSION       "4.2.5p230-RC"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p230-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8dc4fd6720f6c7ffbc25b43417d9e67f971aa68e..14dfd05c1441b6e22fb51148e76e0d44fea5c66a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October  7, 2009 at 06:32:30 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  9, 2009 at 02:16:00 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a4d3127802f40a3952d520a60cb8101477370de9..e62c64bce654c79d4dfab553277c7684b3e05e2f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-10-07 "( 4.2.5p229)" "Programmer's Manual"
+.TH NTPD 1 2009-10-09 "( 4.2.5p230-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October  7, 2009 at 06:32:28 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  9, 2009 at 02:15:58 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3ebadd9d393f9817a33b8931e0c3920bf4ca8386..2c46bc8307785f47d0ff17cc641da5041993f205 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:34:02 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:18:06 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -437,7 +437,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p229\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p230-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 620003f0cd6fddae20bb39afd35617af8072c83f..9fc1ca4f4398770d7b820a2f0ae4c34b15ac5ce9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:34:01 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:18:05 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.5p229"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p229"
+#define NTPDC_VERSION       "4.2.5p230-RC"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p230-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d4961ed3d019f205bf06344829cd0f2c21a8db54..374eb88a2eac548345f69eafabd46acd66160b9c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October  7, 2009 at 06:34:04 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  9, 2009 at 02:18:08 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e2f69d54d25b90b40b67645858b7df492a0a7aee..92571b95d69b0382c59fb1ff8409ab6338df5767 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-10-07 "( 4.2.5p229)" "Programmer's Manual"
+.TH NTPDC 1 2009-10-09 "( 4.2.5p230-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  October  7, 2009 at 06:34:03 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  9, 2009 at 02:18:07 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2cb3d6247e3dda9f7c599d4ce59a7c48132c5c2e..0017a1777ef3bb1045a108232f832a4b62f84f71 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:34:34 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:18:38 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -420,7 +420,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p229\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p230-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 22631606a2f291c70d8f3c506b318feac8e75380..b487258d9f745fe60fc947c8e1fee1b407569fbc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:34:33 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:18:37 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.5p229"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p229"
+#define NTPQ_VERSION       "4.2.5p230-RC"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p230-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 418f0e950effeda25a5ecaf69a12d2031c0a2191..c6ce299d6a9575673eca2f4dfa6298814bc2f4c8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October  7, 2009 at 06:34:36 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  9, 2009 at 02:18:41 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f7e8f519696342c5b286275ca8269a14dc5bacec..971fc885ae67a24cdf3c9b956e6514d51e2c02f0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-10-07 "( 4.2.5p229)" "Programmer's Manual"
+.TH NTPQ 1 2009-10-09 "( 4.2.5p230-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  October  7, 2009 at 06:34:35 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  9, 2009 at 02:18:40 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f65596e6724dc7b8aab8900d5950d98c6b1b7200..fd854f237fb0004e7e962e40026d6fc7040bfde1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:35:03 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:19:08 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.5p229\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p230-RC\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ab50a3c2eb6c8414f45c610d670a9f6f7b726e10..55888aa063afb0812892810873e5da859f9e6539 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:35:03 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:19:07 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.5p229"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p229"
+#define NTPSNMPD_VERSION       "4.2.5p230-RC"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p230-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 649b528b68bd7bfc51e21edbd49959d3ef9ec6d8..277cf3042fba720d7e9e1f555c1c27c7b894f439 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October  7, 2009 at 06:35:05 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  9, 2009 at 02:19:10 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4525569baabbc154ab28b858e8f1f042258c6270..8ce3d848e39190a9a425a87a2a65b11d4dad7b70 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-10-07 "( 4.2.5p229)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-10-09 "( 4.2.5p230-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October  7, 2009 at 06:35:05 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  9, 2009 at 02:19:09 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ce7bff7f5569e0a33c7517aa37d158e3f0f7cefd..95f948d594ddd07768c52080eb71312739e3e0a0 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=229
+point=230
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 6ee82dfaa97ffe1d9d7157d1216f9056835ddd44..65845ed78f2b67d3ce9e66eea1d91f5a1483412e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:40:04 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:24:13 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.5p229\n\
+"sntp - standard SNTP program - Ver. 4.2.5p230-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7c1cefce31be4b0441d8493528f98b5f0ac09e27..57bca48162e55313ab315195f26a065e4be2ee13 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:40:03 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:24:12 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.5p229"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p229"
+#define SNTP_VERSION       "4.2.5p230-RC"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p230-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index caa8bc787edb54b165623c0820ccb6eb13a2625a..e2e66fe9e417f5c73678ee211da65d516cfe9cbb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October  7, 2009 at 06:40:07 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  9, 2009 at 02:24:16 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f62cf6a47b5170df240e99ac46d2ec72df8b96dc..0f96aac52488d1f2a31cfd64fed17e65ffa00524 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-10-07 "( 4.2.5p229)" "Programmer's Manual"
+.TH SNTP 1 2009-10-09 "( 4.2.5p230-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  October  7, 2009 at 06:40:06 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  9, 2009 at 02:24:14 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2f1f0e7281f088d4f7ae8fbda83557b2d9aab55a..6d87305c49cc8e68ba591e6ca4161e89442b0093 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:40:29 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:24:38 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -746,7 +746,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p229\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p230-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 83d2a0b1eb451b935a7df2d071624d04842ae0ff..6e501d6d8f30f640840cf42be39cbfa45145b67a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October  7, 2009 at 06:40:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  9, 2009 at 02:24:37 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.5p229"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p229"
+#define NTP_KEYGEN_VERSION       "4.2.5p230-RC"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p230-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c8f71a05a233abd0e6001a32f06957f7648f37cc..fb358e8b7996dfae116271d17856353093d49495 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October  7, 2009 at 06:40:32 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  9, 2009 at 02:24:39 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 68338f9ecdb90d7d130deed967dcb27926a3a20d..9563e7005ebfc030f19b4a921b363b13812a6720 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-10-07 "(ntp 4.2.5p229)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-10-09 "(ntp 4.2.5p230-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  October  7, 2009 at 06:40:31 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  9, 2009 at 02:24:39 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"