]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P225 NTP_4_2_7P225
authorHarlan Stenn <stenn@ntp.org>
Sat, 15 Oct 2011 10:36:49 +0000 (10:36 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 15 Oct 2011 10:36:49 +0000 (10:36 +0000)
bk: 4e996241jhhYHkRO6S-Gqwwn6tGb6A

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 e985662a49253f7f027e049af2a7a3799e1b06fa..70672e9a4ad509ad330372eb14e7e179456227b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p225) 2011/10/15 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
 (4.2.7p224) 2011/10/14 Released by Harlan Stenn <stenn@ntp.org>
 * ntpq mrulist shows intermediate counts every five seconds while
index f804b6e2edb72a812005582d7aef5747bed601d1..15c68fe8242eb61228d46d6e8f11ae2c037a49a8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:36:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:23:14 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.7p224\n\
+"ntpd 4.2.7p225\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.7p224\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 21ab45e3fbb5f484dfe0033fec7e228e30e6a4ee..09ba0ae710da345426541910282603f9a7caade9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:36:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:23:14 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.7p224"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p224"
+#define NTPD_VERSION       "4.2.7p225"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7f1e471124c0b7f8eb618b3fb9cbf37a69719de8..8f740a2f1cc95ffdfa37757ace5f62e79def7f68 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2011 at 10:36:37 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 15, 2011 at 10:27:26 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.7p224
+ntpd - NTP daemon program - Ver. 4.2.7p225
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index aed842a9f7b76bf61acdcc527c52156794ab03c8..6f5c928b6f16750481d67e4d8825f762442b3ba8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "14 Oct 2011" "4.2.7p224" "User Commands"
+.TH ntpd 1ntpdman "15 Oct 2011" "4.2.7p225" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f145e53b2af8b20261e7ef08a671e75b7fef8536..693383548529373fe55a92c45f12f4d079c1901d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3bf918ca4c06b11c94eab8f4e43cb93b914c88b8..776f8e398c3706c31fb90f423dd88e992e0b6e77 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "14 Oct 2011" "4.2.7p224" "User Commands"
+.TH ntpd @NTPD_MS@ "15 Oct 2011" "4.2.7p225" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fb5d8cb7293d9c8fd8d1a426fdbc5aa452a42819..eff2bb497a06d496dd24f688e7ca816673542324 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 843fcc3089f566e45bd65685df1a44b86dd0efbf..5b1919fab352461504bd14f52a130452acef2902 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:36:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:27:34 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.7p224\n\
+"ntpdc 4.2.7p225\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.7p224\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e9fbec51ec4823ab5f25366272d4dc6555987eef..9d102f7f1e81875497f9d286ddee789ac26f4370 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:36:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:27:34 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.7p224"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p224"
+#define NTPDC_VERSION       "4.2.7p225"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a70c6672ecd81b923d40dad55bb5e996b9019e3d..00de0f1c8f24a74633739256c7dd36d839ab45d2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2011 at 10:37:03 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 15, 2011 at 10:28:05 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.7p224
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p225
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index d19714e7bceb0f0b0f64c8d075303caa646e1d47..90ce5a99d01d3c26ac68a17ee1d8117a372cf7e7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "14 Oct 2011" "4.2.7p224" "User Commands"
+.TH ntpdc 1ntpdcman "15 Oct 2011" "4.2.7p225" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:58 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fa432c57b27eb256e663bb18491b2eb1e45299cd..0c52b03db465ff8d7d7d30d8b136578d3fbfb549 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:28:10 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9d7bfe13b5927d474f7737e6faa32c543041507d..7047196e7e7ab684f14d5cb52ce94de5abc2b9f6 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.7p224 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p225 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.7p224
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p225
 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 2c10a0e7c399f667e27cbbf0dd6ea7caafca08d2..52e3219b655a9afcf0d9e5e9b3efeb35b823d62e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "14 Oct 2011" "4.2.7p224" "User Commands"
+.TH ntpdc @NTPDC_MS@ "15 Oct 2011" "4.2.7p225" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:58 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 05090f97e106c95571ded9f594b2006740d23ab7..25f0e1656e1ee9d54209e21b33932c339c3fdf0d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:28:10 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2be6a3bc29d502f3b1580653fa835b65967924f8..1dceadef958025da0a55eccaa2d62cb19e33ea5f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:37:07 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:28:18 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.7p224\n\
+"ntpq 4.2.7p225\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.7p224\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b8b2a4cf518ecea11d6ebfa9ed3e5020a6d0c9f7..c72b86ef7a5e2e91c6215d8ee6ff2b58a25bac19 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:37:06 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:28:18 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.7p224"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p224"
+#define NTPQ_VERSION       "4.2.7p225"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 38845561401cd05cb9cc1d557365b1392ca4c2b8..22a91d7331966032c6f7854faf347d6124796dee 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2011 at 10:37:24 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 15, 2011 at 10:28: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.7p224
+ntpq - standard NTP query program - Ver. 4.2.7p225
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 354c715fa50823a7a89641ce1ff1aedb7126e81d..1dc9d3be9aa45db4d7d58b6b475d5fda1b7707b7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "14 Oct 2011" "4.2.7p224" "User Commands"
+.TH ntpq 1ntpqman "15 Oct 2011" "4.2.7p225" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:28:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1a8d3b08eef3d6854f1ec54036f88062ca6f5c50..f7336510730ac26f7b9ab8675f1fbf4ed06fdb26 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:28:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ead66e4a5172df4fd507e0f2a7f8dcdcc66e220d..968728d795eb19777a3d9b02d4866f00fb4be844 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "14 Oct 2011" "4.2.7p224" "User Commands"
+.TH ntpq @NTPQ_MS@ "15 Oct 2011" "4.2.7p225" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:28:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 033d33ce4b5673954419673bcebe5d74e739a19f..0a1726704eb717bae6f13e1a22b0dec708ba0587 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:28:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 70e885fedf32d41d6e3a586ddc9f9d463795c4d5..2e74c8984788a78262c71f9ed26602c38cd515f0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:37:26 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:28:57 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.7p224\n\
+"ntpsnmpd 4.2.7p225\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.7p224\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 77860ad2659c51cbd9be3ae0e110ee3524c893f6..677b6dfc4a2fe375deab4f7068c7f3a599c24e61 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:37:26 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:28:57 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.7p224"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p224"
+#define NTPSNMPD_VERSION       "4.2.7p225"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 37091f99bdf5d861697929c4febcd0994f37d360..6828f351ae4e3385755f0d0c774599639a9e0610 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2011 at 10:37:48 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 15, 2011 at 10:31:25 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.7p224
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p225
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index d0e666012215a7f7a5dc1ea47a8d8e525628763b..5bfd1f79e00b94a8f2e7e5f307c1988d89976c12 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "14 Oct 2011" "4.2.7p224" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "15 Oct 2011" "4.2.7p225" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:31:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3993f8578059013c9e60596d823294e61e541c23..a515632ae89dd03f049298d3721acef18a4e0420 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:31:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 601e54d4dc25ea8b5ea535ee9c026782431532d9..4296ac39873a8091be746ab51f2575f32eb944fa 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "14 Oct 2011" "4.2.7p224" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "15 Oct 2011" "4.2.7p225" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:31:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f991924d96291abd56f74e70fa0710ff7e4b440a..5dc6632bdf0893610708ccd1bac6f0e7c2bec322 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:31:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 213e689b02cc299faf73c15bcacc5fe37521efbd..71971bc69a057ad87dbc3ed30c97fd116d5d3a52 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=224
+point=225
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index eadaa109cd200b309453ed7ae985086b5abc63a1..c32ca471c488380d6fa661245316188f0ce2d17c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2011 at 10:32:16 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 15, 2011 at 10:22:48 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ad592d01d78b7ca4349a91eea5b9fc02625eafca..ccca295a6655c1d8b067281cbc6fabaa53233ac6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "14 Oct 2011" "ntp (4.2.7p224)" "User Commands"
+.TH ntp-wait 1ntp-waitman "15 Oct 2011" "ntp (4.2.7p225)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:31:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:22:28 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e616e3bc27013024ba8401aff3e4e00baebdb7fc..cd5fdf3cd25989f5621651de2107d7e8be56cff2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 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  October 14, 2011 at 10:32:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:23:05 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3bb4551c145e7cf9f7c0758f18e556b00d7b0473..93cadecb9d4602cef3a49d18f4789c26001d6763 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.7p224 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p225 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 49aaeb0b5d6917ba30b9feb79db5766c554b384c..9b1391ae29a690f3d4bfd9ff3a0bd13fa65eb732 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "14 Oct 2011" "ntp (4.2.7p224)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "15 Oct 2011" "ntp (4.2.7p225)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:31:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:22:28 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0c6e5e1089cbf89f1d0c6914f0b4821b0f6146ac..5fc76161d8df4e94ec52b5808729552fb24498ff 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 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  October 14, 2011 at 10:32:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:23:05 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2bbcb520788aca10578b44b0159e8c4669a41e7f..a3ea595d1966ac5b46654e119da1c7432c0dbfe2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:23:39 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:13:22 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.7p224\n\
+"sntp 4.2.7p225\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[161] =
-"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p224\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 0ffb5e9b0c75317536db6bbd96c5e8ce8109dc7f..a46b6fd1a8042589d9eb1fe4ab435998a22e0525 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:23:26 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:13:22 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.7p224"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p224"
+#define SNTP_VERSION       "4.2.7p225"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1d1f55b9ac62e0845d51302f0078b00ce04aa31d..b8f81c8b02513b99fb5e1e301ab49dcc2ed4ae43 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2011 at 10:38:25 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 15, 2011 at 10:33:50 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -91,7 +91,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p224
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p225
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index fa82d84856844da8d26e11daa3577f080b1719cb..fcf4807474b0f6746a79d34eecb9f1c679bfa8c3 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "14 Oct 2011" "4.2.7p224" "User Commands"
+.TH sntp 1sntpman "15 Oct 2011" "4.2.7p225" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:33:45 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 64c1d37f12582ad642eb768834bb2ac7be4bc78e..c0b9bc19c5cb3eb32140caac0e82edf151df6f5b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:33:51 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 523737c50a1e4f07cef71db29c2ce4480a37de78..fc03ef946e285d3f7a8efd040da3440f284b8faa 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.7p224 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p225 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -162,7 +162,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 client program - Ver. 4.2.7p224
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p225
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index fc2977db410b926b6077497c8ab0ccd6b5d5dbcf..d3e99124b9a57a0abad1efa37467bd9fa25f320c 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "14 Oct 2011" "4.2.7p224" "User Commands"
+.TH sntp @SNTP_MS@ "15 Oct 2011" "4.2.7p225" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:33:45 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e5d9194573e9c78d42cbb33debb98efb7c7e239c..a35938c31af6ce010f6e22dc57d23a1bbb209234 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:33:51 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 771e9de5a5f5d728450681f8a914ae72f55922d9..e0e5c8ad602940bc1a6b9e1c8f6614d17c282f0e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:37:54 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:31:58 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.7p224\n\
+"ntp-keygen (ntp) 4.2.7p225\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\
@@ -808,7 +808,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.7p224\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p225\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 70ec9b073d8c4248c08505c0b08eae5794f222b0..9b0d7b1471107f94842637eeb2976e9769e3170d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 14, 2011 at 10:37:54 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 15, 2011 at 10:31:57 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -91,8 +91,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    25
-#define NTP_KEYGEN_VERSION       "4.2.7p224"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p224"
+#define NTP_KEYGEN_VERSION       "4.2.7p225"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p225"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4df8eb21fee35a0f38e41e46475a6dbbcc4a3596..3f7ee40c10dc708a549a569247fa029cbc3d74a6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 14, 2011 at 10:38:06 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 15, 2011 at 10:32:47 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -50,7 +50,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.7p224
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p225
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index ef6c9740ca60014bb43f8c46424025e5f1f565a8..61657c959b92362a176e001854c9c90f0cbc06cf 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "14 Oct 2011" "ntp (4.2.7p224)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "15 Oct 2011" "ntp (4.2.7p225)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:32:40 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 25c79ff732aede653e456d072f15d3a1188e94a5..4c1d993b1dcca9addcdd999db31a2b2ad07f4cf5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 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  October 14, 2011 at 10:38:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:32:47 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5b02432cd1c5d1656666c01d4e8b20a2a3a9b0b8..c094786268d23529e33652cce8299ff759d8ee91 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "14 Oct 2011" "ntp (4.2.7p224)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "15 Oct 2011" "ntp (4.2.7p225)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:32:40 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 990e595542473833cb7796c8b5a3346d8aad8098..90613dbd79541a7cccaae71f60f8b39698a50770 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 14 2011
+.Dd October 15 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  October 14, 2011 at 10:38:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 15, 2011 at 10:32:47 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME