]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P207 NTP_4_2_7P207
authorHarlan Stenn <stenn@ntp.org>
Mon, 22 Aug 2011 05:13:12 +0000 (05:13 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 22 Aug 2011 05:13:12 +0000 (05:13 +0000)
bk: 4e51e568MwiotDAm76YoOWVg9C2Uiw

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 a02437c5c8c152ee5f77efcb491b6f1b28430934..601963025eb260dbf0a4631a04fcc47a45491bb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p207) 2011/08/22 Released by Harlan Stenn <stenn@ntp.org>
 * Restore the original CLOCK_MONOTONIC output format in sntp.
 * Cleanups for ntp-wait-opts.def and ntp.keys.def .
 (4.2.7p206) 2011/08/20 Released by Harlan Stenn <stenn@ntp.org>
index 73fe752a3eb40f28398143d77e5a808632e71e51..3c767eba9c2463e0afb50dbdc05270589b162fd9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 05:56:36 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:09:01 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.7p206\n\
+"ntpd 4.2.7p207\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.7p206\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index d9949bdee7f1f204e6a962243d5678d769daa014..9240b1a0802616e602d2b0159aba505456674f15 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 05:56:35 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:09:01 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.7p206"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p206"
+#define NTPD_VERSION       "4.2.7p207"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 44787327282aa967d40da50eb972827511942969..1eadfd7f9f793545b6a2cdb91016d95f98b2c8ed 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 20, 2011 at 05:57:34 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 22, 2011 at 05:09:22 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.7p206
+ntpd - NTP daemon program - Ver. 4.2.7p207
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index df92a7641196cf635bc9b847b5f1e843b1790a63..a812b534ffd74a6ecf0e7113803ee6c521e48d18 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "20 Aug 2011" "4.2.7p206" "User Commands"
+.TH ntpd 1ntpdman "22 Aug 2011" "4.2.7p207" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 05:57:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bae63015fd67e66d102ec0cb4a9c4cd950cfb255..43e302af4a9883b2ef3bc71639f341f512b62931 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 05:57:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:22 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index faceb15b30dbdabc0424d86a6a7ba6eec9fa3c3a..938a9574ddccc12b23c04acc7ca2e0abeab878fe 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "20 Aug 2011" "4.2.7p206" "User Commands"
+.TH ntpd @NTPD_MS@ "22 Aug 2011" "4.2.7p207" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 05:57:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7f0ff1a16b90f8559a0e8a16db8a085236728c27..9ccdffd8028aa1977e6c6bd428a3892a5a41eb6f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 05:57:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:22 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 093a9e88c34ea86096892589aa2bd57975e82d81..29999b09a2dddf3846aa6c77d1d0800084c98892 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 05:57:50 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:09:27 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.7p206\n\
+"ntpdc 4.2.7p207\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.7p206\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 41984cff8f32874a0a3097e8da5fe3d9870a6c11..e2b15a84c2b955f8ca8bc9491cfce9971472e595 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 05:57:50 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:09:27 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.7p206"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p206"
+#define NTPDC_VERSION       "4.2.7p207"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d8a197bba40f2204776cd0b41ec6700b92f6cd1e..864e83d602a89948674d4100b693c307321488c3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 20, 2011 at 05:59:31 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 22, 2011 at 05:10:36 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.7p206
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p207
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 9a4cb298a198285ae2d79699a449d3d860f4eb4b..d6aa6edb9205ce5441ec8a7cfdc951f4eddc40bd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "20 Aug 2011" "4.2.7p206" "User Commands"
+.TH ntpdc 1ntpdcman "22 Aug 2011" "4.2.7p207" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 05:58:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:35 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1283c3087a95ebe6f089b5c87b4f4139f07e34d8..775c7a1163c49fa54a01f44008eabede5e6195bb 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 05:59:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:10:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2f99f279d447aa43a7cb9207811f1a7b6c4da1ce..f45d717985964ab86740c572d15692141caef8ad 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.7p206 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p207 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.7p206
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p207
 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 f83fd8113995f1095516aec710a499e20a81f9fd..7bf3dd2993d57bae0cc304d7f0184d3e5d459806 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "20 Aug 2011" "4.2.7p206" "User Commands"
+.TH ntpdc @NTPDC_MS@ "22 Aug 2011" "4.2.7p207" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 05:58:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:35 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b65180e80917b9414629fac0ad7d37da39104f40..b91d0ca9d5981aa1899135cdfe26cc1c5a56bd9a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 05:59:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:10:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f632624391a6bf248d9a1084d167d9188056a851..7c3edbdf6a2b749e14ffe8691e73445492607917 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 05:59:38 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:10:39 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.7p206\n\
+"ntpq 4.2.7p207\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.7p206\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 775877fd6e437f9adc8cbd889c88687631129deb..eba5686c43d02a13343164f5db934aad98041cfc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 05:59:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:10:39 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.7p206"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p206"
+#define NTPQ_VERSION       "4.2.7p207"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ebd421ba357c1c66a87b777f8ecc725939ef3e2b..c400c57e5ce25a3be0f606705d07a7b27176b0a8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 20, 2011 at 06:00:41 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 22, 2011 at 05:11:11 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.7p206
+ntpq - standard NTP query program - Ver. 4.2.7p207
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 8e4eb9c5eb2a0c82749902080a1ea88339ea742c..b115f49af4c975fd64e28064746b1ee30c992de3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "20 Aug 2011" "4.2.7p206" "User Commands"
+.TH ntpq 1ntpqman "22 Aug 2011" "4.2.7p207" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:00:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:10:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d1d1145b1098bd1b5b2867271a11416bdd6e5ae6..13c20bd3819400fcb9d046d4fdc0cf0b9727602e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:00:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 73fb39c7f223441fba77488cf8fa22aad8619406..da4c693e7ea664d4faf48040ce8db2be16420bbc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "20 Aug 2011" "4.2.7p206" "User Commands"
+.TH ntpq @NTPQ_MS@ "22 Aug 2011" "4.2.7p207" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:00:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:10:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 531fb6891bd909e421c594c8cc7fc7e37d08a01c..0302eb018a17bf60bac96210f51f4e2715628fae 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:00:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a6a5624c0e807e3af92ca0e171aa988f1c60e2a5..372a82e6201e52a2d103eeec3a8888a3476596d6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 06:00:47 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:11:14 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.7p206\n\
+"ntpsnmpd 4.2.7p207\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.7p206\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index eb5e605146ee16c95ef8c2a3b40da59593c02c5d..7fc27b2cf8b0124cec9bf3f0869170c959309868 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 06:00:46 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:11:13 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.7p206"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p206"
+#define NTPSNMPD_VERSION       "4.2.7p207"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3fe00670f306918058f4643a457c17e05ef04cbd..637c1bf531368a777f949d517e21089c298f1daf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 20, 2011 at 06:01:19 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 22, 2011 at 05:11:30 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.7p206
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p207
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 59f89236c3a95ad70825aa366d37fab171186580..2beb180f984a2193c83dc699cb9699e0e9a6f3fe 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "20 Aug 2011" "4.2.7p206" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "22 Aug 2011" "4.2.7p207" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2bc41e1b3f685875a00187c52b0b4f952e152385..9a8b5d4afe2aa3ed34ed3d1a10bae5db8e5bf28a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:31 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 08018c1b9b84ae4197b1b86644dddfb26454f5a5..9fcf94dc49eb673f729118f8d16ce5e8306b2d46 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "20 Aug 2011" "4.2.7p206" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "22 Aug 2011" "4.2.7p207" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bf4510ce5baf5ca0772717444927aacf033fa45b..e0915abcf10dfc595b401b08b344a0302d960386 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:31 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9781473150c2c02782fe03c666e7f235dca28e36..361cae619bc267bedb495446f4770d4aca05290c 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=206
+point=207
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 743e8814ff33a57765add3562d582715a2ce263d..4a9dcb65f02a966db0288f1340d41d352d7a5e19 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August 20, 2011 at 05:56:30 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 22, 2011 at 05:08:59 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 18c4cb0a12f22372b2286badada2120c6f2599a6..22cf3bd1d73b2f8515b17c68b82e3421ba8ea877 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "20 Aug 2011" "ntp (4.2.7p206)" "User Commands"
+.TH ntp-wait 1ntp-waitman "22 Aug 2011" "ntp (4.2.7p207)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 05:56:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:08:57 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -16,17 +16,18 @@ ntp-wait \- Wait for ntpd to stabilize the system clock
 All arguments must be options.
 .PP
 .SH DESCRIPTION
-.B will send at most
+.B 
+will send at most
 \fInum-tries\fR
 queries to
-.Xr ntpd 8
-(sleeping for
+.Xr ntpd 8 ,
+sleeping for
 \fIsecs-between-tries\fR
 after each status return that says
 .Xr ntpd 8
-has not yet produced a synchronized and stable system clock).
+has not yet produced a synchronized and stable system clock.
 .PP
-.B will
+.B 
 will do this quietly, unless the
 v
 flag is provided.
index c19587a5ebe0dc2e5a9941050583ebbb705e4b71..4feee37d395b074fb6b357f7bb90294319e4311b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 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  August 20, 2011 at 05:56:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:00 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
 All arguments must be options.
 .Pp
 .Sh DESCRIPTION
-.Nm will send at most
+.Nm
+will send at most
 .Ar num-tries
 queries to
-.Xr ntpd 8
-(sleeping for
+.Xr ntpd 8 ,
+sleeping for
 .Ar secs-between-tries
 after each status return that says
 .Xr ntpd 8
-has not yet produced a synchronized and stable system clock).
+has not yet produced a synchronized and stable system clock.
 .Pp
 .Nm
 will do this quietly, unless the
index f6eb59324522a979cb2305f9dd71d29c898be3a4..5ff480c33a98b1f5a1f11af8c3a09e27519d9eea 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.7p206 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p207 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 42077135fe91a9eabf60c0ad88d460e555f7666f..97261f98916cb10b804edae9fd62a0664c6569c8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "20 Aug 2011" "ntp (4.2.7p206)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "22 Aug 2011" "ntp (4.2.7p207)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 05:56:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:08:57 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -16,17 +16,18 @@ ntp-wait \- Wait for ntpd to stabilize the system clock
 All arguments must be options.
 .PP
 .SH DESCRIPTION
-.B will send at most
+.B 
+will send at most
 \fInum-tries\fR
 queries to
-.Xr ntpd 8
-(sleeping for
+.Xr ntpd 8 ,
+sleeping for
 \fIsecs-between-tries\fR
 after each status return that says
 .Xr ntpd 8
-has not yet produced a synchronized and stable system clock).
+has not yet produced a synchronized and stable system clock.
 .PP
-.B will
+.B 
 will do this quietly, unless the
 v
 flag is provided.
index 95db8ffc4d03cbffea0fa4cbf3c2a0d02fd9c160..ba031d13c6a86a3afa90f08ab4b595c7845afffa 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 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  August 20, 2011 at 05:56:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:00 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
 All arguments must be options.
 .Pp
 .Sh DESCRIPTION
-.Nm will send at most
+.Nm
+will send at most
 .Ar num-tries
 queries to
-.Xr ntpd 8
-(sleeping for
+.Xr ntpd 8 ,
+sleeping for
 .Ar secs-between-tries
 after each status return that says
 .Xr ntpd 8
-has not yet produced a synchronized and stable system clock).
+has not yet produced a synchronized and stable system clock.
 .Pp
 .Nm
 will do this quietly, unless the
