]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P3 NTP_4_2_7P3
authorHarlan Stenn <stenn@ntp.org>
Tue, 22 Dec 2009 10:29:27 +0000 (05:29 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 22 Dec 2009 10:29:27 +0000 (05:29 -0500)
bk: 4b309f87O-GjCsWl5GgE7MX7Q60uuw

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 3b9e930c29825693b0467934bef251f877660ab8..9ee495590e76d3cd426515bf72f1def5d00e4850 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p3) 2009/12/22 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1426] scripts/VersionName needs . on the search path.
 * [Bug 1427] quote missing in ./build - shows up on NetBSD.
 * [Bug 1428] Use AC_HEADER_RESOLV to fix breaks from resolv.h
index fe2eb97a63cdf72a04af6ae6714517fd29ced58e..774bfda6fcaab7c93dc756c7a97fb016e40f56b1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:22:44 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:22:53 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.7p2\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p3\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 88f41fcd2113dbc8b4bb1d3d4d75d00832653bea..8cc15078e0b1ecc2c5f194f16956871c67fce32a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:22:43 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:22:53 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.7p2"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p2"
+#define NTPD_VERSION       "4.2.7p3"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1b0a104c900477995765df1613804970f2880c34..905bc82039dd6122f73754eca9a755a2239c7433 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 20, 2009 at 05:23:12 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 22, 2009 at 05:23:34 AM by AutoGen 5.10
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0104e0b231a8276e7f2866c6c6bcf8ec08acb28c..05b6112f0010c6b97213d549d594b579240f323e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-12-20 "( 4.2.7p2)" "Programmer's Manual"
+.TH NTPD 1 2009-12-22 "( 4.2.7p3)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 20, 2009 at 05:22:45 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 22, 2009 at 05:22:55 AM by AutoGen 5.10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 50d3d1b052a79daa3a94dc01215f9cfa859d2700..ffc1ce887603f49ae4bd50ff05a218c8d8f6433d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:23:47 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:24:08 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.7p2\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p3\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e7825b398bba9875821d946786ac0cb530e8ad55..4735faa435b6c3209eec4bf1b443e15b018c5e50 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:23:46 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:24:07 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.7p2"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p2"
+#define NTPDC_VERSION       "4.2.7p3"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0b13d26d802e7bac179e27ee9d3143472b5e0311..091690e8792452f151f4504e27c532f73296438a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 20, 2009 at 05:24:13 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 22, 2009 at 05:24:34 AM by AutoGen 5.10
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2a2d1bfbfae731eaee7f4ba002ce8b8995dabdcd..909664724b58842e6253c7fa83dcd2c92dfafa34 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-12-20 "( 4.2.7p2)" "Programmer's Manual"
+.TH NTPDC 1 2009-12-22 "( 4.2.7p3)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December 20, 2009 at 05:23:48 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 22, 2009 at 05:24:09 AM by AutoGen 5.10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8b88049838f1a0c3dc22e059cc17480322ac2ec1..808563fdeb4d22fcca5ab0d82fa055a6b9e7ce50 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:24:14 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:24:35 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.7p2\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p3\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0378512e74f535eb200543da6ed4734ea512f05a..3e033b0d320a1024a834bc3a792d1c99c8702d68 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:24:14 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:24:35 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.7p2"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p2"
+#define NTPQ_VERSION       "4.2.7p3"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5c8af023e77b5c026d5cdd6756198a1937421be8..a3dfddf0b666177122e2b295dda2647d0abb3a5f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 20, 2009 at 05:24:38 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 22, 2009 at 05:24:59 AM by AutoGen 5.10
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 98452a83aac81f92f316509dd07a5466a0f6fd31..1a845718c9cd99c7a33ceedd54de908ba935ea0b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-12-20 "( 4.2.7p2)" "Programmer's Manual"
+.TH NTPQ 1 2009-12-22 "( 4.2.7p3)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December 20, 2009 at 05:24:15 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 22, 2009 at 05:24:36 AM by AutoGen 5.10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b80c4c27fc33e877bf9ecf6bf090cc75c3a18c09..8e56fa6dfd5e472951b133065cc63c10d75249e5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:24:39 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:25:00 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.7p2\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p3\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 38b353575d8d62029c8edc5a989f0274d8e45b94..2fb8264baaf63f9dc37b85e893ccb90b4f350ef9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:24:39 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:25:00 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.7p2"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p2"
+#define NTPSNMPD_VERSION       "4.2.7p3"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3250563095a133c78719db687ea93c0818c0a561..b5d0c2c363bd3a06f1028999dc770fd5e6826854 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 20, 2009 at 05:24:54 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 22, 2009 at 05:25:14 AM by AutoGen 5.10
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 663ee374e7293768043682f072c91dbc1131e898..9371b9cdb41a7563f9649a0b4b4d2ca7a8ce2769 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-12-20 "( 4.2.7p2)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-12-22 "( 4.2.7p3)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 20, 2009 at 05:24:40 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 22, 2009 at 05:25:01 AM by AutoGen 5.10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a3e006862353a0df3910805f6c23844598f4761d..a417764fe2d319b19dea12bdccd1dd915495d80e 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=2
+point=3
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index fcc0519440fc0555d58b27771d3eeac15b94c753..3cad2996c74b963d4d89c83adbe85e6cc97281d0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:28:23 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:28:39 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.7p2\n\
+"sntp - standard SNTP program - Ver. 4.2.7p3\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 262500e87ad229ed1f2889060bef3686bf293ea3..23a411c556f4036170d96f7c910496b0900b3825 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:28:22 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:28:38 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.7p2"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p2"
+#define SNTP_VERSION       "4.2.7p3"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5f4020929cbb426ab7ee0b54d13d4ed9502ecd74..686717b20636bdc798d48d89b5be4000b839d572 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 20, 2009 at 05:28:28 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 22, 2009 at 05:28:44 AM by AutoGen 5.10
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9ca795e2f3e20133b013929584e378eea44993c8..a8a721ad8549659f7610f0c070300aa866ec5d2d 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-12-20 "( 4.2.7p2)" "Programmer's Manual"
+.TH SNTP 1 2009-12-22 "( 4.2.7p3)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December 20, 2009 at 05:28:29 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 22, 2009 at 05:28:45 AM by AutoGen 5.10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cbebcd4d98d97570229dea91eb590cd8fbadd674..9250663fc8dcd0876fa5e6455caa18f2671010d7 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.7p2 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p3 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by the draft NTPv4
 IETF specification.
index 42ed6e5c0560c06573424cf1c19370385e3345ef..a408d34715f3475517118f12b57ac8d83b7cfda0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:28:36 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:28:52 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.7p2\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p3\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7a4e49948513b14d149f7e1a1dedf161f1b6f470..e957b4d84570b9670c3d37c82862881fd40c6854 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 20, 2009 at 05:28:35 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 22, 2009 at 05:28:51 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.7p2"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p2"
+#define NTP_KEYGEN_VERSION       "4.2.7p3"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 09fa10c0e49c092c84dc61fd72260bd79ec1db6a..ebbdfc0bd529a4c46af135024169cf72b054b9f0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 20, 2009 at 05:28:51 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 22, 2009 at 05:29:07 AM by AutoGen 5.10
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4038c76373ea39c3c84bd92b53733ddec48615ac..a67ecae82ad1fab10150f9ea3d092f4243802b04 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-12-20 "(ntp 4.2.7p2)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-12-22 "(ntp 4.2.7p3)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December 20, 2009 at 05:28:37 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 22, 2009 at 05:28:53 AM by AutoGen 5.10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"