]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P205 NTP_4_2_7P205
authorHarlan Stenn <stenn@ntp.org>
Fri, 19 Aug 2011 07:46:19 +0000 (07:46 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 19 Aug 2011 07:46:19 +0000 (07:46 +0000)
bk: 4e4e14cbYJvig3E779_TcViyNVBrNA

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 949bfab791a969df9fbd2cb1099f4f5746dc08cb..086870ee0a015b7b6b091734886610e4c743a247 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p205) 2011/08/19 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1992] util/tg2 doesn't compile, needs libntp.
 (4.2.7p204) 2011/08/16 Released by Harlan Stenn <stenn@ntp.org>
 * Added support for Garmin's $PGRMF sentence to NMEA driver
index 591fd0768e60aa135aa3e76c5231b2cc681860d9..ca2f29d891d6d2578b0471805534c38399a3af5b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 11:00:10 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:40:24 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.7p204\n\
+"ntpd 4.2.7p205\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.7p204\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p205\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index f0758d9a851daf9dcbf417d6f19b977d39b1cdbb..ee7f75fc108f45744cd1ff14278e69028de13a05 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 11:00:09 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:40:23 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.7p204"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p204"
+#define NTPD_VERSION       "4.2.7p205"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a5a46d5fea7d4fa91085ff46f6840f519306af3b..2c41dc13294242135f08b28d5efa196c8f178e42 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2011 at 11:02:23 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 19, 2011 at 07:41:01 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.7p204
+ntpd - NTP daemon program - Ver. 4.2.7p205
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index a19527c37e8ee8e4f50d517dcfd5b05d4aeeb05c..bfa121802fe34f764fdb2dbfda6c34d893a04517 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "16 Aug 2011" "4.2.7p204" "User Commands"
+.TH ntpd 1ntpdman "19 Aug 2011" "4.2.7p205" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:02:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:40:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 18e074c3fc0af134f513982e8925849ad279b7fd..7d1a16b138395823557b439799fd08a1be8c632e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:02:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:41:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2fd357a57a013e60642631ab4f7c94344e06d7fd..b746a8cd6ed95948dcff1295dd1762920fb6e4dc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
+.TH ntpd @NTPD_MS@ "19 Aug 2011" "4.2.7p205" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:02:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:40:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 915030c931363c05cd94586195dea1d04fd07114..d471600351d2ff662cef06b1db16f6d84decb9e3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 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 16, 2011 at 11:02:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:41:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c9273e86f7ec52822872df7c8c87ff1601de16c0..6b919ab67d75d0cd415faf56c2f7db7a7fdb10b6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 11:03:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:41:13 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.7p204\n\
+"ntpdc 4.2.7p205\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.7p204\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p205\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0f4da86eae25ce43a15e448fe768036d18a79372..92f267f5c37ed80f1aa404775f2469496b2588c9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 11:03:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:41:12 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.7p204"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p204"
+#define NTPDC_VERSION       "4.2.7p205"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 188121fb707896a997c9ce20c0379fd0c74438ae..4688f444d685cb2225c31b5f863a860d645fdc2a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2011 at 11:04:48 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 19, 2011 at 07:42:39 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.7p204
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p205
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index fc671a1fd5423d1bd39786fead7bf656b845e30c..07d2b61c31c1c5d6ba31a1343aa98081c63477d3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "16 Aug 2011" "4.2.7p204" "User Commands"
+.TH ntpdc 1ntpdcman "19 Aug 2011" "4.2.7p205" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:03:42 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:41:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2a1cb79ae7c1d2917a05df32d3170a10a837205c..175f2e98c3876656c0686597b91799cf3772f35c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:04:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:42:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d8e72c5a99f30d3aa580cedf722cee8c9dbeb316..9fba5c804ce202052e8e9c619f268687f8e73706 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.7p204 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p205 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.7p204
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p205
 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 a6e6dc7be576f9cb031e076ab488b44bba52be57..24ad04c9e4da7fc77385cb8c89a2e5fc7626481f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
+.TH ntpdc @NTPDC_MS@ "19 Aug 2011" "4.2.7p205" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:03:42 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:41:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 019d0c459b198f52ef09ed90ef326357f5200230..6c09712c69ed6c902bb8703ee885b6d2a88c0c89 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 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 16, 2011 at 11:04:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:42:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e993fc2301a1737186dec2441be66c5b9fb76513..08a1cabf06b5d80b2c602d61daf3ba6da5f84bbd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 11:04:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:42:44 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.7p204\n\
+"ntpq 4.2.7p205\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.7p204\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p205\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a0a5014965ae138bf978d9f6f55b8f2812e72c2d..cec9ea0813d3de86d40c551a97f81efb946fcb52 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 11:04:56 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:42:43 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.7p204"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p204"
+#define NTPQ_VERSION       "4.2.7p205"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a88f5bb8e2eb976a5988139ddff4a9c8ebd5b72f..e9e47a33a805a107c84eda4bb2d7bafde2e0139d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2011 at 11:06:11 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 19, 2011 at 07:43:31 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.7p204
+ntpq - standard NTP query program - Ver. 4.2.7p205
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3f1d32334a22fd715c5874d1bb62143606e145db..0f7a69392d22636a5b5cb4700887cdfbca2714f3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "16 Aug 2011" "4.2.7p204" "User Commands"
+.TH ntpq 1ntpqman "19 Aug 2011" "4.2.7p205" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:05:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 306ed3b805480970238af5e8336446f9b75527c9..72f3800345ec2a923a402abd06c531f66b5deace 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a81b5bc27fdffc86948e85886506df09f1172d84..5add41a89e9309b77ff2f789c7c2713b887e7db7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
+.TH ntpq @NTPQ_MS@ "19 Aug 2011" "4.2.7p205" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:05:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 70d35a53048f03fe3810b19abb513f9a6e65790b..3b3c3857a767ba77a731aa2f97cd05348d7770df 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 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 16, 2011 at 11:06:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5bbc309e14097bf73bc42365ac0bcdc11910f329..dbaab22c32470aa36cbe19c1f88c8ba3a8e59da5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 11:06:15 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:43:35 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.7p204\n\
+"ntpsnmpd 4.2.7p205\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.7p204\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p205\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 874a35675df3377d10624d19cbd89371f336b603..1011d161aebcc5e2d4c7c73b5088718636f8fd99 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 11:06:14 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:43:35 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.7p204"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p204"
+#define NTPSNMPD_VERSION       "4.2.7p205"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0cb9640ae019c90445b200b388bcd61ed3e54946..d90872b8d7ce73248d2daa7b5f171dab80b6b991 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2011 at 11:06:56 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 19, 2011 at 07:44:01 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.7p204
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p205
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 1b3aaf16ada989f944a877c6055795860f1f03f3..1c0477bef59915b2851d1193f83198c78c310edc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "16 Aug 2011" "4.2.7p204" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "19 Aug 2011" "4.2.7p205" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ef1c0ebea8d2548a5277cc97a90bf09500a884b5..a5f631679bdfa0fab0abddfef1a627f2d9cd2101 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:44:02 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f536f357376123d5cc23ddefc7ab221542d2476b..cf86ab48dd6191116bf5085ede56b866ba3807b3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "19 Aug 2011" "4.2.7p205" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b565f0dd1f9cae56c8e495ed82eae2dcbea179d8..a9783bb5b25e29deaa4e3a1b8a0d4502103b441a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 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 16, 2011 at 11:06:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:44:02 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index be3b22d93d409aa874848b32a74585b3b7d66e52..809ecbd2f932f22a5262b5289818d4a7435acdd8 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=204
+point=205
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index ae040ec75c23ac5082521fa7c334815287b29050..1fd54fbdcacb38c9a2974125f63f556d0e416a74 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2011 at 10:58:28 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 19, 2011 at 07:40:19 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 37b94d0d9ddbe7b956f097adc93bb71a71d3f4c7..d8452452143f80ee71c5a5ea22e9d064be07450d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "16 Aug 2011" "ntp (4.2.7p204)" "User Commands"
+.TH ntp-wait 1ntp-waitman "19 Aug 2011" "ntp (4.2.7p205)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 10:58:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:40:10 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 40eda281eca0e71e1648df11a9e690464a368d6b..04eb89867bd11f5528f27c20399ea3b80ddf1467 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 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 16, 2011 at 10:59:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:40:21 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a40c045a097839369e12f0a77b13e5f7504c8050..9a4e3fab90506092e330baf0490df4363af17fc9 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.7p204 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p205 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 2807bfaad40aa32a9f4f89e1fb522b44bde369dc..36dad87b47c3cf45c3c6f40aaa4970e7e5e5ea1f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "16 Aug 2011" "ntp (4.2.7p204)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "19 Aug 2011" "ntp (4.2.7p205)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 10:58:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:40:10 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ec7f8624d20249c86378e4f04d47f2ba64571e12..bd3857c892332b8fe1856786e2259257766db137 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 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 16, 2011 at 10:59:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:40:21 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 495bc0c5749dba519e5ea3ea12eb037caf620060..c464ff38ef31c1a6c7cda419b881d839d6c8f262 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 10:53:55 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:34:07 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.7p204\n\
+"sntp 4.2.7p205\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[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p204\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p205\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index d746500d0b42b7d840721385a17d4b05c0e9e511..6639a1b01b4e2cf759415137dc3533589440a16d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 10:53:55 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:34:06 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.7p204"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p204"
+#define SNTP_VERSION       "4.2.7p205"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9f103a105660bbbc8212cd38897f5dcbf8551c28..a6db99e02841af35607551762c4bc3343eedb913 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2011 at 11:09:34 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 19, 2011 at 07:45:32 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p204
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p205
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 6ce9a4744d8b7b8a7d762d8a663e104fc2e703bb..2b54ecb5075789659bbafdf8f0c669795e89e45a 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "16 Aug 2011" "4.2.7p204" "User Commands"
+.TH sntp 1sntpman "19 Aug 2011" "4.2.7p205" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:09:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:45:15 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2c8a6be2fa46fe145e409cd0bf2a689f7f4032dc..7667575995106345c0349c5ea442bb068a4863ec 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:09:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:45:34 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index da81363bf235affa62934a08da3c5b37593e5357..c07836f82e1745bc156a6d7a0cb29f6afad37b5b 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.7p204 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p205 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -150,7 +150,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 program - Ver. 4.2.7p204
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p205
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 0787d5c97de44e566fcc1eb308d6b89e32e71c79..e5a62751c6165f1b2ca3dade3ba0916f0bab3e8e 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
+.TH sntp @SNTP_MS@ "19 Aug 2011" "4.2.7p205" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:09:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:45:15 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9874b887c16f91b5f0ec2403c504f793a06f211a..fe3778ee015342cee5b7f8d47a72d1929aa863c3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 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 16, 2011 at 11:09:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:45:34 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e31bec147b06aebc716997dad95dbfc6c3c497c6..4ee4a50d57f6ccf8719695910c4732ade63954cc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 11:07:05 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:44:06 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.7p204\n\
+"ntp-keygen (ntp) 4.2.7p205\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.7p204\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p205\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9c0b27de42ae24611c25f228635a19fc2f122b67..154b8030befc2665cba288548f7f9ac7575862bf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 16, 2011 at 11:07:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 19, 2011 at 07:44:05 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.7p204"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p204"
+#define NTP_KEYGEN_VERSION       "4.2.7p205"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p205"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0b96da820ab2dcd303e37cffae779e4b3cc14e4e..7ee53b19a2ed2554b71bee1eb6a929ac1a17ce49 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 16, 2011 at 11:08:18 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 19, 2011 at 07:44:47 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.7p204
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p205
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 6e9797ba3a823de2fb14e1a59250a688501f816d..751ccd655a8848edb8edf883d31866c167449fc0 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "16 Aug 2011" "ntp (4.2.7p204)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "19 Aug 2011" "ntp (4.2.7p205)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:07:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:44:24 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cd56ec9b50eaaf164cc3cb7fdce621c8bf77fa23..df23181bcb2ea06d1668a65e3b171ae737e73927 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 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 16, 2011 at 11:08:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:44:48 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2b4f2e252763f376a49d2040520f1f435034ecdd..470cc84e08400eac3f3b83cd4e8fa1b9dbf01cb8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "16 Aug 2011" "ntp (4.2.7p204)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "19 Aug 2011" "ntp (4.2.7p205)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 16, 2011 at 11:07:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:44:24 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e1f0c4158a76f4adab595b152b3ed8c5e823b56b..a96219297886eb38ff664fd495dd3d7eeca713c1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 16 2011
+.Dd August 19 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 16, 2011 at 11:08:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 19, 2011 at 07:44:48 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME