]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P203 NTP_4_2_5P203
authorHarlan Stenn <stenn@ntp.org>
Mon, 17 Aug 2009 00:53:29 +0000 (20:53 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 17 Aug 2009 00:53:29 +0000 (20:53 -0400)
bk: 4a88aa092X6Gq1C8lnVePlmvJ_VTpw

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 6113f690cfda5045190a4800fa93cdcf7cc3475f..a098ae7f4196748f9064ba5291639c055b2cd263 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p203) 2009/08/16 Released by Harlan Stenn <stenn@ntp.org>
 * Add ntpq -c dumpcfg, Google Summer of Code project of Max Kuehn
 (4.2.5p202) 2009/08/14 Released by Harlan Stenn <stenn@ntp.org>
 * install the binary and man page for sntp.
index 70306fc91958370d5a79504d35718299b4625324..bd6b182822b2775b9ecef6174e341b2db19e031e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:35:27 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:38:01 PM 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.5p202\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index b601f487f80b034823d3e048142adcc9b5fe2195..61e20ccccd210c61739403912c7e533436a05175 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:35:25 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:38:00 PM 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.5p202"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p202"
+#define NTPD_VERSION       "4.2.5p203"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c9e1b1211ccb7901070465a39d2a82f84d76b8ec..4d83be049bd5601facad9f0a58dae46acdbd217d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 14, 2009 at 07:35:29 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 16, 2009 at 08:38:04 PM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 84674c926e2e66c7216c02c398f37f64edef2aef..ddf8833d8b63a204201360e785180c25c0925ba7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-08-14 "( 4.2.5p202)" "Programmer's Manual"
+.TH NTPD 1 2009-08-16 "( 4.2.5p203)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 14, 2009 at 07:35:28 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 16, 2009 at 08:38:02 PM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8f04c14c2f4a10fd9d3495fd1b5746ed50aa74b4..384ae635f1fdd2ae5f1559280f8b7347441a1de0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:42:18 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:44:54 PM 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.5p202\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 34e77c2721e43684f20bb0a670d024bb24ded782..79262b6d8cb434518d532779d12e0919db04ba8e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:42:17 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:44:53 PM 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.5p202"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p202"
+#define NTPDC_VERSION       "4.2.5p203"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 725829959bcf1760c4a952ffbd87b8d3d1fb2757..1ad044c2c8c883d859f9a53adf2610da20853a6c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 14, 2009 at 07:42:20 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 16, 2009 at 08:44:56 PM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e3c0f2a27189b7e907acb187329d5294e46104d5..58c1e6906f29103d71f80e8f325a7ea2133e7262 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-08-14 "( 4.2.5p202)" "Programmer's Manual"
+.TH NTPDC 1 2009-08-16 "( 4.2.5p203)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  August 14, 2009 at 07:42:19 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 16, 2009 at 08:44:55 PM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f8801ff20b50a67caa2dbf81d67eee98970a719e..b870553c1d39986e8cfab6579cef13321a3f3492 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:42:50 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:45:23 PM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -408,7 +408,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p202\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9566dc6f6e342f66f807fa85f5f0172cbc07f9bc..5982246f1f33b629cdfd167dfd5beaece13f6b45 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:42:50 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:45:22 PM 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.5p202"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p202"
+#define NTPQ_VERSION       "4.2.5p203"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c3bd754cf0f920662bf701a93160b3695fbebdff..1533d3e1faffdef57aa71bc006aef8117a204557 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 14, 2009 at 07:42:53 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 16, 2009 at 08:45:25 PM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c3ec0abcba3c777e36516f163afad3863ec70052..60bd031f1589c6154f2abbd8dde16c2dfe653fb9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-08-14 "( 4.2.5p202)" "Programmer's Manual"
+.TH NTPQ 1 2009-08-16 "( 4.2.5p203)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  August 14, 2009 at 07:42:51 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 16, 2009 at 08:45:24 PM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 69d1423fcf709b6ee440a70bac8a3e6dab4ebfa1..2061aa3dd48b6d0eeda71e1fec4f36be2b8f7ac1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:43:35 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:46:09 PM 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.5p202\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p203\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 352362f2990bae672c33a066dfd115cc29ecd2ee..36d71355ec2b8a6c6747fd7786bf64d006d0a04a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:43:35 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:46:08 PM 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.5p202"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p202"
+#define NTPSNMPD_VERSION       "4.2.5p203"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 66e18e77f455d0ac59b8322fa24721e444d3695a..b5d2041befd500378a94bd5d36148909704927f4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 14, 2009 at 07:43:37 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 16, 2009 at 08:46:11 PM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d5e5f4ec8e6d8580b79ee2c60fc190bc1f7fe319..9c158fc4fdca2405bcbb026dd08012bc0b216901 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-08-14 "( 4.2.5p202)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-08-16 "( 4.2.5p203)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 14, 2009 at 07:43:36 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 16, 2009 at 08:46:10 PM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index aad2a7a7211bd1e6ed81811718725730446bab6e..406f96c519bb90ec9c40202f7ec65a3382a30e75 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=202
+point=203
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 31cab5cb6ac14a9953a3c319fd8fb2ce429e996e..35b0a9201de64049bcaf9290b9239da3856fb180 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:48:47 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:51:17 PM 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.5p201\n\
+"sntp - standard SNTP program - Ver. 4.2.5p202\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 432b5c294981e3f6269fcfce32dd83351cc44e94..2b5ef8c901f33b11b6dad2f4f0c9946f1cff517a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:48:46 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:51:17 PM 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.5p201"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p201"
+#define SNTP_VERSION       "4.2.5p202"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p202"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 45f0f08d5f297af80fd718aecaff8db7d1dab059..4484b3cce1effaed490f253850ec059e15b1cd78 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 14, 2009 at 07:48:49 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 16, 2009 at 08:51:20 PM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 143378e22d82440e3ce4187e327d13ad092b9b8f..d27ee7279ef7e3f2ace769f87b24f40f65a59e8b 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-08-14 "( 4.2.5p201)" "Programmer's Manual"
+.TH SNTP 1 2009-08-16 "( 4.2.5p202)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  August 14, 2009 at 07:48:48 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 16, 2009 at 08:51:18 PM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d8263bfdf6ef84884a9a9fe5aa55206243506086..bfc0be1275954bfcd721abf9e4d414e5effa25e1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:49:53 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:52:20 PM 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.5p202\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b22e63004d9eecca3b8dad0a54de23bbb27ecbc7..51bf0b9dac82bee6e853759bb4cb76ad9998fe86 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 14, 2009 at 07:49:52 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 16, 2009 at 08:52:19 PM 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.5p202"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p202"
+#define NTP_KEYGEN_VERSION       "4.2.5p203"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5d674663fa2fc64206cdd5a54472f3754b6361eb..48c4fa715c1a9c29285bfa86ac67c503eef9f27e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 14, 2009 at 07:49:55 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 16, 2009 at 08:52:23 PM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 86f0b6ea8df36dc8c1f5b27ba6c488c3f2881a00..9dd5ac98919dd5aa40ca711e0b88eb1a6c3d58de 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-08-14 "(ntp 4.2.5p202)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-08-16 "(ntp 4.2.5p203)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  August 14, 2009 at 07:49:54 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 16, 2009 at 08:52:21 PM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"