]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P240 NTP_4_2_7P240
authorHarlan Stenn <stenn@ntp.org>
Thu, 15 Dec 2011 08:50:47 +0000 (08:50 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 15 Dec 2011 08:50:47 +0000 (08:50 +0000)
bk: 4ee9b4e7kNQZBGw-eUjdcCDZe8hIrQ

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 c65f0de2f3d84437ada1101685ee0d4cdc222181..779b124d464dd783e1a3818e7b8476a9890316fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p240) 2011/12/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2092] clock_select() selection jitter miscalculated.
 * [Bug 2093] Reintroduce smaller stratum factor to system peer metric.
 (4.2.7p239) 2011/12/11 Released by Harlan Stenn <stenn@ntp.org>
index 7436abd5acec5d51f4dcab386a0a2a2d582156e4..6b9546e97eb711a195ead931a0fcb286f9b1c888 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:37:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:49:08 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.7p239\n\
+"ntpd 4.2.7p240\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.7p239\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p240\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index a83df925a1821415ae8efd3d7d48ad71c55f8529..26ecdb031eabffba3e790839451c2f3dc886cb43 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:37:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:49:08 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.7p239"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p239"
+#define NTPD_VERSION       "4.2.7p240"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p240"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 16bf2123819b813d2d0bb59a237482a6af8ba963..db353eace8729750d05b7eaf6ca23b1e599f0483 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 11, 2011 at 11:38:15 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 15, 2011 at 08:49:32 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.7p239
+ntpd - NTP daemon program - Ver. 4.2.7p240
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 0f990f39f8b5cfdcc8b8612658674fe10c2d990d..8ec00b64acefebd576b44f2012a6f20f09d4c07a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "11 Dec 2011" "4.2.7p239" "User Commands"
+.TH ntpd 1ntpdman "15 Dec 2011" "4.2.7p240" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:29 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6b7af3eaa78ee99408248d4267fd3aa9e6db6c97..75ffef587a01571fa3de3ab19f0acd8f95fb983c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 15 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9fa997b197104fe4b353023f4ff3c49c44e225bc..9a247ef46f991d11cf8b4b0f56f991982585314b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "11 Dec 2011" "4.2.7p239" "User Commands"
+.TH ntpd @NTPD_MS@ "15 Dec 2011" "4.2.7p240" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:29 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 56c3bc700d8ac357a2ce1fd86f5e986c109127d5..ae2b8e0fed58f67f30c2b5047095c86ec514aaad 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 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  December 11, 2011 at 11:38:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 99a3857b98e9875d878d8f62de29f7ab43cfacda..c5c7ce0a86f6d3cd1d088896a25eb48067dc7fcb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:38:21 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:49:37 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.7p239\n\
+"ntpdc 4.2.7p240\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.7p239\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p240\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8f76c4988ec77fba941998d26a2409e180f2bb6e..4cf0c61deacf1837b46e5d8cd36a672cca912e8c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:38:21 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:49:37 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.7p239"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p239"
+#define NTPDC_VERSION       "4.2.7p240"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p240"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e18cff2ebee5dd93d5d106ae8283bd7d543b9221..49d94a9a3aff31f474af01ae0b5bfa314a2302f6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 11, 2011 at 11:38:33 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 15, 2011 at 08:49:49 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.7p239
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p240
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index abd46c9ec27da8856747c03c485cab1c8550732c..07bc3f4c4581bed72e68b973c3e249574a50efe2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "11 Dec 2011" "4.2.7p239" "User Commands"
+.TH ntpdc 1ntpdcman "15 Dec 2011" "4.2.7p240" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 57a3eade51148ee19588214c365a06626000b2cb..14c992735e5f462d5081d4bee949437168300fdb 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 15 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 159e026a2df98b440c68025f51cc02949a77f449..a650f4d49037df22dd50fb4be9792e1414877d30 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.7p239 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p240 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.7p239
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p240
 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 dffa3dbca4b0771286ad13e0d21de814349822c8..b7585f887c915adf0f35e3858eb44be1888ed2bb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "11 Dec 2011" "4.2.7p239" "User Commands"
+.TH ntpdc @NTPDC_MS@ "15 Dec 2011" "4.2.7p240" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5ede30176f25f1eabc6579359bc4752a151d1af8..88878d21771412160f57521d3c7998457db09376 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 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  December 11, 2011 at 11:38:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0801e993dc2dd4f5acffa767a549e8bbe7d4838e..aeba39938811d99de52d7f1cfc85122d617cb5da 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:38:35 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:49:50 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.7p239\n\
+"ntpq 4.2.7p240\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.7p239\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p240\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2be0eb3077321fec7f10e78c713ce9f82e66d67b..7fc3c713a37680d285a46ec19cb7056ea10ee432 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:38:35 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:49:50 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.7p239"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p239"
+#define NTPQ_VERSION       "4.2.7p240"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p240"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 89bfabe18a1edd2386630a4eb27f35d943ed0fd5..029900fbcb0966a36382997e325e121c694fa00a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 11, 2011 at 11:38:48 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 15, 2011 at 08:50:03 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.7p239
+ntpq - standard NTP query program - Ver. 4.2.7p240
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 45a99e0026a69a738ed9b2273422c7a76654c2f8..c89ef50305cdc4d07088c01403523520809684c4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "11 Dec 2011" "4.2.7p239" "User Commands"
+.TH ntpq 1ntpqman "15 Dec 2011" "4.2.7p240" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 41f2be1c3eefc73ad03c465870ad34f5c12f0ab7..57cb143ebe3131bca5a4dad77ab5df2ab2966c08 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 15 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 695163e215b7b31407c2f7f2aafdc65ea6615627..6390600f4da1c69ad8135a5ddb7cee63563b6168 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "11 Dec 2011" "4.2.7p239" "User Commands"
+.TH ntpq @NTPQ_MS@ "15 Dec 2011" "4.2.7p240" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6138f86db31d11b2aae5278e3da9ebcdd4102d4b..6526086afddfd01323d8fa3c9e2548d31af96cb2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 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  December 11, 2011 at 11:38:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1436ac60ef4a437ac50a1dafa728c1be00b61c50..4f8d18fb205c1a99a0a8a6fd979280ff8bb87f88 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:38:49 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:50:05 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.7p239\n\
+"ntpsnmpd 4.2.7p240\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.7p239\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p240\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index aabb8defe0af45d9e67f553b2bb2126fb69c1073..4b970715455ff8a3e111fa9a86a95b43f2a77100 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:38:49 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:50:04 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.7p239"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p239"
+#define NTPSNMPD_VERSION       "4.2.7p240"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p240"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dd09b93d2a25d687862e9e45c92a2d1dcebb915c..6fc27f02693269a5d91e177be52485c877e72923 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 11, 2011 at 11:38:55 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 15, 2011 at 08:50:10 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.7p239
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p240
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 1ce3ecaecd357cfde94d93d082f2e84d262574cc..b52be881a6d3b191199b9e512d7cb56138d81b55 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "11 Dec 2011" "4.2.7p239" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "15 Dec 2011" "4.2.7p240" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2f6f82dba72e4f1c0708ed08616b609bea00aa94..4227d1d308e61499d304ae90f54e9c366e645393 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 15 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 465bea66aa4459dc0e2f5a9f42fbba556d8dd38c..4eba4b52cf0ed198a3eaa9b470fdb0c78c831805 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "11 Dec 2011" "4.2.7p239" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "15 Dec 2011" "4.2.7p240" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 81901089cb3ded145917931f3d7833f18b00fdf2..8ddd95ec4f62dee77b7b7cf38ddbce3ec1ca845d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 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  December 11, 2011 at 11:38:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8fbdebe0965b2b07e0d88123469caed8a3e8aeec..a14dec73d67c0ed818751a2c7adefc3024be169e 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=239
+point=240
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index c8ba91388c5667eb1681a0dbb45d6570e890f145..18903f6f66cd99bbff723df08cf3a9917b4d6e25 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  December 11, 2011 at 11:37:56 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 15, 2011 at 08:49:05 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e5bdfb9de687a02add0a31810e0a75f70ea8156c..ca23430132585785dd2c189d61ce994340c52b80 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "11 Dec 2011" "ntp (4.2.7p239)" "User Commands"
+.TH ntp-wait 1ntp-waitman "15 Dec 2011" "ntp (4.2.7p240)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:37:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:02 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4c14895a3929e24b416963c52ac52b54cbeb0820..e4873a8e624ff9ca542f71d801f57196f75de1ac 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 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  December 11, 2011 at 11:37:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:05 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6f9652adf7ba891cc9222b360110860d6a164678..b584a8c72532adebd318ff40525e1f79d085db75 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.7p239 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p240 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 74c97891014ddf6db1fe7729130a7223e806af44..657d713d92d877b6426bd2355ff0d5ac5b5ea9fe 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "11 Dec 2011" "ntp (4.2.7p239)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "15 Dec 2011" "ntp (4.2.7p240)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:37:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:02 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e5578874f0e4fc562d58952648abf4085c512649..04ba966fae95c4f8d3e8ab1d4f46883332e00772 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 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  December 11, 2011 at 11:37:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:05 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bcabfd26907baf9a625a09585d826fe92b523f96..f0631326eb8b6e822d76fb3cb4b379c659cdae7e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:35:30 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:46:46 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.7p239\n\
+"sntp 4.2.7p240\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.7p239\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p240\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index cd6d8f95e490ff9e0fa90428ee6e198c3c3e96ba..ee23968079967a9dd61a689fcf54e32164ebb2c9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:35:30 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:46:46 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.7p239"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p239"
+#define SNTP_VERSION       "4.2.7p240"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p240"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 26ff359777651872e7606fc2b4d9c98a2bfefbdf..de8b6d044c7e09ee33e12e87f7b11796ab0dfefc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 11, 2011 at 11:39:16 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 15, 2011 at 08:50:32 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.7p239
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p240
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b444b8cbd7ea798f7bb88f589a907e68a4436f7d..1f71ac8913522b132f8c6a478017119b5168f452 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "11 Dec 2011" "4.2.7p239" "User Commands"
+.TH sntp 1sntpman "15 Dec 2011" "4.2.7p240" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:29 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3c72f7914c6ba89cdd841b69e38020e682726f35..687ac7500d94a3e05bb50020a299dff2e8686074 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 15 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:32 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3baa4b71b11f1447d1f613f019e054d80a72f043..d69f4f4a772cd631b49ba01fb3e1e2d259dcee65 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.7p239 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p240 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.7p239
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p240
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index dfb04dbf820523930b5fcd0eef1ba450073dec11..870b7566461cfcb8615f5c87899cdb3779686e36 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "11 Dec 2011" "4.2.7p239" "User Commands"
+.TH sntp @SNTP_MS@ "15 Dec 2011" "4.2.7p240" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:29 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4d22e5806f2146e53c0e7f00eeeb55d5b996dc56..56f9a4dd693da213dd1aca57c02ba97280748e65 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 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  December 11, 2011 at 11:39:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:32 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 506873c8cfe7949bec7f950da0e1554247f46a4d..3a5354b783cac735f864faf9b726a183be28f9de 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:38:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:50:12 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.7p239\n\
+"ntp-keygen (ntp) 4.2.7p240\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.7p239\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p240\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e1bc3ec9e74ad5c693a5c09ea897e402e306096f..33debd1825dadce2a20441881a848b7ccccd8e79 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 11, 2011 at 11:38:56 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 15, 2011 at 08:50:12 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.7p239"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p239"
+#define NTP_KEYGEN_VERSION       "4.2.7p240"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p240"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fa0149ea488ffea0bb05bf2604137d315a658111..446f9da05ddb5619302eb49344f26be36f02a685 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 11, 2011 at 11:39:07 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 15, 2011 at 08:50:22 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.7p239
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p240
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 2ff67dbf219cb2ef443cd6c07ce2d4daea78010d..c172920a5bab5f931073e39b832a9dd6aa3eaed2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "11 Dec 2011" "ntp (4.2.7p239)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "15 Dec 2011" "ntp (4.2.7p240)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:19 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 77f8dbdb93d68cb780b4ce6e12d17bf0c9056677..0fcf5d2ffa8516c070207cc4bce9157c0310217d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 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  December 11, 2011 at 11:39:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 54e091c17d0995458f0fe03e22f2244d2f872f81..2bfeaf8d9340034eab0f9c758ca2f9eb4204cd04 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "11 Dec 2011" "ntp (4.2.7p239)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "15 Dec 2011" "ntp (4.2.7p240)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:19 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 413e422a0da0f0d8371a7b4c691c6fa0e69b083e..fe8b76b466799fc89fc45e05fb93d07022e38a02 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 11 2011
+.Dd December 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  December 11, 2011 at 11:39:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME