]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P231_RC NTP_4_2_5P231_RC
authorHarlan Stenn <stenn@ntp.org>
Sat, 10 Oct 2009 10:41:51 +0000 (06:41 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 10 Oct 2009 10:41:51 +0000 (06:41 -0400)
bk: 4ad064ef0VCRtJcaMdcu-ru_wwNrJA

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 2959c7cc55c75daebe1688c71a3ff0474d20e368..f86a5be54bb2b40e1c8ba9fd3ac529a378df0b51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p231-RC) 2009/10/10 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1335] Broadcast client degraded by wildcard default change.
 (4.2.5p230-RC) 2009/10/09 Released by Harlan Stenn <stenn@ntp.org>
 * Start the 4.2.6 Release Candidate cycle.
index cff11a062917f797333acb3bce7f7f5fdba1bded..2675ee54073d7870ee94dac87299c89cc17d4d36 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:15:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:32:16 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -949,7 +949,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p230-RC\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p231-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index e027eba7294df60761d1470aa1ca1c3c28087758..b0c4f1d3091e94870e1b9bda07da82343134befc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:15:56 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:32:15 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    35
-#define NTPD_VERSION       "4.2.5p230-RC"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p230-RC"
+#define NTPD_VERSION       "4.2.5p231-RC"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p231-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 14dfd05c1441b6e22fb51148e76e0d44fea5c66a..f64a43cd7f31ef2254348802c0f98303e3857e9a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October  9, 2009 at 02:16:00 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 10, 2009 at 06:32:19 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e62c64bce654c79d4dfab553277c7684b3e05e2f..b606a64e621aecc67ee0b17003ae42400a893edf 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-10-09 "( 4.2.5p230-RC)" "Programmer's Manual"
+.TH NTPD 1 2009-10-10 "( 4.2.5p231-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October  9, 2009 at 02:15:58 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 10, 2009 at 06:32:18 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2c46bc8307785f47d0ff17cc641da5041993f205..01c48b9d6c706b4a1c061b582bce5b0f14c5602d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:18:06 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:34:13 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -437,7 +437,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p230-RC\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p231-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9fc1ca4f4398770d7b820a2f0ae4c34b15ac5ce9..dc2e45bd84e43d9f6afbb9fa59e474c50f70ab48 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:18:05 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:34:12 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.5p230-RC"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p230-RC"
+#define NTPDC_VERSION       "4.2.5p231-RC"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p231-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 374eb88a2eac548345f69eafabd46acd66160b9c..91ead131c870db1dfd200072de3e86d53277afc4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October  9, 2009 at 02:18:08 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 10, 2009 at 06:34:14 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 92571b95d69b0382c59fb1ff8409ab6338df5767..39eee41feb3451318bd8f853ff16d2587db6d0bb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-10-09 "( 4.2.5p230-RC)" "Programmer's Manual"
+.TH NTPDC 1 2009-10-10 "( 4.2.5p231-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  October  9, 2009 at 02:18:07 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 10, 2009 at 06:34:14 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0017a1777ef3bb1045a108232f832a4b62f84f71..633d2d7671a19875e33929af616f6a5df24d1939 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:18:38 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:34:45 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -420,7 +420,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p230-RC\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p231-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b487258d9f745fe60fc947c8e1fee1b407569fbc..a8821903ad4dfe5b9e2af5286ab34187e7a7b05f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:18:37 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:34:44 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.5p230-RC"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p230-RC"
+#define NTPQ_VERSION       "4.2.5p231-RC"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p231-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c6ce299d6a9575673eca2f4dfa6298814bc2f4c8..eaaef63985dbd0faaf029f1c774545755523172f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October  9, 2009 at 02:18:41 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 10, 2009 at 06:34:47 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 971fc885ae67a24cdf3c9b956e6514d51e2c02f0..988b7825c7805e9fb5a0afa2ffbdcdcce40409d1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-10-09 "( 4.2.5p230-RC)" "Programmer's Manual"
+.TH NTPQ 1 2009-10-10 "( 4.2.5p231-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  October  9, 2009 at 02:18:40 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 10, 2009 at 06:34:46 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fd854f237fb0004e7e962e40026d6fc7040bfde1..652d884678ecc456a1dd8426c9ae52df7d4696ad 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:19:08 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:35:16 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.5p230-RC\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p231-RC\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 55888aa063afb0812892810873e5da859f9e6539..f44a6898756f9c82095193d35b435e1b619f3d48 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:19:07 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:35:15 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.5p230-RC"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p230-RC"
+#define NTPSNMPD_VERSION       "4.2.5p231-RC"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p231-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 277cf3042fba720d7e9e1f555c1c27c7b894f439..69d90e7b70b9efcf1a276f24541df78c9173de6f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October  9, 2009 at 02:19:10 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 10, 2009 at 06:35:18 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8ce3d848e39190a9a425a87a2a65b11d4dad7b70..ced2a6b7e6ff8a31729d6ed2c7b2054ccba78575 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-10-09 "( 4.2.5p230-RC)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-10-10 "( 4.2.5p231-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October  9, 2009 at 02:19:09 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 10, 2009 at 06:35:17 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 95f948d594ddd07768c52080eb71312739e3e0a0..bd70165925f61a73e2f3b3e24f332e89411e6817 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=230
+point=231
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 65845ed78f2b67d3ce9e66eea1d91f5a1483412e..564946ba23b4bd6e1ef0e0a7a7bf6ce8f6546f89 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:24:13 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:40:17 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.5p230-RC\n\
+"sntp - standard SNTP program - Ver. 4.2.5p231-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 57bca48162e55313ab315195f26a065e4be2ee13..d592b22470d4ea4efc040330956613802399dd08 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:24:12 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:40:16 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.5p230-RC"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p230-RC"
+#define SNTP_VERSION       "4.2.5p231-RC"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p231-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e2e66fe9e417f5c73678ee211da65d516cfe9cbb..bcff78e6a3111b59042042eac0ac2f1b08c0c44f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October  9, 2009 at 02:24:16 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 10, 2009 at 06:40:19 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0f96aac52488d1f2a31cfd64fed17e65ffa00524..371bd2e226f8e100d82ef2303cc5e624efadf2ab 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-10-09 "( 4.2.5p230-RC)" "Programmer's Manual"
+.TH SNTP 1 2009-10-10 "( 4.2.5p231-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  October  9, 2009 at 02:24:14 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 10, 2009 at 06:40:18 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6d87305c49cc8e68ba591e6ca4161e89442b0093..dbe2f814ab3fd2a39007cf039991b783254db318 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:24:38 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:40:45 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -746,7 +746,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p230-RC\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p231-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6e501d6d8f30f640840cf42be39cbfa45145b67a..70d290bbc7838f677b2d50709197ae063c0228d7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October  9, 2009 at 02:24:37 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 10, 2009 at 06:40:44 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.5p230-RC"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p230-RC"
+#define NTP_KEYGEN_VERSION       "4.2.5p231-RC"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p231-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fb358e8b7996dfae116271d17856353093d49495..c88112d0c27ada462e947b9d92f0383be86d98c3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October  9, 2009 at 02:24:39 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 10, 2009 at 06:40:47 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9563e7005ebfc030f19b4a921b363b13812a6720..133976f081489d68cc28cf179fa8b6a46f1a853e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-10-09 "(ntp 4.2.5p230-RC)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-10-10 "(ntp 4.2.5p231-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  October  9, 2009 at 02:24:39 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 10, 2009 at 06:40:46 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"