]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P209 NTP_4_2_7P209
authorHarlan Stenn <stenn@ntp.org>
Sat, 27 Aug 2011 10:47:44 +0000 (10:47 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 27 Aug 2011 10:47:44 +0000 (10:47 +0000)
bk: 4e58cb50xRIvzlaKhrG-9hjxsQK-9g

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 eb26da86c954e7b9aefc20bf9b4ad1cd40ecc012..8e964e357f9f54ee68f616047a170480c4a39b6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p209) 2011/08/27 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2000] ntpd worker threads must block signals expected in main
   thread.
 * [Bug 2001] add ntpq -c timerstats like ntpdc -c timerstats.
index a83dee7f0a865fb4df1b5490968dc9413734ea11..dca3458a75293ab0661836c8dcab409d14610705 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 08:56:26 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:40:59 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.7p208\n\
+"ntpd 4.2.7p209\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.7p208\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 88bc10a7ae9d71c37b44651c5cdb9349f91fadc3..f6d39ad88968ec9a3effc919894060cd689e57f0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 08:56:25 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:40:59 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.7p208"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p208"
+#define NTPD_VERSION       "4.2.7p209"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a1c355a6d8f1ea997632ed6a4a1cd3f8c4590cf0..dcb98561538f2854ac26d345c9445f2d10d969e4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 24, 2011 at 08:57:04 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 27, 2011 at 10:41:46 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.7p208
+ntpd - NTP daemon program - Ver. 4.2.7p209
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 9a9caa65886f7651a06d4ae72727efc09481201b..73d0cbbb1f3cea4073ffa65f9b3a7e8e07b92b5d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "24 Aug 2011" "4.2.7p208" "User Commands"
+.TH ntpd 1ntpdman "27 Aug 2011" "4.2.7p209" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:56:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:41:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b7d4aac95203352e401c65119aa791ee68897008..2f4e08791c6214d07d1b030458d9f85a792cbe82 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:57:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:41:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 96d58e00915cc4f91ab8817043dc48698c56df49..53a6c2b11044e86e9bdd944e80aa11db5d875c44 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "24 Aug 2011" "4.2.7p208" "User Commands"
+.TH ntpd @NTPD_MS@ "27 Aug 2011" "4.2.7p209" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:56:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:41:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 755ae3a1f21605abdc137f2b22bd68c08114ea04..e6e7e5e2273e2933c0d9ec367369bd6d7165400a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 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 24, 2011 at 08:57:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:41:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ef10a6d4f15f08702e179ce540666030c8d42ef6..643aed5d73aa7de0ebe2cbf0547a6047702383e4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 08:57:17 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:41:53 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.7p208\n\
+"ntpdc 4.2.7p209\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.7p208\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 900842718ec1c2f9f9bffcbb0a52b368590f6d28..e05c5a00e247659fb2ca64592ff0e56a6035b1da 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 08:57:16 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:41:53 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.7p208"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p208"
+#define NTPDC_VERSION       "4.2.7p209"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 978f02f6f1bb22078cb3f7441558ee6a8f578e14..9567ddd8959d0cafaf490b78ae1666ce14e2fcc9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 24, 2011 at 08:58:43 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 27, 2011 at 10:43: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.7p208
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p209
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index bfcb1ef340b2d9d5a903fd08f313be4081513a43..7e22005e7870f83607268892780daf8d8a5bcfa3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "24 Aug 2011" "4.2.7p208" "User Commands"
+.TH ntpdc 1ntpdcman "27 Aug 2011" "4.2.7p209" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:57:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:42:05 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9c42e33f8117bf244e21815018029427455ac1f5..40886af53a9a1762750749389287e05dd34a45a2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:58:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:43:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9a6847a243930038d86e41e8f3285195b728bd10..aef1ee5d6e721c2df8a8369d3c96c2ceab3f6442 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.7p208 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p209 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.7p208
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p209
 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 9740c9876fc341e072822242e1482ac1e5d4515b..6cd15bc2ef381226cc432c3a9ac97b12635bfc1d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "24 Aug 2011" "4.2.7p208" "User Commands"
+.TH ntpdc @NTPDC_MS@ "27 Aug 2011" "4.2.7p209" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:57:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:42:05 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index eae7a796b4decc46674a6d2f0daf8e5400b4f83a..46e4def72afc478dd127d079a57e484b1bae768b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 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 24, 2011 at 08:58:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:43:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ca50c0e39988e1d748780b9eff0ae643feb8b6d1..5b6c9e53ed3362c26087c56e8aac3430ab0fa2b0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 08:58:49 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:43:16 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.7p208\n\
+"ntpq 4.2.7p209\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.7p208\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 860e9f7194a7f66d5dc4e2005e285c177e8d8c3e..0fb2e7c46fb6a5a0643c53123a787f2307caa563 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 08:58:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:43: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.7p208"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p208"
+#define NTPQ_VERSION       "4.2.7p209"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5c865480628accdc604d146ee4114925e5d8995a..139db09e485a3c9a26dd8c47b8a74c35a56eb236 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 24, 2011 at 08:59:36 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 27, 2011 at 10:43:58 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.7p208
+ntpq - standard NTP query program - Ver. 4.2.7p209
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index a1e1949b75f7fcc31f1c4dd10ea85abb90eb89ae..5c42c4f484e5cfda9c18eb7f6f90194a44bc16c1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "24 Aug 2011" "4.2.7p208" "User Commands"
+.TH ntpq 1ntpqman "27 Aug 2011" "4.2.7p209" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:43:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 079dad68e1546b642f25a49f706a1284f2db354c..f54da4575e13445c78f35756fe0e87a9688a4c84 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:43:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b79ffb3561a91d818bd1d4b0ac9bd6d0db4e01a1..7e9af2badab5a49320096834a753c8c954dc0c31 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "24 Aug 2011" "4.2.7p208" "User Commands"
+.TH ntpq @NTPQ_MS@ "27 Aug 2011" "4.2.7p209" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:43:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d50b80f4c94f21cb3562e34e7b7190ac64dffaeb..65909cc0bf6704d9bd28a7fb2b5450339765bcf1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 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 24, 2011 at 08:59:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:43:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4c7f27b94333e3d92473d1b8bc4e56e21af2b0ea..ad3f346798dc88c07221e33bfa4b1201eea19a5e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 08:59:40 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:44:03 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.7p208\n\
+"ntpsnmpd 4.2.7p209\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.7p208\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5d3c8c2959591d0cd2986c684f821d836da44299..575ca0e29b64fdaaf0ff6b97825f6a989bfa25e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 08:59:39 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:44:02 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.7p208"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p208"
+#define NTPSNMPD_VERSION       "4.2.7p209"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 97ecd048da83701790fbcb5d1722be4d990c66b5..49f1d830f61bf4b5363025b4e5b5012be9c3ff82 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 24, 2011 at 09:00:06 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 27, 2011 at 10:44:32 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.7p208
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p209
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 932c71a7720cac915d47281793598dd109d99566..df379dbeb022321d7a171c6ca6d206ff48bab5c5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "24 Aug 2011" "4.2.7p208" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "27 Aug 2011" "4.2.7p209" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e04df98edac1234c7c7db9fc8e8421fd84a3a6df..e4d7a0a842dcfa76ca6d39179deeb7f4759c2f01 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 09:00:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 09c8464b06e5fcc4a974885d67db1d41fcef43bb..1f3c661a00ca9cc0a43d8c957c5a8064045ffd5c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "24 Aug 2011" "4.2.7p208" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "27 Aug 2011" "4.2.7p209" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 13a9eed336a558d28d9dac3e08894698b6b702b3..b65e84a36162500fd7734cc8b2d7b5c600b71c4c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 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 24, 2011 at 09:00:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 33fac9387c9f53042a782ff80e856e2d90ac216f..35db12e287ba16f9853112642c158abde59e4b32 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=208
+point=209
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 8a65eaa7270607608c6e252f7e149cb27efcb889..7e54093e73e719de0d768a4b041919e9c6eab3d3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August 24, 2011 at 08:56:21 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 27, 2011 at 10:40:19 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9214867107cb256bf6b1b516714f33af66c288d6..5e8dbc141d4a1b9b049c178c760e9855fd7e7b6e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "24 Aug 2011" "ntp (4.2.7p208)" "User Commands"
+.TH ntp-wait 1ntp-waitman "27 Aug 2011" "ntp (4.2.7p209)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:56:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:40:12 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 27caf0e4787ac37c0b09ab510f7571a959848ee9..d8b8716d7bb2fbb361a675ddf999e7d771bc8cb3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 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 24, 2011 at 08:56:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:40:22 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5a5d7899a4bfc13bd8bf8015d532c546d273c1da..01efd9b2c364d67e4be956674139fc69146353cf 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.7p208 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p209 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 532793e7f1cabd83926b69767b680152500479d9..ae13e1b07b18ff61b35de8f43a2a875a1166f995 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "24 Aug 2011" "ntp (4.2.7p208)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "27 Aug 2011" "ntp (4.2.7p209)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 08:56:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:40:12 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5ba9d09f7850dee6b09dc01d0e9665577ce77e0b..dead9b9302d639451d692cee376727dd42546c22 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 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 24, 2011 at 08:56:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:40:22 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9032cfada91ecdf3cf3b726df60000f39ef30263..7946d777d03717514a87fe1b90c3b3dcaf2e55df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 09:01:00 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:36:20 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.7p208\n\
+"sntp 4.2.7p209\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.7p208\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index b5704a7b7f94b00c39e1aa0a12a8ef06aad3c0a1..f6e0184c3fcf3726b5adb3f43f2f433b2cbea027 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 09:00:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:36:19 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.7p208"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p208"
+#define SNTP_VERSION       "4.2.7p209"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 443ae981fba8f388a0a2e65ffce021ac59952885..56534836271d0073cdadf704f0dcea3df3aa43ac 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 24, 2011 at 09:01:50 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 27, 2011 at 10:45:54 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.7p208
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p209
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 1e86dd5f8091a2bb1d5b5e96ad1960f3d86b6d85..9208edfad67c77487d8ff58b422c71a180224dd8 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "24 Aug 2011" "4.2.7p208" "User Commands"
+.TH sntp 1sntpman "27 Aug 2011" "4.2.7p209" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 09:01:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:45:42 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ecb52f10f1db579e58a566d4b7fd9fa3b306a4f5..06a70830dca846e499c1cdc14cdb9a9b26cbc4fd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 09:01:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:45:56 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bbca4d86304dc1351235bf7a458de32c67d10518..7168b70954b8e041867d049b21ba4d9d3dcea476 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.7p208 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p209 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.7p208
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p209
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 77dd78b39427339007998017962bd3f8c56cc316..b9b8b3b294f7f51604af2e37c11e96421d7f445f 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "24 Aug 2011" "4.2.7p208" "User Commands"
+.TH sntp @SNTP_MS@ "27 Aug 2011" "4.2.7p209" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 09:01:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:45:42 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 86d5d6012e6266113db082b7d67bb208708bb930..efd232e5e2e9dc5d2afab5dcbba8f8e7b229d24f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 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 24, 2011 at 09:01:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:45:56 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d41640fb59e79ea07aa1b11e8251dc68e125fce8..c0cdb0ec790b5d62e61a78112960d10b4ea92151 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 09:00:12 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:44:39 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.7p208\n\
+"ntp-keygen (ntp) 4.2.7p209\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.7p208\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p209\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ea1c43755fe841513f47754ba566ccf2f6f15d6c..7a65604761145d4754cbcf47682b39ecd1001299 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 24, 2011 at 09:00:11 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 27, 2011 at 10:44:38 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.7p208"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p208"
+#define NTP_KEYGEN_VERSION       "4.2.7p209"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p209"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 734dcd2efcae6d9864e6b89ea09247ce7e113c34..f7f8988dbdc1dc283e4f34a8b46b9b7ec366a6bf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 24, 2011 at 09:00:55 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 27, 2011 at 10:45:13 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.7p208
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p209
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 19513c87690fcfe442e8c8eb0a7cfdb9089cf286..e8723b4508e1f5bbe90cfc09971440d011a4e507 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "24 Aug 2011" "ntp (4.2.7p208)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "27 Aug 2011" "ntp (4.2.7p209)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 09:00:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:55 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index efe6ecdd9816b3e4b55310acfcf84c1c3627d186..73ae0ec70a64162fd576a7f1d4d1b927eb697c8f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 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 24, 2011 at 09:00:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:45:14 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7c7410aca30fb2d9a13b85241a5fcb4cfbcbf87b..67b3938a23aa746569afeb305952ba5ca55d7959 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "24 Aug 2011" "ntp (4.2.7p208)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "27 Aug 2011" "ntp (4.2.7p209)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 24, 2011 at 09:00:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:44:55 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index eedf0975c0c6c496d46b7b66fe84f4bcdfc37f33..47beba44d9031d8a6f81beeaa89c18920cf70989 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 24 2011
+.Dd August 27 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 24, 2011 at 09:00:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 27, 2011 at 10:45:14 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME