]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P224 NTP_4_2_7P224
authorHarlan Stenn <stenn@ntp.org>
Fri, 14 Oct 2011 10:39:22 +0000 (10:39 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 14 Oct 2011 10:39:22 +0000 (10:39 +0000)
bk: 4e98115anxu7nMP9P8R7d4AfMhSbWQ

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 2ee41b2e0ef4d1954852a29dda547a14d197c2b2..8d5a770fa24f600c59d0db22105798a11d30e121 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p224) 2011/10/14 Released by Harlan Stenn <stenn@ntp.org>
 * ntpq mrulist shows intermediate counts every five seconds while
   retrieving list, and allows Ctrl-C interruption of the retrieval,
   showing the incomplete list as retrieved.  Reduce delay between
index c07bea75a7c2f3f080a741ebc8ac40ae71c54d00..f804b6e2edb72a812005582d7aef5747bed601d1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:36:46 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:36:04 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.7p223\n\
+"ntpd 4.2.7p224\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.7p223\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 4ca704c02772981ac5261817a46f3f983774567a..21ab45e3fbb5f484dfe0033fec7e228e30e6a4ee 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:36:46 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:36:03 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.7p223"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p223"
+#define NTPD_VERSION       "4.2.7p224"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 45adfebd779833e59ea44dc9f7a524dd51528e59..7f1e471124c0b7f8eb618b3fb9cbf37a69719de8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 12, 2011 at 10:37:17 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 14, 2011 at 10:36:37 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.7p223
+ntpd - NTP daemon program - Ver. 4.2.7p224
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index ec9d774595896ebf9ff41ea475244b2583d1141b..aed842a9f7b76bf61acdcc527c52156794ab03c8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "12 Oct 2011" "4.2.7p223" "User Commands"
+.TH ntpd 1ntpdman "14 Oct 2011" "4.2.7p224" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6f411c7bda5558646ab94997a7af6c3d589c5957..f145e53b2af8b20261e7ef08a671e75b7fef8536 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:39 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e1232dd9f5317ea92d1a1ab2ea3a7217c1f6c320..3bf918ca4c06b11c94eab8f4e43cb93b914c88b8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "12 Oct 2011" "4.2.7p223" "User Commands"
+.TH ntpd @NTPD_MS@ "14 Oct 2011" "4.2.7p224" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dc0312fd005b8261049f9595e43abc275ff4ed0b..fb5d8cb7293d9c8fd8d1a426fdbc5aa452a42819 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 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 12, 2011 at 10:37:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:39 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index cc97d4fcd5c0a0ba71b3ab007429ae10bff13557..843fcc3089f566e45bd65685df1a44b86dd0efbf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:37:25 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:36:48 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.7p223\n\
+"ntpdc 4.2.7p224\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.7p223\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4258c51a11eb804ab6b928f9a6cf889b5bd77897..e9fbec51ec4823ab5f25366272d4dc6555987eef 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:37:25 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:36:48 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.7p223"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p223"
+#define NTPDC_VERSION       "4.2.7p224"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7381496badcfd01fe6cd59c837f992585efd33b2..a70c6672ecd81b923d40dad55bb5e996b9019e3d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 12, 2011 at 10:37:46 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 14, 2011 at 10:37:03 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.7p223
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p224
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index db5d910bd464c3aae15f54d4a1ecd58049bd0cf6..d19714e7bceb0f0b0f64c8d075303caa646e1d47 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "12 Oct 2011" "4.2.7p223" "User Commands"
+.TH ntpdc 1ntpdcman "14 Oct 2011" "4.2.7p224" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 37fd521eebf30b2039387b5405c1e4e48133f71e..fa432c57b27eb256e663bb18491b2eb1e45299cd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0166d9c762e2915d3c4092ad3fd9649a5ea1da68..9d7bfe13b5927d474f7737e6faa32c543041507d 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.7p223 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p224 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.7p223
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p224
 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 63a4680b937f06d1f8d9b32229fffecdea546c99..2c10a0e7c399f667e27cbbf0dd6ea7caafca08d2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "12 Oct 2011" "4.2.7p223" "User Commands"
+.TH ntpdc @NTPDC_MS@ "14 Oct 2011" "4.2.7p224" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:36:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9c652351769e890a761b72f1f2384404ff10215d..05090f97e106c95571ded9f594b2006740d23ab7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 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 12, 2011 at 10:37:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2193372e3555a4ab9f194848943a80629d134e8a..2be6a3bc29d502f3b1580653fa835b65967924f8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:37:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:37:07 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.7p223\n\
+"ntpq 4.2.7p224\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.7p223\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c0de7cb49eead0a94295b0aa9ea6eba496283a1f..b8b2a4cf518ecea11d6ebfa9ed3e5020a6d0c9f7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:37:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:37:06 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.7p223"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p223"
+#define NTPQ_VERSION       "4.2.7p224"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d1fce6068ab67c4f22c0694f6979797b8cb7de56..38845561401cd05cb9cc1d557365b1392ca4c2b8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 12, 2011 at 10:38:04 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 14, 2011 at 10:37:24 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.7p223
+ntpq - standard NTP query program - Ver. 4.2.7p224
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3f9e9d405486f0fac8410f38687969c6f528e285..354c715fa50823a7a89641ce1ff1aedb7126e81d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "12 Oct 2011" "4.2.7p223" "User Commands"
+.TH ntpq 1ntpqman "14 Oct 2011" "4.2.7p224" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d78d7cf077bfd43bb024aadf33b4eb8b10e37581..1a8d3b08eef3d6854f1ec54036f88062ca6f5c50 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:24 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d1ed5277343bfe746d8bf5f749026ae1f324b9a6..ead66e4a5172df4fd507e0f2a7f8dcdcc66e220d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "12 Oct 2011" "4.2.7p223" "User Commands"
+.TH ntpq @NTPQ_MS@ "14 Oct 2011" "4.2.7p224" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 03ae5877cf23df991b5571ed9aa284c5f2cb891b..033d33ce4b5673954419673bcebe5d74e739a19f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 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 12, 2011 at 10:38:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:24 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7dbe6304cef175c5ae643b41d0f325cceb73f145..70e885fedf32d41d6e3a586ddc9f9d463795c4d5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:38:06 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:37:26 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.7p223\n\
+"ntpsnmpd 4.2.7p224\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.7p223\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ce30d371a246dd081deacaf6b749b5319e440d4c..77860ad2659c51cbd9be3ae0e110ee3524c893f6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:38:06 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:37:26 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.7p223"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p223"
+#define NTPSNMPD_VERSION       "4.2.7p224"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9bf88fdb593c5dcf128a731ea5acd26e43bb77a1..37091f99bdf5d861697929c4febcd0994f37d360 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 12, 2011 at 10:38:29 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 14, 2011 at 10:37:48 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.7p223
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p224
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 17fa936a485feecfb98503b4ab963ef0f6cb0de7..d0e666012215a7f7a5dc1ea47a8d8e525628763b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "12 Oct 2011" "4.2.7p223" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "14 Oct 2011" "4.2.7p224" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index db9425dfd7137f35dde412773c8f4df7d42ffb98..3993f8578059013c9e60596d823294e61e541c23 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:48 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 10ad13d6c8475c6df69302d501285ad938ebb796..601e54d4dc25ea8b5ea535ee9c026782431532d9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "12 Oct 2011" "4.2.7p223" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "14 Oct 2011" "4.2.7p224" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 893306bdb50845c81b0f82993c77a498c73757ee..f991924d96291abd56f74e70fa0710ff7e4b440a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 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 12, 2011 at 10:38:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:37:48 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0b79cf8bdab8a84376a2f851f9758f64eaba7a55..213e689b02cc299faf73c15bcacc5fe37521efbd 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=223
+point=224
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 7e4e0cff62e770d4fb1da61894c63ee646151094..eadaa109cd200b309453ed7ae985086b5abc63a1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  October 12, 2011 at 10:36:36 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 14, 2011 at 10:32:16 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 24dd38fe3187ac0f6022e1d4e9fc676a232b1e2b..ad592d01d78b7ca4349a91eea5b9fc02625eafca 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "12 Oct 2011" "ntp (4.2.7p223)" "User Commands"
+.TH ntp-wait 1ntp-waitman "14 Oct 2011" "ntp (4.2.7p224)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:36:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:31:56 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ddef320b3fda6d22bc70983607195beb855b0cd8..e616e3bc27013024ba8401aff3e4e00baebdb7fc 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 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 12, 2011 at 10:36:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:32:34 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4a2c173d12faab13831d936bf0925c7b26d6a5b6..3bb4551c145e7cf9f7c0758f18e556b00d7b0473 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.7p223 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p224 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 48f0fee9c91a45d9ca8dee4f98c01c0726cdc37b..49aaeb0b5d6917ba30b9feb79db5766c554b384c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "12 Oct 2011" "ntp (4.2.7p223)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "14 Oct 2011" "ntp (4.2.7p224)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:36:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:31:56 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e405c9f9fb870190581e589eedaa8c04c2e4ba68..0c6e5e1089cbf89f1d0c6914f0b4821b0f6146ac 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 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 12, 2011 at 10:36:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:32:34 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 69c7a071946a9c61c20a5cbfbee44c8c0246d082..2bbcb520788aca10578b44b0159e8c4669a41e7f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:31:36 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:23:39 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.7p223\n\
+"sntp 4.2.7p224\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.7p223\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index a7504fe9f7dbdbfc551c6c678e896993c575ab38..0ffb5e9b0c75317536db6bbd96c5e8ce8109dc7f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:31:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:23:26 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.7p223"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p223"
+#define SNTP_VERSION       "4.2.7p224"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 52daf8e7071b5513fe550ee6cd2b100e4d4af8fc..1d1f55b9ac62e0845d51302f0078b00ce04aa31d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 12, 2011 at 10:39:03 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 14, 2011 at 10:38:25 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.7p223
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p224
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index e6338903869f75bfce7716fc60f9e471c556f5b4..fa82d84856844da8d26e11daa3577f080b1719cb 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "12 Oct 2011" "4.2.7p223" "User Commands"
+.TH sntp 1sntpman "14 Oct 2011" "4.2.7p224" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:39:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:21 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2fe8ab1f4b198e4e54b55311a3a4ce5834745955..64c1d37f12582ad642eb768834bb2ac7be4bc78e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:39:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:26 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 49cbbabc8bf73f172edb7068f075ffa2e818ba67..523737c50a1e4f07cef71db29c2ce4480a37de78 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.7p223 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p224 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.7p223
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p224
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 0f9a5a55872fde6ab85492e917dd7996abb01d15..fc2977db410b926b6077497c8ab0ccd6b5d5dbcf 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "12 Oct 2011" "4.2.7p223" "User Commands"
+.TH sntp @SNTP_MS@ "14 Oct 2011" "4.2.7p224" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:39:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:21 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0d25a67959d6e6581dc76cf58233d78508142739..e5d9194573e9c78d42cbb33debb98efb7c7e239c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 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 12, 2011 at 10:39:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:26 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index cabbb3abddbf15d9bffafb68ae189dbf05410015..771e9de5a5f5d728450681f8a914ae72f55922d9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:38:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:37:54 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.7p223\n\
+"ntp-keygen (ntp) 4.2.7p224\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.7p223\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p224\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f294d67981d9cfa117f0a3b05207f77a2f2a371b..70ec9b073d8c4248c08505c0b08eae5794f222b0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 12, 2011 at 10:38:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 14, 2011 at 10:37:54 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.7p223"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p223"
+#define NTP_KEYGEN_VERSION       "4.2.7p224"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p224"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d4f79ba6d8a3ccaff47dcb06b6c25295076662df..4df8eb21fee35a0f38e41e46475a6dbbcc4a3596 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 12, 2011 at 10:38:48 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 14, 2011 at 10:38:06 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.7p223
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p224
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index ccdc36aa2645e2eed55042f57256b480a9d7afde..ef6c9740ca60014bb43f8c46424025e5f1f565a8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "12 Oct 2011" "ntp (4.2.7p223)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "14 Oct 2011" "ntp (4.2.7p224)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:02 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3b02b3a71d95c4dc1dcf2a0510ad3298b2f279e0..25c79ff732aede653e456d072f15d3a1188e94a5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 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 12, 2011 at 10:38:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 40d8f642a9d0392f16eea4fd0f6cba11adb629c4..5b02432cd1c5d1656666c01d4e8b20a2a3a9b0b8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "12 Oct 2011" "ntp (4.2.7p223)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "14 Oct 2011" "ntp (4.2.7p224)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:02 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7c5300e2651d8b5c485a2d382a0de138665ae72a..990e595542473833cb7796c8b5a3346d8aad8098 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 12 2011
+.Dd October 14 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 12, 2011 at 10:38:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 14, 2011 at 10:38:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME