]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P223 NTP_4_2_5P223
authorHarlan Stenn <stenn@ntp.org>
Mon, 28 Sep 2009 11:43:25 +0000 (07:43 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 28 Sep 2009 11:43:25 +0000 (07:43 -0400)
bk: 4ac0a15d4iJlYvSmCwdOfmkuWUSlxA

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 66f6f52f2834e6a144d96d8e23e8a72f0c3549e7..ab10375f4038be6e2a51aee03c084c6054331f74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p223) 2009/09/28 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1321] build doesn't work if . isn't on $PATH.
 * [Bug 1323] Implement "revoke #" to match documentation, deprecate
   "crypto revoke #".
index dce9176e5e9485bb71585dcf50ab3f3e212c2bee..80fc22f3268c1e320d98d9f915de5f90aa42b4c0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:40:32 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:33:39 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.5p222\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 33fb8e6828dfb36867eb30e2b3c704d99f698496..524af2c901c7a5b014a25f8e2137eff86c401022 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:40:30 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:33:38 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.5p222"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p222"
+#define NTPD_VERSION       "4.2.5p223"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bd552f1963d21087253e8ec65e7f546a374bb5b9..42ee0bc91a96575e7307131bee8f81f870a38d9c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2009 at 07:40:35 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 28, 2009 at 07:33:42 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 900d1f3d69534d9772bdc9e1c49ca6025be4ec3b..ebc2e523750c83927e32e532a858eb68bd1234a1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-27 "( 4.2.5p222)" "Programmer's Manual"
+.TH NTPD 1 2009-09-28 "( 4.2.5p223)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2009 at 07:40:33 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 28, 2009 at 07:33:41 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c0c730a4772e4f4bea3e5a9b9bdd264eb3b55887..b9ec6681137535278f2e4fc19d851eb5307a9931 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:42:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:35:45 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.5p222\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 401035c235b6d12b86a79f647aaa9959e5eae9c7..6d9c4ac3cb88d8a53ce65ef1ea5e06cef06581c9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:42:27 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:35:44 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.5p222"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p222"
+#define NTPDC_VERSION       "4.2.5p223"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 73ac1ecc940b52cdf99d469938e4514f4c45e2c4..3da45f7b5f88643b11ddec915756548f992caeb1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2009 at 07:42:30 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 28, 2009 at 07:35:47 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 56eec3e6c0e18048cd68fe7fe6cdb84632203571..68d087a1db5ec087a59050f7439a2372133dd975 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-27 "( 4.2.5p222)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-28 "( 4.2.5p223)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2009 at 07:42:29 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 28, 2009 at 07:35:46 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2f7983d02f1f232ec0fe17d7e79b0571fe65e367..0af3153a958db262836d4347da12d6c663b4fc6d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:43:00 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:36:20 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.5p222\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 11ff7093ecefdfb9017883934456d0c024196b4f..a9863e0c7417f7034aee6c41e194e89c2d7b05c4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:42:59 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:36:19 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.5p222"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p222"
+#define NTPQ_VERSION       "4.2.5p223"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b8cacbd5039a911bc63b76e033538bb495b21423..84925ab32ba409c0d26ec8e657b0142dd54021d3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2009 at 07:43:03 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 28, 2009 at 07:36:23 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index eff5ffd772d1e483bd995f4ca468b24cb4f4139b..ddf6cff9ee1a050e4e28c221531618290bb637c7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-27 "( 4.2.5p222)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-28 "( 4.2.5p223)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2009 at 07:43:01 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 28, 2009 at 07:36:21 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7c9c38a5e33449a22fd064a1e90597942ad9e4a5..80638a59c772d49c5da3b7dc6b41e006b9a320ad 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:43:32 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:36:52 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.5p222\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p223\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ee826f87c23df1dab23fc9ce7b4a14621941c5a3..911c2e9254e254157b04d8403212a233d06b5812 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:43:31 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:36:52 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.5p222"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p222"
+#define NTPSNMPD_VERSION       "4.2.5p223"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0bac3a598fd797a0b6ca899b55f56599bc626233..db43e3230ba20b032f6a315b015ee3d14a9a8239 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2009 at 07:43:34 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 28, 2009 at 07:36:54 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fcc20caf4a5d3d9812465809c62eeddcdf0ac38d..655825949aad3218df58ac847ae1cc35d536d68e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-27 "( 4.2.5p222)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-28 "( 4.2.5p223)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2009 at 07:43:33 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 28, 2009 at 07:36:54 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1454083dcf45ca39858c7644c17cc2f579cdd459..aee1846c027bd5e68cf9c4ab3cf6275c4be85965 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=222
+point=223
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 1592c2cee57469ad8755bf3413e1b2b8ab350392..986407d90371fa53c58d4e1921baa44c1a9c241f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:48:40 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:41:59 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.5p222\n\
+"sntp - standard SNTP program - Ver. 4.2.5p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6de3163316feb4b68d64e82132c78bfdb345b134..2d6465f0f141b44d053c78d52479314f87745f26 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:48:39 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:41:58 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.5p222"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p222"
+#define SNTP_VERSION       "4.2.5p223"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 28f302eb1b4027e2286a1616eacfe7d2c5d7d4a1..050a5a30942e661685af2204aa134f78c0d5ed52 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2009 at 07:48:43 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 28, 2009 at 07:42:01 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 24bc2ee7d0c809074df14bcb060f258b96391a02..9f4fd2fcf48607c59f2940cfff0d02f72132af61 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-27 "( 4.2.5p222)" "Programmer's Manual"
+.TH SNTP 1 2009-09-28 "( 4.2.5p223)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2009 at 07:48:41 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 28, 2009 at 07:42:00 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9dbf93dc0c5388b478cc8207a57808fc93399ccc..eb400752acedb46966ab1ffba84163fdc1adf09f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:49:09 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:42:24 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.5p222\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 47b2b2f2d8d755f0df38db45ee0b5402e63adf39..afbc24d4515221f8af70cd6b819ddb07c3e593be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2009 at 07:49:08 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 28, 2009 at 07:42:23 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.5p222"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p222"
+#define NTP_KEYGEN_VERSION       "4.2.5p223"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 45c2b998bd84a9ca6b366bb285a99a0460fa856b..fdd3bc8938b2c944128d867ffa50094cc296caba 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2009 at 07:49:11 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 28, 2009 at 07:42:26 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c76d421953b94bfcc74b283dc3fcad06f4d1b00e..752836e15fc49be6310ac2dd16f2ef4c0c99d2c7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-27 "(ntp 4.2.5p222)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-28 "(ntp 4.2.5p223)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2009 at 07:49:10 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 28, 2009 at 07:42:25 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"