]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_4P2 NTP_4_2_4P2
authorHarlan Stenn <stenn@ntp.org>
Wed, 20 Jun 2007 11:45:57 +0000 (07:45 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 20 Jun 2007 11:45:57 +0000 (07:45 -0400)
bk: 467913754Y2I0WaaBcyuTeDuMEyoPw

24 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpd/ntpdsim-opts.texi
ntpd/ntpdsim.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
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index d3289892b799b9384a0f8dcfb59fe16ec57318bc..e34d9c2ccd0d591822043e9c719c4f5627adba63 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:50:21 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:37:23 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -836,7 +836,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.4p2-RC6\n\
+"ntpd - NTP daemon program - Ver. 4.2.4p2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 7110e293d05b5c2747b62d66c5fb0c593e3d730d..45a6f039392e6abcc6d0478d29fc7645b835825e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:50:21 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:37:22 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -88,8 +88,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.4p2-RC6"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.4p2-RC6"
+#define NTPD_VERSION       "4.2.4p2"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.4p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7a6a291e75435f5e7196caea0a3a91ce40aab534..c4c9cd29caf0087a45a4f2e92d71d817c40340cf 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 07:50:24 AM EDT
+# It has been AutoGen-ed  Wednesday June 20, 2007 at 07:37:26 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -61,7 +61,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.5p29
+ntpd - NTP daemon program - Ver. 4.2.5p52
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
@@ -98,9 +98,9 @@ USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
    -t Str trustedkey     Trusted key number
                                 - may appear multiple times
    -u Str user           Run as userid (or userid:groupid)
-   -v Str var            make ARG an ntp variable (RW)
+      Str var            make ARG an ntp variable (RW)
                                 - may appear multiple times
-   -V Str dvar           make ARG an ntp variable (RW|DEF)
+      Str dvar           make ARG an ntp variable (RW|DEF)
                                 - may appear multiple times
    -x no  slew           Slew up to 600 seconds
    -v opt version        Output version information and exit
index b4a3845fd0c2cb924d792fbbe601e3133c5705f8..d35233a8da578413961d56c099dcdff9b9b5ecc5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-06-10 "( 4.2.4p2-RC6)" "Programmer's Manual"
+.TH NTPD 1 2007-06-20 "( 4.2.4p2)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 07:50:23 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:37:24 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3276efdaf90642bb382acc5117ce0131996283dd..d9a70c501deffb78ad27c64144488fe52ab92806 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:50:26 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:37:28 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -1073,7 +1073,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.4p2-RC6\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.4p2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f7603b0804a30fe02c0aac99abc5be9d5b941974..e067e09c50212d914714535f47a9d8da873f7644 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:50:25 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:37:27 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -99,8 +99,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    43
-#define NTPDSIM_VERSION       "4.2.4p2-RC6"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.4p2-RC6"
+#define NTPDSIM_VERSION       "4.2.4p2"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.4p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ea6c0d7af70cb369e0d7d972776cf744fe7133c3..b4aa02532dc8a83a5642dc2970a180ae94e3ca8d 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 07:50:29 AM EDT
+# It has been AutoGen-ed  Wednesday June 20, 2007 at 07:37:30 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d4cf3aeea59a1a3f18b0685632fccf4e3ca5173c..05393b260e01eb7ce30ec8c6fdd3ded6d5991354 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2007-06-10 "( 4.2.4p2-RC6)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-06-20 "( 4.2.4p2)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 07:50:28 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:37:29 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a9fb121efb048522935fcb128c1b869c93e389fc..e725c02e47b1d0344eee245dbaf4d8975aaef691 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:56:53 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:43:48 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -463,7 +463,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.4p2-RC6\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.4p2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a6228c883a6699b6ba134ec20cf8bfce2dfdc598..a71844af1a3d9b2c68ee7a55c8ef903ef4362ad6 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:56:52 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:43:47 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,8 +71,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.4p2-RC6"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.4p2-RC6"
+#define NTPDC_VERSION       "4.2.4p2"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.4p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 85e64a7357c71fd750137ae069bae216c4a6e4cd..7d082e5c6515c15bbb7e8b2627f82b556d1125ae 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 07:56:55 AM EDT
+# It has been AutoGen-ed  Wednesday June 20, 2007 at 07:43:50 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -59,7 +59,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTP query program - Ver. 4.2.5p29
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p52
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 2226fc9ca802a0c0af7ce56275b6432e641fce7e..15f9b790b0fd2ff280c4f6f622becb23766df63c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-06-10 "( 4.2.4p2-RC6)" "Programmer's Manual"
+.TH NTPDC 1 2007-06-20 "( 4.2.4p2)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 07:56:54 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:43:49 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cdaf2307b0d99251cf396f11c4d9440f94b1bbb1..6bd292bba7632da6986c34c9de0ed2a8989711de 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:57:23 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:19 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -411,7 +411,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.4p2-RC6\n\
+"ntpq - standard NTP query program - Ver. 4.2.4p2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d2cf6a926b8cf03c0e665ac534ad07ef27501829..19ffbefa33270333ed07bf448863209393521fc8 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:57:23 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:19 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.4p2-RC6"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.4p2-RC6"
+#define NTPQ_VERSION       "4.2.4p2"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.4p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b55c00aa065b6a36444dc0252e2e56a4b1dbdb2b..bbe1a7ac6f90aa63385189badcb8f37d03d20fbf 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 07:57:25 AM EDT
+# It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:21 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.5p29
+ntpq - standard NTP query program - Ver. 4.2.5p52
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 746cfd2fcd02a074acc903ee41ff93f4ea8aa4ee..e05adbc00d8e4be48dc59a77f6cfcee70ab938e3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-06-10 "( 4.2.4p2-RC6)" "Programmer's Manual"
+.TH NTPQ 1 2007-06-20 "( 4.2.4p2)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 07:57:24 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:20 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5c77752211167b8385c0890484d3bd26458a8507..fef3d9a9391765d690bbd4753b290476412b0b06 100644 (file)
@@ -16,7 +16,7 @@ special=
 # [???] To start an RC cycle: RC->yes
 # To release from an RC cycle: rcpoint-> GO
 # ReleaseCandidate. 'yes' or 'no'.
-releasecandidate=yes
+releasecandidate=no
 #releasecandidate=no
 # ChangeLog tag
 CLTAG=NTP_4_2_0
@@ -27,5 +27,5 @@ CLTAG=NTP_4_2_0
 # - - rcpoint gets set to 0
 # - - releasecandidate gets set to no
 # - GRONK is for -dev
-rcpoint=GO
+rcpoint=
 #rcpoint=GRONK
index 8bd4afeaab229777bb9d47cb830492325cf5d056..ebd3702df36db170aec6937c0e9eed4a8fb8c666 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:57:52 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:48 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -514,7 +514,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.4p2-RC6\n\
+"sntp - standard SNTP program - Ver. 4.2.4p2\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7bcb50458ee95416211ffb4e5e9e0e410799cd2a..233463db4fe56b265d99e1421708bd54d23a1c81 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:57:52 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:47 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -148,8 +148,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.4p2-RC6"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.4p2-RC6"
+#define SNTP_VERSION       "4.2.4p2"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.4p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f758589b65cc898d1f1cdb7ca81b07142f19b045..7f4cb70a066fa125cb5776e10ac093c89eb6e6a1 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 07:57:55 AM EDT
+# It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:50 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 682727a2ba20bfb93ac2820c6e2dbdb9a844a21b..491ef90bfab936b47021b704d4aedb753402a979 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:58:03 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:57 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -800,7 +800,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p2-RC6\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 22b5c80b3a61f5e0b1e95d4f50af24796124ce38..9e34796280db6f6fe2982d620941e77fcc044f3b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 07:58:02 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:56 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.4p2-RC6"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p2-RC6"
+#define NTP_KEYGEN_VERSION       "4.2.4p2"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7c087c8e9f93178cc92b47e5de5bbed8b3478a6d..ce34345369b5019436267f9d9da93c1ff90a5d78 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 07:58:05 AM EDT
+# It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:59 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -53,7 +53,7 @@ This is the automatically generated usage text for ntp-keygen:
 @exampleindent 0
 @example
 Using OpenSSL version 90704f
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p29
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p52
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 71453879cfa5e60b9ddffff465bb07a972b928d1..67cb457a91bebc42c5af2cb63c72128ce806d0e2 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-06-10 "(ntp 4.2.4p2-RC6)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-06-20 "(ntp 4.2.4p2)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 07:58:05 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 20, 2007 at 07:44:58 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"