]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P204 NTP_4_2_5P204
authorHarlan Stenn <stenn@ntp.org>
Mon, 17 Aug 2009 11:50:54 +0000 (07:50 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 17 Aug 2009 11:50:54 +0000 (07:50 -0400)
bk: 4a89441eJWq27THjx1zNahgxTw6WYA

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 ac768cc88243c1efce63f31bd2c2fbdd72c49049..af678057dbe4acc2e230e1f7040ce17e542b9cca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p204) 2009/08/17 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1284] infinite loop in ntpd dumping more than one trustedkey
 (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
index bd6b182822b2775b9ecef6174e341b2db19e031e..ef1b1fffc90d71b879f49bdbb7e420e190b464f3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:38:01 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:35:13 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.5p203\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 61e20ccccd210c61739403912c7e533436a05175..72b7d7f9eb63d736565fc0b7d85d17a8d7bf9fa6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:38:00 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:35:12 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.5p203"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p203"
+#define NTPD_VERSION       "4.2.5p204"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4d83be049bd5601facad9f0a58dae46acdbd217d..21dcc7cde57ff86e69f84b144dcc96d4fa7b6c9a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2009 at 08:38:04 PM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 17, 2009 at 07:35:16 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ddf8833d8b63a204201360e785180c25c0925ba7..cdafd023293a6e92f58ab5228cc60a7439385f63 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-08-16 "( 4.2.5p203)" "Programmer's Manual"
+.TH NTPD 1 2009-08-17 "( 4.2.5p204)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2009 at 08:38:02 PM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 17, 2009 at 07:35:15 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 384ae635f1fdd2ae5f1559280f8b7347441a1de0..7ea5e3f5f56382af44d8e7bc3acbe07c8214c225 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:44:54 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:42:16 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.5p203\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 79262b6d8cb434518d532779d12e0919db04ba8e..e4e2b38dcfa1ebb8ab44418b603aa4fed3e2f447 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:44:53 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:42:15 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.5p203"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p203"
+#define NTPDC_VERSION       "4.2.5p204"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1ad044c2c8c883d859f9a53adf2610da20853a6c..f9f8f516e5acaacf96af490ea14ccbd1cbc627ac 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2009 at 08:44:56 PM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 17, 2009 at 07:42:18 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 58c1e6906f29103d71f80e8f325a7ea2133e7262..98b78b1447d619dac35250b7164df9ce88af4938 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-08-16 "( 4.2.5p203)" "Programmer's Manual"
+.TH NTPDC 1 2009-08-17 "( 4.2.5p204)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2009 at 08:44:55 PM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 17, 2009 at 07:42:17 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b870553c1d39986e8cfab6579cef13321a3f3492..65025b638983e045b051d83e5a4e81ce14a6221c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:45:23 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:42:47 AM 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.5p203\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5982246f1f33b629cdfd167dfd5beaece13f6b45..6a289e7b381f70b9df6658e9c1d4bb74ac3fb553 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:45:22 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:42:46 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.5p203"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p203"
+#define NTPQ_VERSION       "4.2.5p204"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1533d3e1faffdef57aa71bc006aef8117a204557..81325c685c21f4b889f489b281f70695c7496f56 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2009 at 08:45:25 PM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 17, 2009 at 07:42:49 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 60bd031f1589c6154f2abbd8dde16c2dfe653fb9..b22c0b8451f6648856a6bd10f9cf2e0bbbbc6554 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-08-16 "( 4.2.5p203)" "Programmer's Manual"
+.TH NTPQ 1 2009-08-17 "( 4.2.5p204)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2009 at 08:45:24 PM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 17, 2009 at 07:42:48 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2061aa3dd48b6d0eeda71e1fec4f36be2b8f7ac1..7e838b1c96ac1aadcdc986a552d5ec1d70f0eb90 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:46:09 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:43:32 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.5p203\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p204\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 36d71355ec2b8a6c6747fd7786bf64d006d0a04a..95041ec6aad513e03480a36a64eb45ee17a541e4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:46:08 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:43:31 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.5p203"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p203"
+#define NTPSNMPD_VERSION       "4.2.5p204"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b5d2041befd500378a94bd5d36148909704927f4..1c07a1c85952b828e32955050f6ba44deed84c48 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2009 at 08:46:11 PM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 17, 2009 at 07:43:34 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9c158fc4fdca2405bcbb026dd08012bc0b216901..17e59aba32328e6d51d87a56d6d6211b38910f28 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-08-16 "( 4.2.5p203)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-08-17 "( 4.2.5p204)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2009 at 08:46:10 PM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 17, 2009 at 07:43:33 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 406f96c519bb90ec9c40202f7ec65a3382a30e75..dba5e4012bb76975eb4ecc280585fec1a648401f 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=203
+point=204
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 35b0a9201de64049bcaf9290b9239da3856fb180..231324682bcf8222b52b03e7a98ba4b32d2439ea 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:51:17 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:48:39 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.5p202\n\
+"sntp - standard SNTP program - Ver. 4.2.5p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2b5ef8c901f33b11b6dad2f4f0c9946f1cff517a..ef2aeaaf30c23041f631a9015b6435f47333771c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:51:17 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:48:39 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.5p202"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p202"
+#define SNTP_VERSION       "4.2.5p203"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4484b3cce1effaed490f253850ec059e15b1cd78..988241e00574826fda4f01a9bf7c2af1fbcccb15 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2009 at 08:51:20 PM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 17, 2009 at 07:48:42 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d27ee7279ef7e3f2ace769f87b24f40f65a59e8b..1c32b5437b508ca2baaabd7636c13d6d10e41b60 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-08-16 "( 4.2.5p202)" "Programmer's Manual"
+.TH SNTP 1 2009-08-17 "( 4.2.5p203)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2009 at 08:51:18 PM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 17, 2009 at 07:48:40 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index bfc0be1275954bfcd721abf9e4d414e5effa25e1..fd03f6d2e6441898ca281b280d5510b7b7eefc2f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:52:20 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:49:43 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.5p203\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 51bf0b9dac82bee6e853759bb4cb76ad9998fe86..852cc62dd5d3a0116ade382c50898ee2e652c456 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2009 at 08:52:19 PM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 17, 2009 at 07:49:42 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.5p203"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p203"
+#define NTP_KEYGEN_VERSION       "4.2.5p204"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 48c4fa715c1a9c29285bfa86ac67c503eef9f27e..6ed4e1a3e9800685ff2a33115d93f205a0067fa2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2009 at 08:52:23 PM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 17, 2009 at 07:49:45 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9dd5ac98919dd5aa40ca711e0b88eb1a6c3d58de..ad16f0b9c9d294dd9b1be9ccb2fe0bb3b94d2e5f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-08-16 "(ntp 4.2.5p203)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-08-17 "(ntp 4.2.5p204)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2009 at 08:52:21 PM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 17, 2009 at 07:49:44 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"