]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P241 NTP_4_2_7P241
authorHarlan Stenn <stenn@ntp.org>
Sun, 18 Dec 2011 22:08:57 +0000 (22:08 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 18 Dec 2011 22:08:57 +0000 (22:08 +0000)
bk: 4eee6479E0OkgzhoAkmWHCMuVy2x1w

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 c8e79d359e9edfd58b94e89a45fce0c139ccc516..84b0b2d34aa70ee2b32021b81dad5ed1ab1ce1c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p241) 2011/12/18 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2015] Overriding sys_tick should recalculate sys_precision.
 * [Bug 2037] Fuzzed non-interpolated clock may decrease.
 * [Bug 2068] "tos ceiling" default and cap changed to 15.
index 6b9546e97eb711a195ead931a0fcb286f9b1c888..760deabfe09c69283eade7ba8f6a71ed07a6a458 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:49:08 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 11:32:53 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.7p240\n\
+"ntpd 4.2.7p241\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.7p240\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p241\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 26ecdb031eabffba3e790839451c2f3dc886cb43..70a236e2fbf5da9d2b8c2f5bee02189abca4e1e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:49:08 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 11:32:52 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.7p240"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p240"
+#define NTPD_VERSION       "4.2.7p241"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p241"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index db353eace8729750d05b7eaf6ca23b1e599f0483..64b35df1191819e12b1d54111442dea90bac13ed 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2011 at 08:49:32 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 18, 2011 at 05:03:41 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.7p240
+ntpd - NTP daemon program - Ver. 4.2.7p241
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 8ec00b64acefebd576b44f2012a6f20f09d4c07a..51e4442f1403236d7066e4a8b767910874b5f2be 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "15 Dec 2011" "4.2.7p240" "User Commands"
+.TH ntpd 1ntpdman "18 Dec 2011" "4.2.7p241" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:37 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 75ffef587a01571fa3de3ab19f0acd8f95fb983c..3fe588cede0a150541f67f8697c2c8c404a7617c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:41 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9a247ef46f991d11cf8b4b0f56f991982585314b..27c17f3b637ff0a99164e4b359928ce273ee5b73 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "15 Dec 2011" "4.2.7p240" "User Commands"
+.TH ntpd @NTPD_MS@ "18 Dec 2011" "4.2.7p241" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:37 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ae2b8e0fed58f67f30c2b5047095c86ec514aaad..3cc05ef86205bf58a035661f5a4b53ffd421fe92 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 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 15, 2011 at 08:49:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:41 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c5c7ce0a86f6d3cd1d088896a25eb48067dc7fcb..7681771e4c2d984ca87720211335c0a62b692251 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:49:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 05:03: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.7p240\n\
+"ntpdc 4.2.7p241\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.7p240\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p241\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4cf0c61deacf1837b46e5d8cd36a672cca912e8c..0dab0d2ef95ea4fc710035949f722ab4755977f2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:49:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 05:03: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.7p240"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p240"
+#define NTPDC_VERSION       "4.2.7p241"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p241"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 49d94a9a3aff31f474af01ae0b5bfa314a2302f6..8566080b9f4fde24f8ebb7b7fed4a21e860cdd8d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2011 at 08:49:49 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 18, 2011 at 05:03: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.7p240
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p241
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 07bc3f4c4581bed72e68b973c3e249574a50efe2..f8053e7281983a358212bab0fac0d9be681b785d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "15 Dec 2011" "4.2.7p240" "User Commands"
+.TH ntpdc 1ntpdcman "18 Dec 2011" "4.2.7p241" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:56 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 14c992735e5f462d5081d4bee949437168300fdb..7cddb85734b0a043be4532a7ae600b285ed635e3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:59 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a650f4d49037df22dd50fb4be9792e1414877d30..f35b3ffa19db3c79af67622c474d5bf6b32b5013 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.7p240 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p241 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.7p240
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p241
 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 b7585f887c915adf0f35e3858eb44be1888ed2bb..428e8aab9bcf245121bea6d56f8d6ee16f842d5d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "15 Dec 2011" "4.2.7p240" "User Commands"
+.TH ntpdc @NTPDC_MS@ "18 Dec 2011" "4.2.7p241" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:56 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 88878d21771412160f57521d3c7998457db09376..92b4c99ce2be542ad7ece22836fa36a4fd2af037 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 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 15, 2011 at 08:49:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:59 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index aeba39938811d99de52d7f1cfc85122d617cb5da..bf8ecce77805c1869e80b96c10ad1da5b2c176a0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:49:50 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 05:04: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.7p240\n\
+"ntpq 4.2.7p241\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.7p240\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p241\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7fc3c713a37680d285a46ec19cb7056ea10ee432..e1ba1dd1ca592267cfc48d7ae931db1d83b975ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:49:50 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 05:04: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.7p240"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p240"
+#define NTPQ_VERSION       "4.2.7p241"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p241"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 029900fbcb0966a36382997e325e121c694fa00a..b4b4c66b0ba24cab0b83bf2f9d8ee26cc513ede2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2011 at 08:50:03 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 18, 2011 at 05:04:13 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.7p240
+ntpq - standard NTP query program - Ver. 4.2.7p241
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c89ef50305cdc4d07088c01403523520809684c4..e4954700b64366562ea0b3a7edc79acc828d1908 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "15 Dec 2011" "4.2.7p240" "User Commands"
+.TH ntpq 1ntpqman "18 Dec 2011" "4.2.7p241" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:11 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 57cb143ebe3131bca5a4dad77ab5df2ab2966c08..a2765fddaddb4d88b86a864d150147ef0a34c898 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:14 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6390600f4da1c69ad8135a5ddb7cee63563b6168..dcf39ea29130b31306e06ef708afa187c911a85a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "15 Dec 2011" "4.2.7p240" "User Commands"
+.TH ntpq @NTPQ_MS@ "18 Dec 2011" "4.2.7p241" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:11 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6526086afddfd01323d8fa3c9e2548d31af96cb2..9ae0a19a2c4ef08ef646ee273ee56db4918ebd32 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 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 15, 2011 at 08:50:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:14 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4f8d18fb205c1a99a0a8a6fd979280ff8bb87f88..9e5525fa80f4a35b15761fb5cc27f43bba20ec0e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:50:05 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 05:04: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.7p240\n\
+"ntpsnmpd 4.2.7p241\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.7p240\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p241\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4b970715455ff8a3e111fa9a86a95b43f2a77100..f4badb335161773ca771a2c83af284e29157fbf1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:50:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 05:04: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.7p240"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p240"
+#define NTPSNMPD_VERSION       "4.2.7p241"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p241"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6fc27f02693269a5d91e177be52485c877e72923..a80dce3b0cb46cfa4f1b2d88ca2708fb7cbdba08 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2011 at 08:50:10 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 18, 2011 at 05:04:21 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.7p240
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p241
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index b52be881a6d3b191199b9e512d7cb56138d81b55..596bfe9cdad7cdca8d50191a62b9477a50fc7b73 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "15 Dec 2011" "4.2.7p240" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "18 Dec 2011" "4.2.7p241" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:19 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4227d1d308e61499d304ae90f54e9c366e645393..7942d11ca434cb49c380fe026bbec65a9fe95a0c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:22 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4eba4b52cf0ed198a3eaa9b470fdb0c78c831805..d20deda26d508a0226763b51acf47e64f4b3356f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "15 Dec 2011" "4.2.7p240" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "18 Dec 2011" "4.2.7p241" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:19 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8ddd95ec4f62dee77b7b7cf38ddbce3ec1ca845d..bd85ec1ce5baa74077127da14bbd794c2c60e951 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 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 15, 2011 at 08:50:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:22 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a14dec73d67c0ed818751a2c7adefc3024be169e..11f13c2f56a7552b456eed0b9712f6e223cdc542 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=240
+point=241
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 18903f6f66cd99bbff723df08cf3a9917b4d6e25..ff1e02d22bcffa05e289c2ad92d5911b29070bdc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2011 at 08:49:05 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 18, 2011 at 11:32:33 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ca23430132585785dd2c189d61ce994340c52b80..2fcdcfe5041a7a981b04cfea223dfa1b413ebf3d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "15 Dec 2011" "ntp (4.2.7p240)" "User Commands"
+.TH ntp-wait 1ntp-waitman "18 Dec 2011" "ntp (4.2.7p241)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 11:32:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e4873a8e624ff9ca542f71d801f57196f75de1ac..8f7a67d7b9f8856dbd0d22c75bd0b43b8474a85c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 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 15, 2011 at 08:49:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 11:32:36 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b584a8c72532adebd318ff40525e1f79d085db75..12b8340b0cb86721fdba647f211f423ee02b43dc 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.7p240 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p241 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 657d713d92d877b6426bd2355ff0d5ac5b5ea9fe..42e8dafe2688978a6c0a420d2188a94a6c28ff1f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "15 Dec 2011" "ntp (4.2.7p240)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "18 Dec 2011" "ntp (4.2.7p241)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:49:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 11:32:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 04ba966fae95c4f8d3e8ab1d4f46883332e00772..dc7af3c41f1a5535f4a2ed0b926dd19b0f38f2f2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 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 15, 2011 at 08:49:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 11:32:36 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f0631326eb8b6e822d76fb3cb4b379c659cdae7e..e67d3d0e895888809dfbc3153d890c33b670d17c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:46:46 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 11:26:36 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.7p240\n\
+"sntp 4.2.7p241\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.7p240\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p241\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index ee23968079967a9dd61a689fcf54e32164ebb2c9..9094caad9b90b8d524b180751af528ed1f483658 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:46:46 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 11:26:35 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.7p240"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p240"
+#define SNTP_VERSION       "4.2.7p241"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p241"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index de8b6d044c7e09ee33e12e87f7b11796ab0dfefc..789d72df12e1d8bc853e0cd00493bc6d7353c9e8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2011 at 08:50:32 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 18, 2011 at 05:04:44 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.7p240
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p241
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 1f71ac8913522b132f8c6a478017119b5168f452..76023919d31cce8130f66485a287e2fa55948c1c 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "15 Dec 2011" "4.2.7p240" "User Commands"
+.TH sntp 1sntpman "18 Dec 2011" "4.2.7p241" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:41 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 687ac7500d94a3e05bb50020a299dff2e8686074..dc761b5cf072c276842e5c8935ec7dfb4e05e03e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:44 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d69f4f4a772cd631b49ba01fb3e1e2d259dcee65..35867387daf5aa39b5348471af412da46b6642a9 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.7p240 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p241 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.7p240
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p241
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 870b7566461cfcb8615f5c87899cdb3779686e36..932ab32615b4c521fa11553e177095e621fd794f 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "15 Dec 2011" "4.2.7p240" "User Commands"
+.TH sntp @SNTP_MS@ "18 Dec 2011" "4.2.7p241" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:41 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 56f9a4dd693da213dd1aca57c02ba97280748e65..60e8910b1e120e06a613a96fc132868df6a8fbbe 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 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 15, 2011 at 08:50:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:44 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3a5354b783cac735f864faf9b726a183be28f9de..2435088b548d530cd104c8de7eb96abc7a106dcb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:50:12 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 05:04:23 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.7p240\n\
+"ntp-keygen (ntp) 4.2.7p241\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.7p240\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p241\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 33debd1825dadce2a20441881a848b7ccccd8e79..ae610d4b2a2be0382e203307d96167eb149d8739 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2011 at 08:50:12 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 18, 2011 at 05:04:23 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.7p240"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p240"
+#define NTP_KEYGEN_VERSION       "4.2.7p241"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p241"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 446f9da05ddb5619302eb49344f26be36f02a685..3037f0ad8e4a7fbde3d82c20dec3da5b76f1ca42 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2011 at 08:50:22 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 18, 2011 at 05:04:33 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.7p240
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p241
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index c172920a5bab5f931073e39b832a9dd6aa3eaed2..a146eff46905d658ca1c5ad71263b599313b2cd3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "15 Dec 2011" "ntp (4.2.7p240)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "18 Dec 2011" "ntp (4.2.7p241)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:30 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0fcf5d2ffa8516c070207cc4bce9157c0310217d..ce5331d18719ecbc7998b99df119cbdda397a8fe 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 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 15, 2011 at 08:50:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:34 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2bfeaf8d9340034eab0f9c758ca2f9eb4204cd04..2156684110d9a698bef42e144077fe10f502d2f1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "15 Dec 2011" "ntp (4.2.7p240)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "18 Dec 2011" "ntp (4.2.7p241)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2011 at 08:50:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:30 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fe8b76b466799fc89fc45e05fb93d07022e38a02..4346c5e0554d72bef86fcd6db8e797dddb787481 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 15 2011
+.Dd December 18 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 15, 2011 at 08:50:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:34 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME