]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P210 NTP_4_2_7P210
authorHarlan Stenn <stenn@ntp.org>
Wed, 31 Aug 2011 04:15:36 +0000 (04:15 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 31 Aug 2011 04:15:36 +0000 (04:15 +0000)
bk: 4e5db568BktFtqoxt-6703MC0hrrGw

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 509a3c53001c1f611cece230d2105a53e5abd619..d00b188b797fd9ff6430cd5af02e4a73cbf37b01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p210) 2011/08/31 Released by Harlan Stenn <stenn@ntp.org>
 * Require -D4 or higher for ntpd SIGALRM debug trace from [Bug 2000].
 (4.2.7p209) 2011/08/27 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2000] ntpd worker threads must block signals expected in main
index dca3458a75293ab0661836c8dcab409d14610705..694c3c4d571480359d1204517f38f2d0cc7c0db0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:40:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:11:39 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.7p209\n\
+"ntpd 4.2.7p210\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.7p209\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index f6d39ad88968ec9a3effc919894060cd689e57f0..99d7ad73264fe63c4eeb5a1504cc76b6f8b9ccb0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:40:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:11:39 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.7p209"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p209"
+#define NTPD_VERSION       "4.2.7p210"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dcb98561538f2854ac26d345c9445f2d10d969e4..5b6c6b3799859a63aa3b7d42a0f34c3fe2a35c39 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 27, 2011 at 10:41:46 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 31, 2011 at 04:11:56 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.7p209
+ntpd - NTP daemon program - Ver. 4.2.7p210
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 73d0cbbb1f3cea4073ffa65f9b3a7e8e07b92b5d..bcd195f3bccdf4202c42b54b54a5e73670b7e41e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "27 Aug 2011" "4.2.7p209" "User Commands"
+.TH ntpd 1ntpdman "31 Aug 2011" "4.2.7p210" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:41:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:11:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2f4e08791c6214d07d1b030458d9f85a792cbe82..32ce9b5b647cf27c743edbc005aad5f1b9eb0334 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:41:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:11:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 53a6c2b11044e86e9bdd944e80aa11db5d875c44..744c04cd5e1087cb47affd71a610debe435e3e87 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "27 Aug 2011" "4.2.7p209" "User Commands"
+.TH ntpd @NTPD_MS@ "31 Aug 2011" "4.2.7p210" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:41:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:11:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e6e7e5e2273e2933c0d9ec367369bd6d7165400a..c6807ce815ebc03e8687be98ba0155b5a80dd40e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 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 27, 2011 at 10:41:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:11:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 643aed5d73aa7de0ebe2cbf0547a6047702383e4..1795f8397a06ccf156ad2b743edf0c7388024e02 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:41:53 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:12:02 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.7p209\n\
+"ntpdc 4.2.7p210\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.7p209\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e05c5a00e247659fb2ca64592ff0e56a6035b1da..732fb70040dfca34f8d2765299796fb47b29b8be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:41:53 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:12:02 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.7p209"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p209"
+#define NTPDC_VERSION       "4.2.7p210"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9567ddd8959d0cafaf490b78ae1666ce14e2fcc9..32c633867256dc867a5b99ba9c888be30e8c86bf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 27, 2011 at 10:43:11 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 31, 2011 at 04:13:11 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.7p209
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p210
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 7e22005e7870f83607268892780daf8d8a5bcfa3..f37b0f7da5d1cd144a81e478bd1a91282bb92371 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "27 Aug 2011" "4.2.7p209" "User Commands"
+.TH ntpdc 1ntpdcman "31 Aug 2011" "4.2.7p210" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:42:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:12:10 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 40886af53a9a1762750749389287e05dd34a45a2..a3c8fcac3d01c3b0c6464a21aa956e92c6697ed7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:43:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:13:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index aef1ee5d6e721c2df8a8369d3c96c2ceab3f6442..d17b9dab8760ecab75651022e71b06168e10c05e 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.7p209 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p210 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.7p209
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p210
 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 6cd15bc2ef381226cc432c3a9ac97b12635bfc1d..3e0dc2fd5b895831b0737ecbd44865d41e94f777 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "27 Aug 2011" "4.2.7p209" "User Commands"
+.TH ntpdc @NTPDC_MS@ "31 Aug 2011" "4.2.7p210" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:42:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:12:10 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 46e4def72afc478dd127d079a57e484b1bae768b..25fd8f1dde2d46a4c919cc36b207e8734cd7054d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 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 27, 2011 at 10:43:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:13:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5b6c9e53ed3362c26087c56e8aac3430ab0fa2b0..5763e93817662da4dfcb635cfac163e92bbe4d59 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:43:16 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:13:15 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.7p209\n\
+"ntpq 4.2.7p210\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.7p209\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0fb2e7c46fb6a5a0643c53123a787f2307caa563..53136b1ca64eb22b53f3b325675ed8ab87cd2131 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:43:15 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:13:15 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.7p209"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p209"
+#define NTPQ_VERSION       "4.2.7p210"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 139db09e485a3c9a26dd8c47b8a74c35a56eb236..faa536952a03c3a6138d2d2a6a8bc07cd09c9a80 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 27, 2011 at 10:43:58 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 31, 2011 at 04:13:46 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.7p209
+ntpq - standard NTP query program - Ver. 4.2.7p210
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 5c42c4f484e5cfda9c18eb7f6f90194a44bc16c1..3f351a9d7033890d65e7b910d55071a0a6c1f904 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "27 Aug 2011" "4.2.7p209" "User Commands"
+.TH ntpq 1ntpqman "31 Aug 2011" "4.2.7p210" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:43:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:13:35 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f54da4575e13445c78f35756fe0e87a9688a4c84..6605f861d8f0727854439ad2b81d1b7fb04e8576 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:43:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:13:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7e9af2badab5a49320096834a753c8c954dc0c31..0f2e9f9cda556cecfcfc86ce8db497c672230499 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "27 Aug 2011" "4.2.7p209" "User Commands"
+.TH ntpq @NTPQ_MS@ "31 Aug 2011" "4.2.7p210" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:43:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:13:35 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 65909cc0bf6704d9bd28a7fb2b5450339765bcf1..aae4ead96b3c8f2038f5311c0e99d9aa66cd27c3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 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 27, 2011 at 10:43:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:13:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ad3f346798dc88c07221e33bfa4b1201eea19a5e..1539ce1ff01c1181a369a61f550dbe8ab26a678a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:44:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:13:49 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.7p209\n\
+"ntpsnmpd 4.2.7p210\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.7p209\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 575ca0e29b64fdaaf0ff6b97825f6a989bfa25e8..c35cf1ba52db075fb9030bc7db0c14ac692faa1c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:44:02 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:13:48 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.7p209"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p209"
+#define NTPSNMPD_VERSION       "4.2.7p210"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 49f1d830f61bf4b5363025b4e5b5012be9c3ff82..df24edd57655a540a0d1d953477cd431661ef887 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 27, 2011 at 10:44:32 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 31, 2011 at 04:14:06 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.7p209
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p210
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index df379dbeb022321d7a171c6ca6d206ff48bab5c5..ba9433ef9e6dd658cad18aaf822897a28dcb9f7a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "27 Aug 2011" "4.2.7p209" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "31 Aug 2011" "4.2.7p210" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:13:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e4d7a0a842dcfa76ca6d39179deeb7f4759c2f01..a0607de59073950676448af320d889387b8da086 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:14:07 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1f3c661a00ca9cc0a43d8c957c5a8064045ffd5c..60df50dfebaf8c715fba89c2fdeb3369e6af23ff 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "27 Aug 2011" "4.2.7p209" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "31 Aug 2011" "4.2.7p210" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:13:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b65e84a36162500fd7734cc8b2d7b5c600b71c4c..3689d9d4a37308f336db2fece492cab58459d5ed 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 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 27, 2011 at 10:44:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:14:07 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 35db12e287ba16f9853112642c158abde59e4b32..9bbe73b44949c9fc5c2360dec4829e7b3866f48a 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=209
+point=210
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 7e54093e73e719de0d768a4b041919e9c6eab3d3..110cb3ac110045b3b762d51b64a474aaf65f7cad 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August 27, 2011 at 10:40:19 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 31, 2011 at 04:11:38 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5e8dbc141d4a1b9b049c178c760e9855fd7e7b6e..17a9f84018d64e41e11d97fc14e0c872ee1e362f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "27 Aug 2011" "ntp (4.2.7p209)" "User Commands"
+.TH ntp-wait 1ntp-waitman "31 Aug 2011" "ntp (4.2.7p210)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:40:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:11:35 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d8b8716d7bb2fbb361a675ddf999e7d771bc8cb3..03d92731797234514484fd2840c9222906ea9956 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 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 27, 2011 at 10:40:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:11:38 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 01efd9b2c364d67e4be956674139fc69146353cf..cac98ea4b37ec2d782edaf4d2601cd0ad57c60ed 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.7p209 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p210 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index ae13e1b07b18ff61b35de8f43a2a875a1166f995..37ed8f7a10e868c9b4ff142f8cdc5952f4fb4eae 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "27 Aug 2011" "ntp (4.2.7p209)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "31 Aug 2011" "ntp (4.2.7p210)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:40:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:11:35 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dead9b9302d639451d692cee376727dd42546c22..81c4d87dbc60f42f80ac2bfbee79c84bd639f167 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 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 27, 2011 at 10:40:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:11:38 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7946d777d03717514a87fe1b90c3b3dcaf2e55df..9fd55759401d838b77e821ead2a48aada86fe291 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:36:20 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:09:21 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.7p209\n\
+"sntp 4.2.7p210\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.7p209\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index f6e0184c3fcf3726b5adb3f43f2f433b2cbea027..fe89b4f346445728533c928f03e2bd85765a31f6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:36:19 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:09:21 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.7p209"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p209"
+#define SNTP_VERSION       "4.2.7p210"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 56534836271d0073cdadf704f0dcea3df3aa43ac..eb9a6c60964050136a075de59036e4096fb2b157 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 27, 2011 at 10:45:54 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 31, 2011 at 04:15:06 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.7p209
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p210
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 9208edfad67c77487d8ff58b422c71a180224dd8..6cbe6f2ac76b5c4ad588645fa657c75e84397689 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "27 Aug 2011" "4.2.7p209" "User Commands"
+.TH sntp 1sntpman "31 Aug 2011" "4.2.7p210" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:45:42 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:14:56 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 06a70830dca846e499c1cdc14cdb9a9b26cbc4fd..fcf62faca33a55ca54deea679f67842999821b08 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:45:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:15:07 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7168b70954b8e041867d049b21ba4d9d3dcea476..b0101fcdd35b5cbdc7a5101dd98557828c549460 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.7p209 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p210 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.7p209
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p210
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b9b8b3b294f7f51604af2e37c11e96421d7f445f..bb61b273b38bf965959e60c995c9df38f9d9a0cf 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "27 Aug 2011" "4.2.7p209" "User Commands"
+.TH sntp @SNTP_MS@ "31 Aug 2011" "4.2.7p210" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:45:42 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:14:56 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index efd232e5e2e9dc5d2afab5dcbba8f8e7b229d24f..80af6bc179188ac2438f35add0878134f3a3aeaf 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 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 27, 2011 at 10:45:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:15:07 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c0cdb0ec790b5d62e61a78112960d10b4ea92151..09ee6d60a7ccdc9ffbfeef3a54b4f1bd91b42413 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:44:39 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:14:09 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.7p209\n\
+"ntp-keygen (ntp) 4.2.7p210\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.7p209\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p210\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7a65604761145d4754cbcf47682b39ecd1001299..3ab14346fd726e231d41caa66edd2153c70189e7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 27, 2011 at 10:44:38 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 31, 2011 at 04:14:09 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.7p209"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p209"
+#define NTP_KEYGEN_VERSION       "4.2.7p210"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p210"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f7f8988dbdc1dc283e4f34a8b46b9b7ec366a6bf..06cf161a7241940a5e36a89d74e5f368236652ac 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 27, 2011 at 10:45:13 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 31, 2011 at 04:14:36 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.7p209
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p210
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index e8723b4508e1f5bbe90cfc09971440d011a4e507..7169428b054f353453807ae6dc9ecb26beeb764d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "27 Aug 2011" "ntp (4.2.7p209)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "31 Aug 2011" "ntp (4.2.7p210)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:14:22 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 73ae0ec70a64162fd576a7f1d4d1b927eb697c8f..f0a630a7d683cbc6e3a8312d48b31ab110a8eee4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 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 27, 2011 at 10:45:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:14:38 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 67b3938a23aa746569afeb305952ba5ca55d7959..39c3745ba9cbbee1297313967c67f9845f18d39b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "27 Aug 2011" "ntp (4.2.7p209)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "31 Aug 2011" "ntp (4.2.7p210)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:14:22 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 47beba44d9031d8a6f81beeaa89c18920cf70989..81d8b072ae21eb0e3d0fd10daf697a0ec706d857 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 27 2011
+.Dd August 31 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 27, 2011 at 10:45:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 31, 2011 at 04:14:38 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME