]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P224 NTP_4_2_5P224
authorHarlan Stenn <stenn@ntp.org>
Tue, 29 Sep 2009 11:44:52 +0000 (07:44 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 29 Sep 2009 11:44:52 +0000 (07:44 -0400)
bk: 4ac1f334uW3JkFONavK22cUMWsCopg

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 84bb82e22276d925b6d9a632d6a0b2cedf1166d1..76f3725e1761ed7bedf5f61d2c25f6a7dd2cb5f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p224) 2009/09/29 Released by Harlan Stenn <stenn@ntp.org>
 * Clockhop and documentation fixes from Dave Mills.
 * Remove "tos maxhop" ntp.conf knob.
 (4.2.5p223) 2009/09/28 Released by Harlan Stenn <stenn@ntp.org>
index 80fc22f3268c1e320d98d9f915de5f90aa42b4c0..0d3cbf5d42d46ede89f82ec6a76963e9c406f7c8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:33:39 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:34: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.5p223\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 524af2c901c7a5b014a25f8e2137eff86c401022..ec5ed3ed593fa2200ee858e1cb81d89950c26b66 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:33:38 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:34: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.5p223"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p223"
+#define NTPD_VERSION       "4.2.5p224"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 42ee0bc91a96575e7307131bee8f81f870a38d9c..581c601e9a9f3efaf534c4a7cae5c16c2a1f3892 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 28, 2009 at 07:33:42 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 29, 2009 at 07:34:40 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ebc2e523750c83927e32e532a858eb68bd1234a1..926485a736b22375f21a3831c401c5390d88edae 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-28 "( 4.2.5p223)" "Programmer's Manual"
+.TH NTPD 1 2009-09-29 "( 4.2.5p224)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 28, 2009 at 07:33:41 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 29, 2009 at 07:34:38 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b9ec6681137535278f2e4fc19d851eb5307a9931..309045a069d81a794e7a72dd25fd793c02ace06b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:35:45 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:37:08 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.5p223\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6d9c4ac3cb88d8a53ce65ef1ea5e06cef06581c9..bfdcdd89a899f0fb9b3d51db067deb75c3709754 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:35:44 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:37:07 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.5p223"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p223"
+#define NTPDC_VERSION       "4.2.5p224"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3da45f7b5f88643b11ddec915756548f992caeb1..5999eea8d9851d2e4490aa85dee6f3938cb091a4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 28, 2009 at 07:35:47 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 29, 2009 at 07:37:10 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 68d087a1db5ec087a59050f7439a2372133dd975..6cf93074f64618698c4ea9550c8629eafbbc66b7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-28 "( 4.2.5p223)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-29 "( 4.2.5p224)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 28, 2009 at 07:35:46 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 29, 2009 at 07:37:09 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0af3153a958db262836d4347da12d6c663b4fc6d..803852fb3a8b983fd9b1a7b8d5c1d41656c70096 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:36:20 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:37:43 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.5p223\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a9863e0c7417f7034aee6c41e194e89c2d7b05c4..323e943630ba4c53c4ebf3ea016c1840243c9133 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:36:19 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:37:42 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.5p223"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p223"
+#define NTPQ_VERSION       "4.2.5p224"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 84925ab32ba409c0d26ec8e657b0142dd54021d3..47805ec57fe68ff14aa2c7914e9fac7a1f34e2a2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 28, 2009 at 07:36:23 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 29, 2009 at 07:37:46 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ddf6cff9ee1a050e4e28c221531618290bb637c7..89c976fea199cc70dac8d1bd15951c96b3e7d229 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-28 "( 4.2.5p223)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-29 "( 4.2.5p224)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 28, 2009 at 07:36:21 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 29, 2009 at 07:37:44 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 80638a59c772d49c5da3b7dc6b41e006b9a320ad..7c3612a918125d1396605f682585e828f56afe5e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:36:52 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:38:13 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.5p223\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p224\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 911c2e9254e254157b04d8403212a233d06b5812..5092215ca74cd13bec169b53ff7b536289ec0aa8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:36:52 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:38:13 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.5p223"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p223"
+#define NTPSNMPD_VERSION       "4.2.5p224"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index db43e3230ba20b032f6a315b015ee3d14a9a8239..3ef662496980610cfb03f1085e849fb22813d9ed 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 28, 2009 at 07:36:54 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 29, 2009 at 07:38:15 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 655825949aad3218df58ac847ae1cc35d536d68e..c11f8b490c4670f15f35f65c9a4396a30241ce7a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-28 "( 4.2.5p223)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-29 "( 4.2.5p224)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 28, 2009 at 07:36:54 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 29, 2009 at 07:38:14 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index aee1846c027bd5e68cf9c4ab3cf6275c4be85965..9a926027ee57d60b7e38a03dd9de3e1c3527c334 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=223
+point=224
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 986407d90371fa53c58d4e1921baa44c1a9c241f..628415894ec4290d9eaaee50d2275fe3470ccbc4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:41:59 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:43:19 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.5p223\n\
+"sntp - standard SNTP program - Ver. 4.2.5p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2d6465f0f141b44d053c78d52479314f87745f26..45d4db8f8ac7a89ce20c930ffe3b34f591f8b3ef 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:41:58 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:43:19 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.5p223"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p223"
+#define SNTP_VERSION       "4.2.5p224"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 050a5a30942e661685af2204aa134f78c0d5ed52..5f812526dee8d5e288127f2d6bfb99b88050267b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 28, 2009 at 07:42:01 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 29, 2009 at 07:43:22 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9f4fd2fcf48607c59f2940cfff0d02f72132af61..142a7dc0630094c4e776121600160d914a3f4837 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-28 "( 4.2.5p223)" "Programmer's Manual"
+.TH SNTP 1 2009-09-29 "( 4.2.5p224)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 28, 2009 at 07:42:00 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 29, 2009 at 07:43:21 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index eb400752acedb46966ab1ffba84163fdc1adf09f..f4ebd8d4d301cf8098e96a8eb9db98741f361e23 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:42:24 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:43:44 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.5p223\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index afbc24d4515221f8af70cd6b819ddb07c3e593be..12f1fbb9cc16b7db9fc82f4f8fb801f0e5291d5b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 28, 2009 at 07:42:23 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 29, 2009 at 07:43:43 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.5p223"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p223"
+#define NTP_KEYGEN_VERSION       "4.2.5p224"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fdd3bc8938b2c944128d867ffa50094cc296caba..6620ac86f86a939cd1f0419f63452a74a87ddd9d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 28, 2009 at 07:42:26 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 29, 2009 at 07:43:46 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 752836e15fc49be6310ac2dd16f2ef4c0c99d2c7..028ce514bfa37b8cddd239d90c5e3be277ce71db 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-28 "(ntp 4.2.5p223)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-29 "(ntp 4.2.5p224)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 28, 2009 at 07:42:25 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 29, 2009 at 07:43:45 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"