]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P226 NTP_4_2_7P226
authorHarlan Stenn <stenn@ntp.org>
Fri, 21 Oct 2011 18:40:55 +0000 (18:40 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 21 Oct 2011 18:40:55 +0000 (18:40 +0000)
bk: 4ea1bcb70KFy5YlLJJH8uthhdfBRdw

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 550ab4da43e01eb62bc1692e22783c4e6e92bacd..142ef84e63b9e3557f29f82399c7fc53c4a46909 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p226) 2011/10/21 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2035] ntpq -c mrulist sleeps 1 sec between queries, not 5 msec.
 * Documentation updates from Dave Mills.
 (4.2.7p225) 2011/10/15 Released by Harlan Stenn <stenn@ntp.org>
index 15c68fe8242eb61228d46d6e8f11ae2c037a49a8..7f60235eef21e009a91304d92c71874b31b9418c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:23:14 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:39:18 PM 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.7p225\n\
+"ntpd 4.2.7p226\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.7p225\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p226\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 09ba0ae710da345426541910282603f9a7caade9..f342fe704d574bddedd58d94b8d0e2faabb0241b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:23:14 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:39:17 PM 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.7p225"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p225"
+#define NTPD_VERSION       "4.2.7p226"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p226"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8f740a2f1cc95ffdfa37757ace5f62e79def7f68..4f1919c7a5c97a4be8b36867366c8a66e50f9a65 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 15, 2011 at 10:27:26 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 21, 2011 at 06:39:43 PM 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.7p225
+ntpd - NTP daemon program - Ver. 4.2.7p226
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 6f5c928b6f16750481d67e4d8825f762442b3ba8..0bdf24fa520ab0e404eef1ba454e5e73cefed0e4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "15 Oct 2011" "4.2.7p225" "User Commands"
+.TH ntpd 1ntpdman "21 Oct 2011" "4.2.7p226" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:39 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 693383548529373fe55a92c45f12f4d079c1901d..68645ece5e76da743e7a183e5ae2ad259b17e558 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:43 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 776f8e398c3706c31fb90f423dd88e992e0b6e77..06b2460cc15ed2f0b08bf76011a078196ade8f7a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "15 Oct 2011" "4.2.7p225" "User Commands"
+.TH ntpd @NTPD_MS@ "21 Oct 2011" "4.2.7p226" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:39 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index eff2bb497a06d496dd24f688e7ca816673542324..e59c64e928813128a2fec61220bfa874b3151d73 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 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 15, 2011 at 10:27:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:43 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5b1919fab352461504bd14f52a130452acef2902..0f623748dd8075f4ee3fed9b9f39d2bb0d09d023 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:27:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:39:47 PM 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.7p225\n\
+"ntpdc 4.2.7p226\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.7p225\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p226\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9d102f7f1e81875497f9d286ddee789ac26f4370..0ff8ef151475dbbfc0aebc1a8a433e50b8d4aa06 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:27:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:39:47 PM 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.7p225"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p225"
+#define NTPDC_VERSION       "4.2.7p226"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p226"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 00de0f1c8f24a74633739256c7dd36d839ab45d2..5edbb2e10d3a274800455ab2efce79384dee36a2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 15, 2011 at 10:28:05 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 21, 2011 at 06:39:59 PM 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.7p225
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p226
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 90ce5a99d01d3c26ac68a17ee1d8117a372cf7e7..02d9a8eb73741954c401c535ebe200cc3e896776 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "15 Oct 2011" "4.2.7p225" "User Commands"
+.TH ntpdc 1ntpdcman "21 Oct 2011" "4.2.7p226" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:55 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0c52b03db465ff8d7d7d30d8b136578d3fbfb549..367eb6f19ad26e6936db1394a91bb2543ed7fd9c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:28:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:59 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7047196e7e7ab684f14d5cb52ce94de5abc2b9f6..b1dd6829fc257c36427138e952d54a39367836b4 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.7p225 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p226 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.7p225
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p226
 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 52e3219b655a9afcf0d9e5e9b3efeb35b823d62e..6a9eed4383f4510af9ed2c516d420f65546744b1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "15 Oct 2011" "4.2.7p225" "User Commands"
+.TH ntpdc @NTPDC_MS@ "21 Oct 2011" "4.2.7p226" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:27:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:55 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 25f0e1656e1ee9d54209e21b33932c339c3fdf0d..ea742265e80750b4d0ddcb433bc8d447b177949a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 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 15, 2011 at 10:28:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:59 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1dceadef958025da0a55eccaa2d62cb19e33ea5f..75306d83212d495f5fe0ac14488172724048bf59 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:28:18 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:40:00 PM 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.7p225\n\
+"ntpq 4.2.7p226\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.7p225\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p226\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c72b86ef7a5e2e91c6215d8ee6ff2b58a25bac19..bf6b4d670cc44fc488e209ad30e6b3cc1918d455 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:28:18 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:40:00 PM 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.7p225"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p225"
+#define NTPQ_VERSION       "4.2.7p226"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p226"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 22a91d7331966032c6f7854faf347d6124796dee..f6e32f16118c54100439995a5fa62ea2e2ef33e7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 15, 2011 at 10:28:52 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 21, 2011 at 06:40:14 PM 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.7p225
+ntpq - standard NTP query program - Ver. 4.2.7p226
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 1dc9d3be9aa45db4d7d58b6b475d5fda1b7707b7..c4c440c8d9036116c9ac4acaf2f69a3520962921 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "15 Oct 2011" "4.2.7p225" "User Commands"
+.TH ntpq 1ntpqman "21 Oct 2011" "4.2.7p226" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:28:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:11 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f7336510730ac26f7b9ab8675f1fbf4ed06fdb26..9a3c65266c26638502a8fad4cd9f8c4c243bbc67 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:28:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:14 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 968728d795eb19777a3d9b02d4866f00fb4be844..6570b119309c4ded05da278bb42c1b7c1f7a188b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "15 Oct 2011" "4.2.7p225" "User Commands"
+.TH ntpq @NTPQ_MS@ "21 Oct 2011" "4.2.7p226" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:28:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:11 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0a1726704eb717bae6f13e1a22b0dec708ba0587..7d9b532fb4f3aa0d453d889a750a87f3b541676a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 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 15, 2011 at 10:28:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:14 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2e74c8984788a78262c71f9ed26602c38cd515f0..4eed956622f67c5f712b4f856ae5db61518c0f9f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:28:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:40:15 PM 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.7p225\n\
+"ntpsnmpd 4.2.7p226\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.7p225\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p226\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 677b6dfc4a2fe375deab4f7068c7f3a599c24e61..8ff177df4182508393c998cd3a50a6a1b85819ed 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:28:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:40:15 PM 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.7p225"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p225"
+#define NTPSNMPD_VERSION       "4.2.7p226"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p226"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6828f351ae4e3385755f0d0c774599639a9e0610..fbdbd88010924187c314c809f368ad1ebe10b69c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 15, 2011 at 10:31:25 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 21, 2011 at 06:40:20 PM 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.7p225
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p226
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 5bfd1f79e00b94a8f2e7e5f307c1988d89976c12..75d79eb05723c1b615a3b78eaa89c9e3b79c628f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "15 Oct 2011" "4.2.7p225" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "21 Oct 2011" "4.2.7p226" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:31:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:18 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a515632ae89dd03f049298d3721acef18a4e0420..6cccfdbf3b11d7d652672a3d630196b631b49bcd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:31:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:20 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4296ac39873a8091be746ab51f2575f32eb944fa..7c69ebda28fe0c04a478c870ff6fc657c44af7ef 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "15 Oct 2011" "4.2.7p225" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "21 Oct 2011" "4.2.7p226" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:31:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:18 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5dc6632bdf0893610708ccd1bac6f0e7c2bec322..ffe8eb5813de11ca23a3adfb8a4592ad50b18187 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 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 15, 2011 at 10:31:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:20 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 71971bc69a057ad87dbc3ed30c97fd116d5d3a52..9a0e9ac4552cad1b19125bc548e6757234dbb6e4 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=225
+point=226
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index c32ca471c488380d6fa661245316188f0ce2d17c..ef9aea439cece1dbb2ad0e29e85626158fbfed2f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  October 15, 2011 at 10:22:48 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 21, 2011 at 06:39:16 PM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ccca295a6655c1d8b067281cbc6fabaa53233ac6..a1954340c533d3ca766ee3313f84f9a1d5485e1b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "15 Oct 2011" "ntp (4.2.7p225)" "User Commands"
+.TH ntp-wait 1ntp-waitman "21 Oct 2011" "ntp (4.2.7p226)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:22:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:13 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cd5fdf3cd25989f5621651de2107d7e8be56cff2..830ef3a9a85e59d4de08193fc74284ee638dd9ef 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 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 15, 2011 at 10:23:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:16 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 93cadecb9d4602cef3a49d18f4789c26001d6763..2a19fe7866bd33d101f01c5c80dfdddf152fc9f5 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.7p225 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p226 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 9b1391ae29a690f3d4bfd9ff3a0bd13fa65eb732..44489e5542ae94744b55d91f13a81edbbf715bdd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "15 Oct 2011" "ntp (4.2.7p225)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "21 Oct 2011" "ntp (4.2.7p226)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:22:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:13 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5fc76161d8df4e94ec52b5808729552fb24498ff..8be510b94e41a8d231d27784064936877bd70d95 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 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 15, 2011 at 10:23:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:16 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a3ea595d1966ac5b46654e119da1c7432c0dbfe2..2c99a67fdb88dda083097c10ea46b458ae76d649 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:13:22 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:40:32 PM 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.7p225\n\
+"sntp 4.2.7p226\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.7p225\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p226\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index a46b6fd1a8042589d9eb1fe4ab435998a22e0525..5d06f0bc2230838ca4f4a933d254baeb7563ec56 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:13:22 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:40:32 PM 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.7p225"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p225"
+#define SNTP_VERSION       "4.2.7p226"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p226"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b8f81c8b02513b99fb5e1e301ab49dcc2ed4ae43..fbb980abd0231d17fdc72500b4994d06a066bc7f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 15, 2011 at 10:33:50 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 21, 2011 at 06:40:41 PM 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.7p225
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p226
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index fcf4807474b0f6746a79d34eecb9f1c679bfa8c3..f2c12b25e24440c4cbfdb32c5bf9688178455862 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "15 Oct 2011" "4.2.7p225" "User Commands"
+.TH sntp 1sntpman "21 Oct 2011" "4.2.7p226" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:33:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:39 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c0b9bc19c5cb3eb32140caac0e82edf151df6f5b..f70a28e9ab83dc681f94ba8f49773657d9d822bd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:33:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:42 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fc03ef946e285d3f7a8efd040da3440f284b8faa..ab3989f917e1e069080576f69ed2ef0c9a094c83 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.7p225 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p226 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.7p225
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p226
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index d3e99124b9a57a0abad1efa37467bd9fa25f320c..b615856af438c098b491cd61d7f74030b7bd366d 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "15 Oct 2011" "4.2.7p225" "User Commands"
+.TH sntp @SNTP_MS@ "21 Oct 2011" "4.2.7p226" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:33:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:39 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a35938c31af6ce010f6e22dc57d23a1bbb209234..644069a08f37063b2e010af8f3bb046d00c6ff91 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 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 15, 2011 at 10:33:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:42 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e0e5c8ad602940bc1a6b9e1c8f6614d17c282f0e..21410d530210de9d3ed9d34f6a472ae7b819bfee 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:31:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:40:22 PM 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.7p225\n\
+"ntp-keygen (ntp) 4.2.7p226\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.7p225\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p226\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9b0d7b1471107f94842637eeb2976e9769e3170d..bf6e284aaf92fcc135770cd05c1090af2b3a4769 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 15, 2011 at 10:31:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 21, 2011 at 06:40:21 PM 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.7p225"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p225"
+#define NTP_KEYGEN_VERSION       "4.2.7p226"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p226"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3f7ee40c10dc708a549a569247fa029cbc3d74a6..4e5b4926abcf592ad23bc4d0fcf0a7905347b947 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 15, 2011 at 10:32:47 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 21, 2011 at 06:40:31 PM 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.7p225
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p226
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 61657c959b92362a176e001854c9c90f0cbc06cf..67db2e0202f8de9e5e6f0e4228280fc29680f6d9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "15 Oct 2011" "ntp (4.2.7p225)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "21 Oct 2011" "ntp (4.2.7p226)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:32:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:27 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4c1d993b1dcca9addcdd999db31a2b2ad07f4cf5..136b0f3be82abea790b7fc8d99ffd013f6ab6629 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 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 15, 2011 at 10:32:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:31 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c094786268d23529e33652cce8299ff759d8ee91..9b7fae42a1e7837e938e7915aa62cbf7b9f9dacb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "15 Oct 2011" "ntp (4.2.7p225)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "21 Oct 2011" "ntp (4.2.7p226)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 15, 2011 at 10:32:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:27 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 90613dbd79541a7cccaae71f60f8b39698a50770..c1cf2d93eb98d021ea51ce4cd9ef6f6e8c7ca34a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 15 2011
+.Dd October 21 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 15, 2011 at 10:32:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:31 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME