]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P190 NTP_4_2_7P190
authorHarlan Stenn <stenn@ntp.org>
Wed, 13 Jul 2011 09:55:12 +0000 (09:55 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 13 Jul 2011 09:55:12 +0000 (09:55 +0000)
bk: 4e1d6b80Mnvddn0lEQbflflWWQCMMA

52 files changed:
ChangeLog
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1ntpdman
ntpd/ntpd.1ntpdmdoc
ntpd/ntpd.man.in
ntpd/ntpd.mdoc.in
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1ntpdcman
ntpdc/ntpdc.1ntpdcmdoc
ntpdc/ntpdc.html
ntpdc/ntpdc.man.in
ntpdc/ntpdc.mdoc.in
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1ntpqman
ntpq/ntpq.1ntpqmdoc
ntpq/ntpq.man.in
ntpq/ntpq.mdoc.in
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.1ntpsnmpdman
ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
ntpsnmpd/ntpsnmpd.man.in
ntpsnmpd/ntpsnmpd.mdoc.in
packageinfo.sh
scripts/ntp-wait-opts.texi
scripts/ntp-wait.1ntp-waitman
scripts/ntp-wait.1ntp-waitmdoc
scripts/ntp-wait.html
scripts/ntp-wait.man.in
scripts/ntp-wait.mdoc.in
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1sntpman
sntp/sntp.1sntpmdoc
sntp/sntp.html
sntp/sntp.man.in
sntp/sntp.mdoc.in
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1ntp-keygenman
util/ntp-keygen.1ntp-keygenmdoc
util/ntp-keygen.man.in
util/ntp-keygen.mdoc.in

index 670374db08330d1e8b9655d268555586a069b4c8..d3e8e183b8ae3fb09a46f0214a2cfd158887415c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p190) 2011/07/13 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1961] from 4.2.6p4: html2man update: distribute ntp-wait.html.
 * Require autogen-5.12.
 (4.2.7p189) 2011/07/11 Released by Harlan Stenn <stenn@ntp.org>
index ac393f41002d0e09223880a45f4719f713834664..84a3fb3951b7ddfa30843acb899e7ca88c32e239 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:18:14 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:41:38 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpd 4.2.7p189\n\
+"ntpd 4.2.7p190\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -1028,7 +1028,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p189\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p190\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 2653d94bea21500eb3c58c50dabfc1831357e43b..adab10b1613ec149af387edf0a1fd564e0958107 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:18:13 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:41:37 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -102,8 +102,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p189"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p189"
+#define NTPD_VERSION       "4.2.7p190"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p190"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8eb56832e8d60b19aafc76c8ecc3d27e26c774ad..480f94887e39fd3c889a03109faef1d4074d1052 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 11, 2011 at 06:19:53 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 13, 2011 at 09:43:41 AM by AutoGen 5.12
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -63,7 +63,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p189
+ntpd - NTP daemon program - Ver. 4.2.7p190
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 340383f3d9479ec4fb72e9dbe3dc28a09375fb3d..a398b22f2e21636fc88f55f593ebb49167bdbe04 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "11 Jul 2011" "4.2.7p189" "User Commands"
+.TH ntpd 1ntpdman "13 Jul 2011" "4.2.7p190" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:19:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:43:02 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b65268286fc64bd150e6ffc1aaf4e75642e505a6..06f8edc5a401ef239ee79b25d32df73e4ebb59b5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:19:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:43:44 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9d4b70796a97c1962523e5f51f47d2d3ad9bbe53..2a23c9f47e7f2cd754b348119fe2c31d64adf3a4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "11 Jul 2011" "4.2.7p189" "User Commands"
+.TH ntpd @NTPD_MS@ "13 Jul 2011" "4.2.7p190" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:19:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:43:02 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d2518633d59fe501bb860dc3738c2536211027a3..08a9a642fedf337423d7ee7a3b7c2967569a0874 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:19:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:43:44 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 436d7b49257b2101c4813deb04a44cc468ddb9b5..b91753f174e099275dffa9e469eb1169d6ac6a00 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:20:21 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:44:18 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[334] =
-"ntpdc 4.2.7p189\n\
+"ntpdc 4.2.7p190\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -473,7 +473,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[132] =
-"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p189\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p190\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 6a748e04148c5baa71e27fbbf4796a5e39305348..10e6dd04bdd3ad92ef46ee16668b4083d3ad6807 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:20:20 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:44:16 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -81,8 +81,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p189"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p189"
+#define NTPDC_VERSION       "4.2.7p190"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p190"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c910db5f36b103ef9dc779db19c1a1779b0dc893..2002562ae851e25b1557938ffca1dab4cce0e210 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  July 11, 2011 at 06:22:30 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 13, 2011 at 09:46:53 AM by AutoGen 5.12
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p189
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p190
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 998d74930b68d5cb97dfc7048e7ba06e80990cde..69bd1d81735e2bb6d699ddddef07cd249d656734 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "11 Jul 2011" "4.2.7p189" "User Commands"
+.TH ntpdc 1ntpdcman "13 Jul 2011" "4.2.7p190" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:21:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:45:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e5a8c89cdf186c749d03ea8e88507fc936aa913c..fffcc0a4425561f6d3798d78fa89dd6dcf4f515d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:22:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:46:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ff675a5ce4e9b44ca4e799d9d9e286d4258cc57c..fa5415b34a42dc5451f3e71663a2b963d1209f2f 100644 (file)
@@ -36,7 +36,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.7p189 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p190 of <code>ntpdc</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -116,7 +116,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntpdc-Invocation">ntpdc Invocation</a>
 <p><a name="index-ntpdc-usage-3"></a>
 This is the automatically generated usage text for ntpdc:
 
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p189
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p190
 USAGE:  ntpdc [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 8830d93d31645b384fa202b948f722b3b54a2482..949a6d371255cee7f5a07780e1e83343d8715a2f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "11 Jul 2011" "4.2.7p189" "User Commands"
+.TH ntpdc @NTPDC_MS@ "13 Jul 2011" "4.2.7p190" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:21:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:45:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a6e3510835567a3e6a4a5f09089ea28fb8083af2..c34d5a670ca2fe482466f24929cd941c11ee8b32 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:22:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:46:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5f470c3883032d3d257d48b8f575d4210f4e0428..0a0abde5b49b774b388400f293d1cd2fff85a529 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:22:38 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:47:02 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpq 4.2.7p189\n\
+"ntpq 4.2.7p190\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -450,7 +450,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p189\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p190\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ebe6b1a844973855c644c375be7610117f74bede..492c296adccd9d2392617589bde9be61c8b301a7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:22:38 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:47:01 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p189"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p189"
+#define NTPQ_VERSION       "4.2.7p190"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p190"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9de1c71fff4b503d9d32a168eb18944798f4a119..da9239a0f73e1e1744c6ad118766aee26f759a07 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  July 11, 2011 at 06:24:09 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 13, 2011 at 09:48:52 AM by AutoGen 5.12
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p189
+ntpq - standard NTP query program - Ver. 4.2.7p190
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 724f1baa71cb5cb8ebfa8660640b0cde9e536e1e..32a781f70ec4bed51668fd1e7282dc9bfbbc1e45 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "11 Jul 2011" "4.2.7p189" "User Commands"
+.TH ntpq 1ntpqman "13 Jul 2011" "4.2.7p190" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:23:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:48:15 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a0d45db777e8c1ccd5631e0e97493464c3d210a5..601d207a74aec7f3342dc4885b1003d601e7de85 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:24:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:48:55 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 922d10ce3f5967e2b5940710c833df280406da38..7f5bb154d178a8a9e9ea6b2d9d23d356c6dd6d3d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "11 Jul 2011" "4.2.7p189" "User Commands"
+.TH ntpq @NTPQ_MS@ "13 Jul 2011" "4.2.7p190" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:23:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:48:15 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6aee178380d7d9f557d379c8454bec0d1546a7b5..0c8f2dded4c358e6c27df442faaf2e114432d517 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:24:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:48:55 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f3c574818e05d53c5371a7755e30601b7073533c..bd18acfd7daf051bda8fecc717ffad9791d841d6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:24:16 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:49:00 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[337] =
-"ntpsnmpd 4.2.7p189\n\
+"ntpsnmpd 4.2.7p190\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -277,7 +277,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p189\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p190\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index d41d4dc1ce75008223e7116e981ba9f70d3a253c..799be95c727f0d848a4c5c3c121615f135c34254 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:24:15 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:48:59 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -74,8 +74,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p189"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p189"
+#define NTPSNMPD_VERSION       "4.2.7p190"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p190"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4391b4fd52609f8c47ef84a52e29e945f04e5586..4a34deb23a94eee20f7b5b4654a961113865cd7a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 11, 2011 at 06:25:01 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 13, 2011 at 09:49:57 AM by AutoGen 5.12
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p189
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p190
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 222cb5136cd042c925a44169e02b5318747ca2b9..b0d3eaa45394d7eaae90688da2f319be52d44a40 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "11 Jul 2011" "4.2.7p189" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "13 Jul 2011" "4.2.7p190" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:24:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:49:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5f677f1aa418043197ead4864f5cb1da1c7771aa..2086d9482fa9f29e0cef5e849b8ab4992563ece6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:25:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:50:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4c61a17d6bd1a34ce1e4b60899bc0430eeb97c8e..7b5c1afc7b66b04b0650b16f6e55ece7a93282eb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "11 Jul 2011" "4.2.7p189" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "13 Jul 2011" "4.2.7p190" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:24:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:49:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f6f1d675138b49033a4b230077d93638fd59ee7e..33bc1a55066d961530941ef662c1cf85c4530a25 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:25:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:50:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 84fa36c0ba9ba6759311714de40abb50854fa978..b0b4128ca2e77e69a54960de8545e096b4f67994 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=189
+point=190
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 58471ef15bbc9be0871101c409963a48c425db92..506b3a8d62b5682a8ae2428ce776c41cf022ae1a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  July 11, 2011 at 06:17:47 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 13, 2011 at 09:41:23 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 68901702b616d8f7331c9dc11173158b18215095..7605bd8fae9cc7dd4af28903ef8f730b9569ee84 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "11 Jul 2011" "ntp (4.2.7p189)" "User Commands"
+.TH ntp-wait 1ntp-waitman "13 Jul 2011" "ntp (4.2.7p190)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:17:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:40:56 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e56e75a57308df497b8a66fb14c516ac673c6b99..dafe890b5b1f6b7d6e86e8c61e9329849f55e192 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:17:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:41:31 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 250a854ffbcb5f09cee345afd8d46dfc481d66bc..e4f8bca3a68c1d5e4ee83e48bde5a4bd91b8baa4 100644 (file)
@@ -36,7 +36,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.7p189 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p190 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index d18abfe944a71fbaf0ce1deb5950ef072ef97dd0..eef1ca7dcd20bb9e7cf16985a20e1ca4b6c9cdd5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "11 Jul 2011" "ntp (4.2.7p189)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "13 Jul 2011" "ntp (4.2.7p190)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:17:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:40:56 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f62019df277e2875c1c07eee06aec8afae713d2b..1c2d29bf5b84a525e6a68231cb848f74cf4ab1b5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:17:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:41:31 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 81e8d05ae53f2e3a6c4b52bf92d3080a18fb1be3..90243cee253419a3834c3f41389000b8fe55e8de 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:04:19 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:24:42 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"sntp 4.2.7p189\n\
+"sntp 4.2.7p190\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -663,7 +663,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p189\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p190\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 7999fc15db97cdbf021499eaf694e8eb43611cbd..2537ceef2c13c51ddcfa623fafd8e67eb8c579f2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:04:19 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:24:40 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p189"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p189"
+#define SNTP_VERSION       "4.2.7p190"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p190"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d44e03527acd2676b1ebd75e0078c58be87b87ed..40b7d998e9936cb87dec190a6dcabcf6dc86d90b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  July 11, 2011 at 06:27:53 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 13, 2011 at 09:53:13 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p189
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p190
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 65ba9f48a0e3c8a39ef8c7098c93f168807f6cb9..4bb458c1acd3b45d3d4cdc9ae46391f74c8b1faa 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "11 Jul 2011" "4.2.7p189" "User Commands"
+.TH sntp 1sntpman "13 Jul 2011" "4.2.7p190" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:27:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:52:40 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7b481a053fb2b93df3fde2116a40499d955e4fc9..90a7ff57cabbb1de1d430a512ac2040f0d407316 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:27:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:53:16 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0674b2446ee6c48c35b194e73d850ada049784c0..2958c8cf53f6c0ea60536b77d258a4ba27f69ba4 100644 (file)
@@ -36,7 +36,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.7p189 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p190 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -150,7 +150,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p189
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p190
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 52490e78447b4fd1f0e3e8c9145ddf231656371e..236cdefba5c9de63cf1b4a01527a262bc5acac32 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "11 Jul 2011" "4.2.7p189" "User Commands"
+.TH sntp @SNTP_MS@ "13 Jul 2011" "4.2.7p190" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:27:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:52:40 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 66dfe888940ac4c331b4f969cbba21dc50fba23a..b159637ccc73df64206196075654f9b8c462ac89 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:27:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:53:16 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 73455e6502ce0f194b24b2472f51fdf121df9fea..beb9ee5a4ac405870a44c8a0c4c3c2f858840d61 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:25:13 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:50:06 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[345] =
-"ntp-keygen (ntp) 4.2.7p189\n\
+"ntp-keygen (ntp) 4.2.7p190\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -778,7 +778,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p189\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p190\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c51b67753f9cb284b933e0c6096359a809b2f4ac..04292525a980c1a04b7813daa6716ad0d82fb339 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  July 11, 2011 at 06:25:12 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 13, 2011 at 09:50:05 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p189"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p189"
+#define NTP_KEYGEN_VERSION       "4.2.7p190"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p190"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7ee1e624c0f2607e0af60c1b8875f39fb31d2141..85dfe639a3f4f257ac8276200003ebb276f4bf28 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  July 11, 2011 at 06:26:26 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 13, 2011 at 09:51:35 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -49,7 +49,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p189
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p190
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 45f781220651fc92f4e23f688ccd790ae589bb78..14adb5ff16f0494d242765fe56b12f752337a1c5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "11 Jul 2011" "ntp (4.2.7p189)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "13 Jul 2011" "ntp (4.2.7p190)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:25:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:50:52 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b76b7c7d0f39cabae6fbc76a96a4df2666125572..88c9d76fb4c420098f93fe7d2a22c68bba877a40 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:26:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:51:38 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index feaa134cd3db45e19d9aca14910027541ad2f7e6..64cb5cc00ab996f53ac2c011fb3b1123f89bf8e8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "11 Jul 2011" "ntp (4.2.7p189)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "13 Jul 2011" "ntp (4.2.7p190)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:25:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:50:52 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d088c7e8cb2c7fc13ae2c127fbaf7d41f02269fd..06ff764cf86eb161e8b20ab2bcdf16b74e9479c5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 11 2011
+.Dd July 13 2011
 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 11, 2011 at 06:26:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 13, 2011 at 09:51:38 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME