]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P222
authorHarlan Stenn <stenn@ntp.org>
Sun, 27 Sep 2009 11:50:18 +0000 (07:50 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 27 Sep 2009 11:50:18 +0000 (07:50 -0400)
bk: 4abf517aAE3LXnbNssqDagnj34Ad0g

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 9c088ddcf7313370b90f9853ce41d9807a36909d..1ce2bde6846100194c78001077a04076fd6703d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p222) 2009/09/27 Released by Harlan Stenn <stenn@ntp.org>
 * Update libisc code using bind-9.6.1-P1.tar.gz, rearrange our copy to
   mirror the upstream layout (lib/isc/...), and merge in NTP-local
   modifications to libisc.  There is a new procedure to ease future
index e793e59e6c10d7436509255359f051be0a9abb87..dce9176e5e9485bb71585dcf50ab3f3e212c2bee 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:32:59 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 2009 at 07:40:32 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.5p221\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index e2f6cae71ac6ced63416d4358493edd764ff730a..33fb8e6828dfb36867eb30e2b3c704d99f698496 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:32:58 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 2009 at 07:40:30 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.5p221"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p221"
+#define NTPD_VERSION       "4.2.5p222"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a21ea952f397b44ba321c398cff56d4f6b6f7df0..bd552f1963d21087253e8ec65e7f546a374bb5b9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 26, 2009 at 07:33:02 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 27, 2009 at 07:40:35 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7e3e40c15dbc9473f7a037992ab75ad66ed0531c..900d1f3d69534d9772bdc9e1c49ca6025be4ec3b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-26 "( 4.2.5p221)" "Programmer's Manual"
+.TH NTPD 1 2009-09-27 "( 4.2.5p222)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 26, 2009 at 07:33:00 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 27, 2009 at 07:40:33 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 18f352d0fdb28bcc98c537f84dc763e673eea3f5..c0c730a4772e4f4bea3e5a9b9bdd264eb3b55887 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:34:33 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 2009 at 07:42:28 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.5p221\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a54f024086a118c854649253d6b0c18e4bbdf553..401035c235b6d12b86a79f647aaa9959e5eae9c7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:34:32 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 2009 at 07:42:27 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.5p221"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p221"
+#define NTPDC_VERSION       "4.2.5p222"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b93eeb0f6caaf5175064acb56a1a1e9b47498e5f..73ac1ecc940b52cdf99d469938e4514f4c45e2c4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 26, 2009 at 07:34:35 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 27, 2009 at 07:42:30 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fff009e20b9c6fef7ba343971aa7c81b3c40bcfa..56eec3e6c0e18048cd68fe7fe6cdb84632203571 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-26 "( 4.2.5p221)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-27 "( 4.2.5p222)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 26, 2009 at 07:34:35 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 27, 2009 at 07:42:29 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 18598d466d5add923a40647184f32401129534c6..2f7983d02f1f232ec0fe17d7e79b0571fe65e367 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:35:04 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 2009 at 07:43:00 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.5p221\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 33d9281051188ba474e9e36fb78d67e857bdd971..11ff7093ecefdfb9017883934456d0c024196b4f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:35:03 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 2009 at 07:42:59 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.5p221"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p221"
+#define NTPQ_VERSION       "4.2.5p222"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6e490e450121e9d1c84e433304f04c6b0ecad073..b8cacbd5039a911bc63b76e033538bb495b21423 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 26, 2009 at 07:35:07 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 27, 2009 at 07:43:03 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e1027a4bed5ef74e6a144b9459655124a7c2d672..eff5ffd772d1e483bd995f4ca468b24cb4f4139b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-26 "( 4.2.5p221)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-27 "( 4.2.5p222)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 26, 2009 at 07:35:06 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 27, 2009 at 07:43:01 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6440593078dd35ba320a0ab49c92f7d125f0ef77..7c9c38a5e33449a22fd064a1e90597942ad9e4a5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:35:34 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 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.5p221\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p222\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 76cc5fc047de091aeeeed858e9c4587bf947a7e2..ee826f87c23df1dab23fc9ce7b4a14621941c5a3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:35:33 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 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.5p221"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p221"
+#define NTPSNMPD_VERSION       "4.2.5p222"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a2e6d75b893a04e247a4b71377ebc7f670d07be2..0bac3a598fd797a0b6ca899b55f56599bc626233 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 26, 2009 at 07:35:36 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 27, 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 9a5b5889baab767ab58b2fc6e8387cf61d451b9b..fcc20caf4a5d3d9812465809c62eeddcdf0ac38d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-26 "( 4.2.5p221)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-27 "( 4.2.5p222)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 26, 2009 at 07:35:35 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 27, 2009 at 07:43:33 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 14112f2889f1cef639a2296dcb79ffd760b167e4..1454083dcf45ca39858c7644c17cc2f579cdd459 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=221
+point=222
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 2ca8ab5099c250dfc0e78dead23959964bd97d3b..1592c2cee57469ad8755bf3413e1b2b8ab350392 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:40:37 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 2009 at 07:48:40 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.5p221\n\
+"sntp - standard SNTP program - Ver. 4.2.5p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1407d5de22976a0ae85379661bdd06a08a926b24..6de3163316feb4b68d64e82132c78bfdb345b134 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:40:37 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 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.5p221"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p221"
+#define SNTP_VERSION       "4.2.5p222"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c334db4b6188e5e3ca1551f21354b08652e1b0ec..28f302eb1b4027e2286a1616eacfe7d2c5d7d4a1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 26, 2009 at 07:40:40 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 27, 2009 at 07:48:43 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index bcd4f69e013832517fca7b91ebe76b7e50f31b4b..24bc2ee7d0c809074df14bcb060f258b96391a02 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-26 "( 4.2.5p221)" "Programmer's Manual"
+.TH SNTP 1 2009-09-27 "( 4.2.5p222)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 26, 2009 at 07:40:39 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 27, 2009 at 07:48:41 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fbaa1484872c1eab0d160dac9723e4048aa85ed2..9dbf93dc0c5388b478cc8207a57808fc93399ccc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:41:01 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 2009 at 07:49: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.5p221\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7693ca5618983a0e21352073a8872bda3a0483a9..47b2b2f2d8d755f0df38db45ee0b5402e63adf39 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 26, 2009 at 07:41:00 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 27, 2009 at 07:49: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.5p221"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p221"
+#define NTP_KEYGEN_VERSION       "4.2.5p222"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9a9b993b407d907414983ec82f967af767f43e74..45c2b998bd84a9ca6b366bb285a99a0460fa856b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 26, 2009 at 07:41:04 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 27, 2009 at 07:49:11 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 001c52e0557c205aa373e80f80fd9a7cbef4e9b7..c76d421953b94bfcc74b283dc3fcad06f4d1b00e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-26 "(ntp 4.2.5p221)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-27 "(ntp 4.2.5p222)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 26, 2009 at 07:41:03 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 27, 2009 at 07:49:10 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"