]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P225 NTP_4_2_5P225
authorHarlan Stenn <stenn@ntp.org>
Wed, 30 Sep 2009 11:43:31 +0000 (07:43 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 30 Sep 2009 11:43:31 +0000 (07:43 -0400)
bk: 4ac34463vCB9cVny6yf43aN360CU4w

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 2d8daf07c1e98f33d37838d67c9bc5b5dcb2c1b1..4e5698b09d055547d7c5ffc1d64286d09f219340 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p225) 2009/09/30 Released by Harlan Stenn <stenn@ntp.org>
 * authopt documentation changes from Dave Mills/Dave Hart.
 * [Bug 1324] support bracketed IPv6 numeric addresses for restrict.
 (4.2.5p224) 2009/09/29 Released by Harlan Stenn <stenn@ntp.org>
index 0d3cbf5d42d46ede89f82ec6a76963e9c406f7c8..2ad4b3f9dae9670114e2f6ac4f69da27900fc3fc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:34:37 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:33:07 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.5p224\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index ec5ed3ed593fa2200ee858e1cb81d89950c26b66..322fb469a0b10047a9d644d6792c87d3168b0dad 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:34:36 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:33:06 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.5p224"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p224"
+#define NTPD_VERSION       "4.2.5p225"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 581c601e9a9f3efaf534c4a7cae5c16c2a1f3892..2693eb76088a36573522fbab0063166e8d4fd2bb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2009 at 07:34:40 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 30, 2009 at 07:33:10 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 926485a736b22375f21a3831c401c5390d88edae..d9d2ceebf0ae597aafe15e43e12d51d05da589a0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-29 "( 4.2.5p224)" "Programmer's Manual"
+.TH NTPD 1 2009-09-30 "( 4.2.5p225)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2009 at 07:34:38 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 30, 2009 at 07:33:09 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 309045a069d81a794e7a72dd25fd793c02ace06b..71bf22aacb0fee4bdc8611a9b515c9f9b796cdb3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:37:08 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:35:47 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.5p224\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index bfdcdd89a899f0fb9b3d51db067deb75c3709754..6b30f8cbd6752cc6bc01c987a15ff948b9dfb21c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:37:07 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:35:46 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.5p224"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p224"
+#define NTPDC_VERSION       "4.2.5p225"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5999eea8d9851d2e4490aa85dee6f3938cb091a4..97d96ec7496ca4a62d657d33b759aa6652f343ae 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2009 at 07:37:10 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 30, 2009 at 07:35:49 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6cf93074f64618698c4ea9550c8629eafbbc66b7..594c692732472b92e40b724c365d6d7399de9535 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-29 "( 4.2.5p224)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-30 "( 4.2.5p225)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2009 at 07:37:09 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 30, 2009 at 07:35:48 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 803852fb3a8b983fd9b1a7b8d5c1d41656c70096..9405404e16b9dc4643595bb16ae1e1ff4a42bd55 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:37:43 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:36:23 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.5p224\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 323e943630ba4c53c4ebf3ea016c1840243c9133..c5f9bc4075092880953c8970e05d55848854f9bc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:37:42 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:36:22 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.5p224"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p224"
+#define NTPQ_VERSION       "4.2.5p225"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 47805ec57fe68ff14aa2c7914e9fac7a1f34e2a2..8324183fc08566aad3c4ebecba73a5ebe7e891d0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2009 at 07:37:46 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 30, 2009 at 07:36:25 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 89c976fea199cc70dac8d1bd15951c96b3e7d229..a31a6f10b91a80d3f46d556480a70457280c9217 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-29 "( 4.2.5p224)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-30 "( 4.2.5p225)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2009 at 07:37:44 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 30, 2009 at 07:36:24 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7c3612a918125d1396605f682585e828f56afe5e..0ad9ee3621295819d623d154559fc64b470b65d6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:38:13 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:36:53 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.5p224\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p225\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5092215ca74cd13bec169b53ff7b536289ec0aa8..ee46a37bdbb60008d8fde01756d2a12531016519 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:38:13 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:36:53 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.5p224"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p224"
+#define NTPSNMPD_VERSION       "4.2.5p225"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3ef662496980610cfb03f1085e849fb22813d9ed..902df24301cb58643ba12465aed503c8a42af6a9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2009 at 07:38:15 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 30, 2009 at 07:36:55 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c11f8b490c4670f15f35f65c9a4396a30241ce7a..d177aca2cc9feed4ed0f3944d6627f8e4edc7195 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-29 "( 4.2.5p224)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-30 "( 4.2.5p225)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2009 at 07:38:14 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 30, 2009 at 07:36:55 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9a926027ee57d60b7e38a03dd9de3e1c3527c334..8becb57d65f73ce0ec9cb6171233eccb3691e44b 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=224
+point=225
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 628415894ec4290d9eaaee50d2275fe3470ccbc4..9de41812cff4d5f992378654b491ce50ca480a19 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:43:19 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:41: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.5p224\n\
+"sntp - standard SNTP program - Ver. 4.2.5p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 45d4db8f8ac7a89ce20c930ffe3b34f591f8b3ef..b0ef02300502a855b0c5c5fa428ba1e86b101fdb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:43:19 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:41: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.5p224"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p224"
+#define SNTP_VERSION       "4.2.5p225"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5f812526dee8d5e288127f2d6bfb99b88050267b..7aaeb2643c7f1bbccbaf17795fbc5a49c759f0e1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2009 at 07:43:22 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 30, 2009 at 07:42:00 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 142a7dc0630094c4e776121600160d914a3f4837..f2f74bede8a7ec236d3ce100ead3aaf3e586ca02 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-29 "( 4.2.5p224)" "Programmer's Manual"
+.TH SNTP 1 2009-09-30 "( 4.2.5p225)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2009 at 07:43:21 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 30, 2009 at 07:41:59 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f4ebd8d4d301cf8098e96a8eb9db98741f361e23..0dfbc469550429bf9e4095d22119647c2da592c2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:43:44 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:42:23 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.5p224\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 12f1fbb9cc16b7db9fc82f4f8fb801f0e5291d5b..693b9306773910741fed0f45c889d723296317cb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2009 at 07:43:43 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 30, 2009 at 07:42:22 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.5p224"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p224"
+#define NTP_KEYGEN_VERSION       "4.2.5p225"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6620ac86f86a939cd1f0419f63452a74a87ddd9d..172f42f44d65c2c0c66b814c0b54a24aa2923097 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2009 at 07:43:46 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 30, 2009 at 07:42:25 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 028ce514bfa37b8cddd239d90c5e3be277ce71db..25433d61773479040854c9b7aa575e10a0ef9b23 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-29 "(ntp 4.2.5p224)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-30 "(ntp 4.2.5p225)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2009 at 07:43:45 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 30, 2009 at 07:42:24 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"