]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P242 NTP_4_2_7P242
authorHarlan Stenn <stenn@ntp.org>
Wed, 21 Dec 2011 21:08:34 +0000 (21:08 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 21 Dec 2011 21:08:34 +0000 (21:08 +0000)
bk: 4ef24ad2ZGSe7xTAkHhKBz3HEuLX7A

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 6d39bfb67770a0a6351efed28b369bd43f2c883a..ecd9c8b1644e19491ea755e175592f4e6b77a6d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p242) 2011/12/21 Released by Harlan Stenn <stenn@ntp.org>
 * Include missing html/icons/sitemap.png, reported by Michael Tatarinov.
 * Documentation updates from Dave Mills.
 (4.2.7p241) 2011/12/18 Released by Harlan Stenn <stenn@ntp.org>
index 760deabfe09c69283eade7ba8f6a71ed07a6a458..b8119b62d3737fe700644d2542fb0186d460f43a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 11:32:53 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:06:52 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.7p241\n\
+"ntpd 4.2.7p242\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.7p241\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p242\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 70a236e2fbf5da9d2b8c2f5bee02189abca4e1e8..9ed141f0b37c3258820d56c6dfca7db2ee33f01d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 11:32:52 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:06:51 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.7p241"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p241"
+#define NTPD_VERSION       "4.2.7p242"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p242"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 64b35df1191819e12b1d54111442dea90bac13ed..78349afb0104d388003e1067656344016d86d59b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 18, 2011 at 05:03:41 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 21, 2011 at 09:07:11 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.7p241
+ntpd - NTP daemon program - Ver. 4.2.7p242
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 51e4442f1403236d7066e4a8b767910874b5f2be..dafc26ec357b64d58006bfad7c2226238b9d6574 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "18 Dec 2011" "4.2.7p241" "User Commands"
+.TH ntpd 1ntpdman "21 Dec 2011" "4.2.7p242" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:37 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:07 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3fe588cede0a150541f67f8697c2c8c404a7617c..8b81c8120800bddc2daa9b89f3fb19d4de81fb0f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 21 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:41 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:11 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 27c17f3b637ff0a99164e4b359928ce273ee5b73..220cf8e8f5be9af8b86b86d7e6fe80e0962f4790 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "18 Dec 2011" "4.2.7p241" "User Commands"
+.TH ntpd @NTPD_MS@ "21 Dec 2011" "4.2.7p242" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:37 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:07 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3cc05ef86205bf58a035661f5a4b53ffd421fe92..2eb662a981d829e1cfe0eff19913acf54b8ba231 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 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  December 18, 2011 at 05:03:41 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:11 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7681771e4c2d984ca87720211335c0a62b692251..02f1873e4593f9f7a2b33c5d1bffa07901bcef9b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 05:03:47 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:07:16 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.7p241\n\
+"ntpdc 4.2.7p242\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.7p241\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p242\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0dab0d2ef95ea4fc710035949f722ab4755977f2..b3ba3765742abd09da3b997246ec1d04fa510cdd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 05:03:47 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:07:16 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.7p241"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p241"
+#define NTPDC_VERSION       "4.2.7p242"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p242"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8566080b9f4fde24f8ebb7b7fed4a21e860cdd8d..ce3ce5b177ca322d0abe2e713a19e5f01da19982 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 18, 2011 at 05:03:59 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 21, 2011 at 09:07:27 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.7p241
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p242
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index f8053e7281983a358212bab0fac0d9be681b785d..ad9878c9987f789f30f1fa7b5afae87a9a8c59fc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "18 Dec 2011" "4.2.7p241" "User Commands"
+.TH ntpdc 1ntpdcman "21 Dec 2011" "4.2.7p242" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:56 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:24 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7cddb85734b0a043be4532a7ae600b285ed635e3..ed553dfcb385ef8e6433fc0e4287b4e8aba45298 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 21 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:59 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:30 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f35b3ffa19db3c79af67622c474d5bf6b32b5013..7025b3c1b1d895330d7d6b0e44d5ab501241d29d 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.7p241 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p242 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.7p241
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p242
 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 428e8aab9bcf245121bea6d56f8d6ee16f842d5d..765be167600c2e8157584da9423845ef0c7076d3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "18 Dec 2011" "4.2.7p241" "User Commands"
+.TH ntpdc @NTPDC_MS@ "21 Dec 2011" "4.2.7p242" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:03:56 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:24 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 92b4c99ce2be542ad7ece22836fa36a4fd2af037..62e29a19553fce0872be79090c9ff76dc334a7ae 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 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  December 18, 2011 at 05:03:59 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:30 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bf8ecce77805c1869e80b96c10ad1da5b2c176a0..91cf4445321fdda3eb9374db6cb753a3310f429b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 05:04:00 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:07:31 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.7p241\n\
+"ntpq 4.2.7p242\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.7p241\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p242\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e1ba1dd1ca592267cfc48d7ae931db1d83b975ac..5d2cbbbbcb9f4da7c9606705a6315f6842a69022 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 05:04:00 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:07:31 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.7p241"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p241"
+#define NTPQ_VERSION       "4.2.7p242"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p242"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b4b4c66b0ba24cab0b83bf2f9d8ee26cc513ede2..b8fa4ad480356cf8daf1bbdbafc61119f8dc1393 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 18, 2011 at 05:04:13 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 21, 2011 at 09:07:45 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.7p241
+ntpq - standard NTP query program - Ver. 4.2.7p242
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e4954700b64366562ea0b3a7edc79acc828d1908..79a84caacaf7bd0367bb5a70d300b5010673d832 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "18 Dec 2011" "4.2.7p241" "User Commands"
+.TH ntpq 1ntpqman "21 Dec 2011" "4.2.7p242" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:42 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a2765fddaddb4d88b86a864d150147ef0a34c898..eedea38f89217db38867cb5c219d3d226ea90262 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 21 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:14 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:45 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index dcf39ea29130b31306e06ef708afa187c911a85a..a6afca27b59effa94543510977887bc7b4953312 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "18 Dec 2011" "4.2.7p241" "User Commands"
+.TH ntpq @NTPQ_MS@ "21 Dec 2011" "4.2.7p242" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:42 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9ae0a19a2c4ef08ef646ee273ee56db4918ebd32..f0b766594fb86baf08e27b5eea57433fe67764e8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 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  December 18, 2011 at 05:04:14 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:45 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9e5525fa80f4a35b15761fb5cc27f43bba20ec0e..fc4325a43e6991373668d687c7f5ae075684ed6f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 05:04:15 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:07:46 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.7p241\n\
+"ntpsnmpd 4.2.7p242\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.7p241\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p242\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f4badb335161773ca771a2c83af284e29157fbf1..0d4adb89aab73e9390735eaef0c3357cc0c3aacf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 05:04:15 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:07:46 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.7p241"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p241"
+#define NTPSNMPD_VERSION       "4.2.7p242"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p242"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a80dce3b0cb46cfa4f1b2d88ca2708fb7cbdba08..1da0acc67adaacdec0cd8ea4242e6400d11febab 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 18, 2011 at 05:04:21 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 21, 2011 at 09:07:52 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.7p241
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p242
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 596bfe9cdad7cdca8d50191a62b9477a50fc7b73..1e89a19b1793f807b7e24f06faff790a86223a35 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "18 Dec 2011" "4.2.7p241" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "21 Dec 2011" "4.2.7p242" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:19 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:49 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7942d11ca434cb49c380fe026bbec65a9fe95a0c..1167e898277026ac3736617bf12fa5d8501edf9f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 21 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:22 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:52 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d20deda26d508a0226763b51acf47e64f4b3356f..37454c8fedf312b9b7f809691dd4665e97a7ff7c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "18 Dec 2011" "4.2.7p241" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "21 Dec 2011" "4.2.7p242" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:19 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:49 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bd85ec1ce5baa74077127da14bbd794c2c60e951..28edd06e8d6e660b861a2fd08fc23e219c4d1857 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 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  December 18, 2011 at 05:04:22 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:52 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 11f13c2f56a7552b456eed0b9712f6e223cdc542..438423be72b29618b1ac9763e87278f10524313a 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=241
+point=242
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index ff1e02d22bcffa05e289c2ad92d5911b29070bdc..6fdfe598901c314f214491ed8629d9cab080d14a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  December 18, 2011 at 11:32:33 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 21, 2011 at 09:06:50 PM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2fcdcfe5041a7a981b04cfea223dfa1b413ebf3d..611d5b83c2860b66d2abe17941ae0e0edb9847ec 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "18 Dec 2011" "ntp (4.2.7p241)" "User Commands"
+.TH ntp-wait 1ntp-waitman "21 Dec 2011" "ntp (4.2.7p242)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 11:32:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:06:48 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8f7a67d7b9f8856dbd0d22c75bd0b43b8474a85c..44cba6059f9b1a257ebf447bef07caaca9587700 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 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  December 18, 2011 at 11:32:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:06:51 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 12b8340b0cb86721fdba647f211f423ee02b43dc..676cbe1c968a8102e12144e994ca276b0da5d1d0 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.7p241 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p242 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 42e8dafe2688978a6c0a420d2188a94a6c28ff1f..ac0a544c60e81588ad4beb5722ac8bf90559547c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "18 Dec 2011" "ntp (4.2.7p241)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "21 Dec 2011" "ntp (4.2.7p242)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 11:32:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:06:48 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dc7af3c41f1a5535f4a2ed0b926dd19b0f38f2f2..ef2d0c51ed01c328bb025dbb3b677492c71143d9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 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  December 18, 2011 at 11:32:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:06:51 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e67d3d0e895888809dfbc3153d890c33b670d17c..54fd476d0fd34b7eb1637db6cdafbd238e22757e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 11:26:36 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:04:30 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.7p241\n\
+"sntp 4.2.7p242\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.7p241\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p242\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 9094caad9b90b8d524b180751af528ed1f483658..ce998e8e1e7190dd343f6b8e6f4ce21636297a9a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 11:26:35 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:04:30 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.7p241"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p241"
+#define SNTP_VERSION       "4.2.7p242"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p242"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 789d72df12e1d8bc853e0cd00493bc6d7353c9e8..3b6f384dcabad5cbef180ccd8384e35c06b57a54 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 18, 2011 at 05:04:44 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 21, 2011 at 09:08:13 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.7p241
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p242
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 76023919d31cce8130f66485a287e2fa55948c1c..1f8bebf453c4572edc705d3e00778031d751226d 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "18 Dec 2011" "4.2.7p241" "User Commands"
+.TH sntp 1sntpman "21 Dec 2011" "4.2.7p242" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:41 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:11 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dc761b5cf072c276842e5c8935ec7dfb4e05e03e..f4783b5a45c9a991636d7edddb22e5521aa75068 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 21 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:44 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:14 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 35867387daf5aa39b5348471af412da46b6642a9..c3a78996579e9c353f174acb728c15faf7a49f2d 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.7p241 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p242 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.7p241
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p242
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 932ab32615b4c521fa11553e177095e621fd794f..166e3c7f9b01c8ae4456df425eb3d436c84660ca 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "18 Dec 2011" "4.2.7p241" "User Commands"
+.TH sntp @SNTP_MS@ "21 Dec 2011" "4.2.7p242" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:41 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:11 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 60e8910b1e120e06a613a96fc132868df6a8fbbe..3690bd805ea9c84b76c73e278660aa253db33190 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 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  December 18, 2011 at 05:04:44 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:14 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2435088b548d530cd104c8de7eb96abc7a106dcb..61445a82708998ec49668e624b629e6ecb8776bb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 05:04:23 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:07:54 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.7p241\n\
+"ntp-keygen (ntp) 4.2.7p242\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.7p241\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p242\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ae610d4b2a2be0382e203307d96167eb149d8739..a92450a68392dc99d6a8c026caa300f1eb7ce9dd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 18, 2011 at 05:04:23 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 21, 2011 at 09:07:54 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.7p241"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p241"
+#define NTP_KEYGEN_VERSION       "4.2.7p242"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p242"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3037f0ad8e4a7fbde3d82c20dec3da5b76f1ca42..6d4a09e711ce1410732e7c5a7c037626bc4b5c7c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 18, 2011 at 05:04:33 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 21, 2011 at 09:08:04 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.7p241
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p242
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index a146eff46905d658ca1c5ad71263b599313b2cd3..0cd1139b6d891bbeceaf41ca807e57bda7e5bc5b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "18 Dec 2011" "ntp (4.2.7p241)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "21 Dec 2011" "ntp (4.2.7p242)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:30 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:00 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ce5331d18719ecbc7998b99df119cbdda397a8fe..036671352a5d66776fa32d4dc654b6e3b85428f5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 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  December 18, 2011 at 05:04:34 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:04 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2156684110d9a698bef42e144077fe10f502d2f1..70369411678d870f4991f645270308d07278dd50 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "18 Dec 2011" "ntp (4.2.7p241)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "21 Dec 2011" "ntp (4.2.7p242)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 18, 2011 at 05:04:30 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:00 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4346c5e0554d72bef86fcd6db8e797dddb787481..f44a8ca4642b704e542c04d31a1fdba9d640caba 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 18 2011
+.Dd December 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  December 18, 2011 at 05:04:34 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:04 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME