]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P228 NTP_4_2_5P228
authorHarlan Stenn <stenn@ntp.org>
Tue, 6 Oct 2009 08:55:16 +0000 (04:55 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 6 Oct 2009 08:55:16 +0000 (04:55 -0400)
bk: 4acb05f4TdhCeTiPu62yaC7G3bXvsA

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 73ffe2dc0871d8a8de0e37fa0b77c3350d457c95..50c141d4d91a2d7217d4cc853dc17232a28a228a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p228) 2009/10/06 Released by Harlan Stenn <stenn@ntp.org>
 * Reclaim syntax tree memory after application in ntpd built with
   configure --disable-saveconfig.
 * [Bug 1135] ntpq uses sizeof(u_long) where sizeof(u_int32) is meant.
index f8479ba0fdea761bdbf7baba65256a523302334e..f5aa1b5f1f279002793e0de810352cd3a3102375 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:35:24 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:45:15 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.5p227\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index e412dc3b64b0295e823d1435984a49b7218b2039..ba59bed48633cf758be902ae9fc3641a1f996088 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:35:23 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:45:14 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.5p227"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p227"
+#define NTPD_VERSION       "4.2.5p228"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cf161818a7f512cabcbee6a6588f67ac6d12a75e..b5581b7ba3bae233e84d94ad5ca8df33f0ec857e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2009 at 07:35:27 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  6, 2009 at 04:45:18 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 98e7eee1a2053be1dbf81fa8a95b65dc8ca9e40c..7e62239003cc00391245d3a25f9dd74b9ce99575 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual"
+.TH NTPD 1 2009-10-06 "( 4.2.5p228)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2009 at 07:35:26 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  6, 2009 at 04:45:17 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6802afb1e6de5f348b5d4b2296ef9c04278bec50..8bc5a1528c04e2a5df0b0811446e08d57dc3f9a0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:37:41 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:47:49 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.5p227\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8a8840a6a44daad9c5fae914d840fd02b9ea4cf6..4ff6e08d02c144d48435a9de2b635c9ef2a54f07 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:37:40 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:47:48 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.5p227"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p227"
+#define NTPDC_VERSION       "4.2.5p228"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 10d2d2dbeede150e05111bc5220ddb02b0c40cbf..5b981ceaf88990453183a52ebc2fcc10ce013d9c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2009 at 07:37:43 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  6, 2009 at 04:47:50 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cec276bf063a38edc51d03973d181c23bb147ae6..f566c3f6863e728900b833d6714bba500c6d29b9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual"
+.TH NTPDC 1 2009-10-06 "( 4.2.5p228)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2009 at 07:37:42 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  6, 2009 at 04:47:50 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b0bc0e2e6711a68b3ac5c013496de0d9133f0b6d..8f687beb328abf19aea13a06be078e69cacb59ff 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:38:15 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:48:21 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.5p227\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c58e16d3adac009791146bc7741475166db03de1..a5a74b9f4d7c0afcd75411d06fe0913dd0f1b0fc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:38:14 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:48:21 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.5p227"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p227"
+#define NTPQ_VERSION       "4.2.5p228"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2a6c23ea791bfcd94d5665871937918e4de0e026..14adf42ce4948e77a3010990809cd60ad02af210 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2009 at 07:38:17 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  6, 2009 at 04:48:24 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 56f3bfab911095a21324801be8734b9dff258f2b..e05a2765c57af4dd4fbb70115aef90dff4951cf9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual"
+.TH NTPQ 1 2009-10-06 "( 4.2.5p228)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2009 at 07:38:16 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  6, 2009 at 04:48:23 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3b9765bf576bb636110f56e12665cf99b994294b..62716830c0659ebe2822e747dc36fd205b94a7c7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:38:48 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:48:52 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.5p227\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p228\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index db036a076508785c63fc179b663dc90eb081acfa..ef2d766101712fa98f2c88fe7c2a67b04973c707 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:38:47 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:48:51 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.5p227"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p227"
+#define NTPSNMPD_VERSION       "4.2.5p228"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 195a2f0e79b381b7c6e81b45985a4a970ac63f58..6228788c34882ae4c332cc703ed1f2bb60f641f5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2009 at 07:38:50 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  6, 2009 at 04:48:54 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ab638a08abe2464893c13feec3927ce512a065af..ba5e408d7870e2164a6943ec42866e9fba7fd63f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-10-06 "( 4.2.5p228)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2009 at 07:38:49 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  6, 2009 at 04:48:53 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ae339f4d6c9a06f97e6e92d5285c63b821cac6be..69398f20557e18a4533a59857e931ebcd39e2243 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=227
+point=228
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 1d8a6acb50c0e82930e2ceb47ee3d8b3e3ce6eaa..4d5c3b8b22c8695b43a3fa58e8296578a0b9bb72 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:43:51 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:53:52 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.5p227\n\
+"sntp - standard SNTP program - Ver. 4.2.5p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6ebd4bb33c9eaf333d82299b73c30685b2f8945f..781e49994e4235671cb586a90b2ab3d47d34d96c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:43:51 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:53:52 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.5p227"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p227"
+#define SNTP_VERSION       "4.2.5p228"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3bb978b74c543464b3d58b0a0f622601e56602d9..2a6f68a30b8c2c581c2df8195b8997560e1759a6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2009 at 07:43:54 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  6, 2009 at 04:53:55 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d6cde55207593d9373c51c2297e923c0de964aed..1ef405c915e16803bce419af56b9cee08d539f08 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual"
+.TH SNTP 1 2009-10-06 "( 4.2.5p228)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2009 at 07:43:53 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  6, 2009 at 04:53:53 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7c24f997f5fc78db35b38c71fedb072f946efe16..95b60c1524fb3b56d4d89c8fed85bd21a2f2c6dd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:44:17 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:54:16 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.5p227\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4b097e426a770defb19fd4016d1e1cdc90244f34..126feefd4d19ee4605939d5cc23cdc6b797c5639 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2009 at 07:44:16 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  6, 2009 at 04:54:15 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.5p227"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p227"
+#define NTP_KEYGEN_VERSION       "4.2.5p228"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 93b69a94fb6a19a00fc9f9f7616b2665cb4b595b..20dc3e2e2a5a919f8a35050275ef66a71a93a778 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2009 at 07:44:19 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  6, 2009 at 04:54:19 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8de3178e1c367d2a8e71b92d0d0ba7e9feb3080f..2eb8cb630f530bee08eac17d93436a9590d91fd1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-10-05 "(ntp 4.2.5p227)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-10-06 "(ntp 4.2.5p228)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2009 at 07:44:18 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  6, 2009 at 04:54:18 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"