index 1f750d9f25e7472d731e7083a7e2a3a65155f1c7..bfb44d6c017110aad68c4a8a155fe6ec1b793e0d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 05:47:21 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:06:32 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.7p206\n\
+"sntp 4.2.7p207\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.7p206\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index dceacbb61a03b988601da07e422db82d869ec30b..1631eec226932495a9ec75d9e80b85df1f412b29 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 05:47:21 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:06:32 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.7p206"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p206"
+#define SNTP_VERSION       "4.2.7p207"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 415447e230e4c8d61b683322f8433682f0437b9f..db5cb17c157ef922c6a5e3548eceb0812777312a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 20, 2011 at 06:03:29 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 22, 2011 at 05:12:33 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.7p206
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p207
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 6927af5b33ca4c9862a50eacb2945e56c1ad4f28..e5e934fb0c2f115a50a642a09e0bb77ba58214e9 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "20 Aug 2011" "4.2.7p206" "User Commands"
+.TH sntp 1sntpman "22 Aug 2011" "4.2.7p207" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:03:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:12:23 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8b8e904aac123bcc708a2be635889866d74f03bd..2a2c35975e7350673408f4cb673a94194f96af9f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:03:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:12:34 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0091a33268d43593c4cbaa6518f5635aef2f8270..42e6a8c80b40e2fe5efab84c99e70fb341c12181 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.7p206 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p207 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.7p206
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p207
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index d85fc1848b6055af108c8b6da34b9e24ef6fa450..dd758c3fc18019ce00532fddbdc6140a0501e661 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "20 Aug 2011" "4.2.7p206" "User Commands"
+.TH sntp @SNTP_MS@ "22 Aug 2011" "4.2.7p207" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:03:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:12:23 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8260a5860ea39ffc6fb862480cc5bb01b6959630..a9479b8fe8b0b43053c268b2f4729236b3aad898 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:03:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:12:34 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8ae6a7c5ff14a1f75a4d2a210235198d83574744..284498b1a3b20aeec0c9f03aa3cdbc54e8cc8a93 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 06:01:26 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:11:34 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.7p206\n\
+"ntp-keygen (ntp) 4.2.7p207\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\
@@ -778,7 +778,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.7p206\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p207\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 518412033bc928672eeef23789000a5be23298db..59934a8f1d3b0636ca41ffe7383e4731b8f1e9de 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 20, 2011 at 06:01:25 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 22, 2011 at 05:11:34 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p206"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p206"
+#define NTP_KEYGEN_VERSION       "4.2.7p207"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p207"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3a65693e5e1386a8e47b8a4c6527f63aabbabf56..4f01ae19704054129c34eccb5cf1a37d399c9565 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 20, 2011 at 06:02:19 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 22, 2011 at 05:12:01 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -49,7 +49,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.7p206
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p207
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index e6fef7f5fb4e95f977c66d514260c7f545a653eb..abdad4494ab545395ccb3a4161b7787fd07ce7dd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "20 Aug 2011" "ntp (4.2.7p206)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "22 Aug 2011" "ntp (4.2.7p207)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:47 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4542a25780702281c6768d723d6c9e8720204dcd..1050c5fe6d4d2d2f71f0fbcef50db1b1e09ec806 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 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  August 20, 2011 at 06:02:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:12:02 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d95504c108fdcc7fdf5db6329d7833745e9fbcda..a3992f49dd791eca6d854df1cf9195bb0e567be6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "20 Aug 2011" "ntp (4.2.7p206)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "22 Aug 2011" "ntp (4.2.7p207)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:47 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7a2dd0c635456896c5e166ab83ae56ca8d4de505..0b489a30df623989f0d8a2584c82c2422a3c886d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 20 2011
+.Dd August 22 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  August 20, 2011 at 06:02:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 22, 2011 at 05:12:02 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME