]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P216 NTP_4_2_5P216
authorHarlan Stenn <stenn@ntp.org>
Sat, 19 Sep 2009 11:53:27 +0000 (07:53 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 19 Sep 2009 11:53:27 +0000 (07:53 -0400)
bk: 4ab4c637tg4QPSOdGytnoaH86zWljw

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 6490075d625a0bc2a6a93a8c7a7dab63f0ac3f56..2d03ecc1b809fe204b47f940d457ec78be49a0ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p216) 2009/09/19 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1312] ntpq/ntpdc MD5 passwords truncated to 8 chars on Suns.
 * CID 10 missing free(up); in refclock_palisade.c error return, again.
 * CID 83 added assertion to demonstrate config_nic_rules() does not
index e6f976577b1ba8ec5d20fb1c1d393faa5c6cc808..b74713cdf01e678cc9365c01408a1db0105c66e4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:35:00 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:37:29 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.5p215\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p216\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index de270aaf8b160e0967f13a7c526bf67c25459254..92867bce6390247d92f33b75e5e9c67d723a6589 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:34:59 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:37:28 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.5p215"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p215"
+#define NTPD_VERSION       "4.2.5p216"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p216"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9ae0b340c9a04abec07c4f4af46d8614abff2e86..f9589504167aca1876b4479946caf221a711d3a0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 18, 2009 at 07:35:03 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 19, 2009 at 07:37:32 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6023587870aef583247b90e205571794c3a10a84..af7ff83ea791f359bec65bb497d529a53332124f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-18 "( 4.2.5p215)" "Programmer's Manual"
+.TH NTPD 1 2009-09-19 "( 4.2.5p216)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 18, 2009 at 07:35:01 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 19, 2009 at 07:37:31 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8569ab9a7e52b1d1ac4cbea837daf19009e4ad05..dfb2c63cd8d9ed2be8eff7a52f17c364336fb759 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:42:16 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:44:37 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.5p215\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p216\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 31a0a04713e06ffc5049cc883a61fd370b391fa6..acccd89716655fb72f96074acae91efe37f757d5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:42:16 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:44:37 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.5p215"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p215"
+#define NTPDC_VERSION       "4.2.5p216"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p216"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ee0b4312f724ac373b2da74b31cea1a37aa842af..81ffff9bbc58511e9aed269e79ef860c248f7085 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 18, 2009 at 07:42:19 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 19, 2009 at 07:44:40 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5472e80e73af5c42c47e41b7819e9903100e09d3..e62e40a4f2660f5eeafb56f973fbdc5cf4b875d4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-18 "( 4.2.5p215)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-19 "( 4.2.5p216)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 18, 2009 at 07:42:18 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 19, 2009 at 07:44:39 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5f780721fc1bfc803280277ef306e7ee6e52bcfd..92007bcd176dc3324bc0f595c302cb48c2e2c7f2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:42:48 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:45:10 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.5p215\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p216\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f6b7633eddab43c84819cf73ebd9ff46a64c5353..b4e1619f63720df11a2c3a7561c04934b521ba08 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:42:47 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:45:09 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.5p215"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p215"
+#define NTPQ_VERSION       "4.2.5p216"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p216"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b4d2f640e1595cd392afd124f842df0e7d70cdd0..37424e020c6756f58159bb5981d8d3f497471777 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 18, 2009 at 07:42:50 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 19, 2009 at 07:45:12 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 432513e49ac65a5d707e2d1996cc9145fdea4f79..cbdb16e8b86484520224e0f59c061e1e0e456ca0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-18 "( 4.2.5p215)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-19 "( 4.2.5p216)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 18, 2009 at 07:42:49 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 19, 2009 at 07:45:11 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 206cc43f4edea856f9dd8d4a4d5395fd012b789d..020a5eeb23a6d4cd691459f1d35ca6676ae5f437 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:43:36 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:45:58 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.5p215\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p216\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4036ff7677e498ffd334cb0457384a949efaf0b8..4d91308a015818b24ce5cee9d60f34cc67825a94 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:43:36 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:45:57 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.5p215"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p215"
+#define NTPSNMPD_VERSION       "4.2.5p216"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p216"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f72b5e5ca254faca474aa4c04fcca962d0b7e611..a6510f99a96c39769003fe737a72eb55531b30a3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 18, 2009 at 07:43:38 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 19, 2009 at 07:45:59 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 93572a8079a75c182aeebcc6025863d48b00bd60..fe07b50149b327d4194e32cbf06ce19420ebaec7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-18 "( 4.2.5p215)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-19 "( 4.2.5p216)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 18, 2009 at 07:43:38 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 19, 2009 at 07:45:59 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a7a9a2a68b9065004cb3a867ec1db7fb5c763f7a..cb2fc488133502ada8f64c762bbb953f4144ee28 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=215
+point=216
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index f3f937d3e8427182ea8a6c96b350fca9962e4b0d..9aa3aa1781d229e1e1518759614dea773533b43f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:48:47 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:51:05 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.5p215\n\
+"sntp - standard SNTP program - Ver. 4.2.5p216\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e7a7d139fbeb5ce053a4d99d78efb7b2dfcb0207..1171a826c380ff484ca6bb4a542d8181f6543d52 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:48:46 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:51:04 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.5p215"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p215"
+#define SNTP_VERSION       "4.2.5p216"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p216"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6222061821cf89f2523ec139634b81bca0f95ce1..e68950927fe7873623924344c1dc42c0327c745e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 18, 2009 at 07:48:50 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 19, 2009 at 07:51:07 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4caf3bb060b8ccd68d353d264f8cde85c2012e3f..ef95c81e109fd7a3e22dfdcfc2e020bf30296fee 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-18 "( 4.2.5p215)" "Programmer's Manual"
+.TH SNTP 1 2009-09-19 "( 4.2.5p216)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 18, 2009 at 07:48:49 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 19, 2009 at 07:51:06 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1ee07c5f9422cc365e5c0179a5cb54c47b5d05b6..969c848920151a56f3e266f4687f5eb2164e207a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:49:52 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:52:09 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.5p215\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p216\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f8b4e4ebf587f3303944caf0e8b9e603b6f8fde4..93f2c169859fb70142bfd0e1473a615872382b8d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 18, 2009 at 07:49:51 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 19, 2009 at 07:52:08 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.5p215"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p215"
+#define NTP_KEYGEN_VERSION       "4.2.5p216"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p216"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 363138991bffb90d5f5a3be16544f3acd7e26e2e..613da8b133a4a1cd6ae167797b1e9ad7645adf37 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 18, 2009 at 07:49:54 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 19, 2009 at 07:52:12 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 27ae6272317bb03f7f4937873d8cdfeecdf74b11..04fb26b9552cb9ca4df18b6b5fccd9fbbde6ee47 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-18 "(ntp 4.2.5p215)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-19 "(ntp 4.2.5p216)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 18, 2009 at 07:49:53 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 19, 2009 at 07:52:11 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"