]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P0 NTP_4_2_7P0
authorHarlan Stenn <stenn@ntp.org>
Sun, 13 Dec 2009 10:28:33 +0000 (05:28 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sun, 13 Dec 2009 10:28:33 +0000 (05:28 -0500)
bk: 4b24c1d1EhksaAWP7pZup85IRAp2pA

27 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
sntp/sntp.html
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 4423cbe948a16d1bcdcc67d2492f29d1affa0f62..07eac66c778e479050a6caaa692d37332541480f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p0) 2009/12/13 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1412] m4/os_cflags.m4 caches results that depend on $CC.
 * [Bug 1414] Enable "make distcheck" success with BSD make.
 (4.2.7) 2009/12/09 Released by Harlan Stenn <stenn@ntp.org>
index 623371ba27b2a1869b8b8eb66ea1d33627de88c6..d20f205261327045bc74b157701dc7c77a4aa7dc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:17:30 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:22:12 AM by AutoGen 5.10
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -956,7 +956,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.7\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p0\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 697864064c3b5c73ca00c8314dd21eeaf5adfee2..003723d1c6d7bda8221b9679952cc49fdfbdbc07 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:17:29 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:22:12 AM by AutoGen 5.10
  *  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.7"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7"
+#define NTPD_VERSION       "4.2.7p0"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p0"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9d484e817ee54d2e44de373b3f4bd38e12112c2a..95fcd4643ec0a736104c31344e41edb9f98f5819 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 10, 2009 at 06:17:51 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 13, 2009 at 05:22:35 AM by AutoGen 5.10
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 55fc3734467509723211ca249046af6fcf714477..c2a146e8da1e2bb56d070902d3785f38345b05ea 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-12-10 "( 4.2.7)" "Programmer's Manual"
+.TH NTPD 1 2009-12-13 "( 4.2.7p0)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 10, 2009 at 06:17:31 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 13, 2009 at 05:22:14 AM by AutoGen 5.10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9348f3573b2b3bc0625f07d37648785fb3bd5785..23fe2af62a6cdea3ac89d97dcf23634222f3d2ea 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:18:24 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:23:09 AM by AutoGen 5.10
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -452,7 +452,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p0\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a092149dcd799937131e33d92458bdecc446014c..f4dd021686f105d969fcb11ad5fca7e430ef9616 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:18:24 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:23:09 AM by AutoGen 5.10
  *  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.7"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7"
+#define NTPDC_VERSION       "4.2.7p0"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p0"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dbb591eae7d4d649173ea767c0710180d3ffb6c1..7b4c5e1fc6df1044d8f5702ec11ad1ee4429603d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 10, 2009 at 06:18:51 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 13, 2009 at 05:23:35 AM by AutoGen 5.10
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1fc56bb06ec82c8a17db0d35db2c7605d472f5e0..bf6574afcc18cf52921ee391b8154b7a9d5e4bb9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-12-10 "( 4.2.7)" "Programmer's Manual"
+.TH NTPDC 1 2009-12-13 "( 4.2.7p0)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December 10, 2009 at 06:18:25 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 13, 2009 at 05:23:10 AM by AutoGen 5.10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 75ebb46f4fbe208d69f3b303a5e015f984b7df6b..450567bea4ae7a283f0d1319191d6b7bcedde23c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:18:52 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:23:37 AM by AutoGen 5.10
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -427,7 +427,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.7\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p0\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0aa4bbdadfb5975e2d7b1edf69080c69b1c327a9..f079f628afec0b288105d508a89a451aec8c07c0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:18:52 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:23:36 AM by AutoGen 5.10
  *  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.7"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7"
+#define NTPQ_VERSION       "4.2.7p0"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p0"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f82c284530c7ceda425cf4f67929621d760d095a..ce8c0aa74b77685a053e77f73f4fde99574ec51b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 10, 2009 at 06:19:17 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 13, 2009 at 05:24:01 AM by AutoGen 5.10
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d4ad925717ceb8c939a4ce400296a85ee2003f54..e8da8fe0eb1fc3b3f9f1d1ef8e67fa8c74a2aab4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-12-10 "( 4.2.7)" "Programmer's Manual"
+.TH NTPQ 1 2009-12-13 "( 4.2.7p0)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December 10, 2009 at 06:18:53 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 13, 2009 at 05:23:37 AM by AutoGen 5.10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d8611b361ea4990a5afaf657bde4a537db985bb5..0aa31e6ba210e22a6ff5164f46d178c960f39fa5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:19:19 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:24:02 AM by AutoGen 5.10
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -233,7 +233,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p0\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5905709210e1f5ab5240feeb1a6a1902b1c9fb0c..ebb960d16c58aa99752501c96e1ca967583cd6a2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:19:19 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:24:01 AM by AutoGen 5.10
  *  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.7"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7"
+#define NTPSNMPD_VERSION       "4.2.7p0"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p0"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2b8de99af3380d4149f3fd9f8750d125e117330b..a9702ea1acd5e8174f42d00be801059848ebe84c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 10, 2009 at 06:19:33 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 13, 2009 at 05:24:17 AM by AutoGen 5.10
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 441336a406cfbda73d9804e6beb9d85e6014871a..efcbc106bfeaeb9b20e2a217ce7d343eeb979ead 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-12-10 "( 4.2.7)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-12-13 "( 4.2.7p0)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 10, 2009 at 06:19:20 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 13, 2009 at 05:24:03 AM by AutoGen 5.10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 234b0780a263411783d6a59f0c046ec44b61a6b9..d7a8b51444ac06302fbceae27c3d379e60c174b5 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=
+point=0
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 06e1e8cccb120020d776537904b029fcc7a5d936..0f54fb0f4cf07fe272851780cf9d734b9ae965bd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:22:59 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:27:44 AM by AutoGen 5.10
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -474,7 +474,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.7\n\
+"sntp - standard SNTP program - Ver. 4.2.7p0\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 955fbe82f1c41d4c32acba9a376cb0a674046084..d8f88416e78b9be08871564a61e06f1e040b11d8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:22:59 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:27:44 AM by AutoGen 5.10
  *  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.7"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7"
+#define SNTP_VERSION       "4.2.7p0"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p0"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3a6ac55cb7ec8d5c1e4a2b46b32d691dcc2a987a..02333fdfe47c15b3fbb863dd7d8ba98d2edee418 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 10, 2009 at 06:23:09 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 13, 2009 at 05:27:49 AM by AutoGen 5.10
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 875ca397bee5bc32b311268c25cfb0a14ac1cd69..2ec3169042ac9739efd48c5eeb2a5ebcfc0ca8a8 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-12-10 "( 4.2.7)" "Programmer's Manual"
+.TH SNTP 1 2009-12-13 "( 4.2.7p0)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December 10, 2009 at 06:23:10 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 13, 2009 at 05:27:50 AM by AutoGen 5.10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c10d55341251c0a3935415b78797248a95a1161d..df3d99925b6d2aee79595e265353b4eca8c990b6 100644 (file)
@@ -38,7 +38,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p0 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by the draft NTPv4
 IETF specification.
index 409989287b8c287f9ef312f9676bcec7e8a986d9..c8bf373a4e73b3a84d6ec22c1a8f99b8b23fa950 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:23:12 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:27:57 AM by AutoGen 5.10
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -738,7 +738,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p0\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 402bc5ccdb137daea9a709cde25131a80500eee5..ffe9ea99e33cde4a14a547a148c9963aaa4c409b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 10, 2009 at 06:23:11 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 13, 2009 at 05:27:56 AM by AutoGen 5.10
  *  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.7"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7"
+#define NTP_KEYGEN_VERSION       "4.2.7p0"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p0"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0bdaf29997c897ef3ddc51b2fec603671366eb98..75db993dd0af96dd277f72e42864f5315bb74736 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 10, 2009 at 06:23:27 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 13, 2009 at 05:28:12 AM by AutoGen 5.10
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 551c7fe61cdd0ee2346d40c7442223754630064b..185c43087a59e027a2bf013e02ec3c4acc8df5ad 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-12-10 "(ntp 4.2.7)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-12-13 "(ntp 4.2.7p0)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December 10, 2009 at 06:23:13 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 13, 2009 at 05:27:58 AM by AutoGen 5.10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"