]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P200 NTP_4_2_7P200
authorHarlan Stenn <stenn@ntp.org>
Thu, 4 Aug 2011 11:56:24 +0000 (11:56 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 4 Aug 2011 11:56:24 +0000 (11:56 +0000)
bk: 4e3a88e8Pv8Eg_cRxNE9x41DgMZvRQ

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 e2ba8ed2fc3ec97abb30b44979b2ffb1c8557389..f6840ca6025fcf403ee711d77d89af7b16c64240 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p200) 2011/08/04 Released by Harlan Stenn <stenn@ntp.org>
 (4.2.7p199) 2011/07/29 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
 (4.2.7p198) 2011/07/28 Released by Harlan Stenn <stenn@ntp.org>
index 62dd7a90b0d98b5cd8e2eedf9288c4cd22496aa6..4cde148be97d630cc290f09c05742e01a7cffa50 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 11:00:18 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:46:46 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.7p199\n\
+"ntpd 4.2.7p200\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.7p199\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 8338de1fea23d0d648db06619808f4e973ebf6f9..522c2e94c5cc2331db4a65f65757371d69b20550 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 11:00:17 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:46:45 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.7p199"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p199"
+#define NTPD_VERSION       "4.2.7p200"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 86ee6ebdf379fee2c054f263c21a1325ba984849..ce6411b1f6d1833c3d71ec7d417788ba767d17b7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 29, 2011 at 11:01:35 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  4, 2011 at 11:48:04 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.7p199
+ntpd - NTP daemon program - Ver. 4.2.7p200
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 56fd7557fdb04f158486050f9f89607b32ffc35c..dd1326415e13040d0489a770a76b43d276b3b631 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "29 Jul 2011" "4.2.7p199" "User Commands"
+.TH ntpd 1ntpdman "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:01:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:47:36 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0c22de79dfd6f4d46b83435dcb5c4087ac18f7fa..9118b59ab635b5e02136e61a761deca528a1f9db 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:01:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:48:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bea696df88426a9d7d9ebddeb37e8d2d994fca39..9e85ecad0ae976472073429732ec63b276efbdea 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "29 Jul 2011" "4.2.7p199" "User Commands"
+.TH ntpd @NTPD_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:01:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:47:36 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0ac5e395242365287af38c819bf476a0407ddb9a..29f9817852730bb465b43a8ae2b38fe1e344130f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:01:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:48:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5a052ad692382be8be2940ee531dbcfdb65701fc..1f0b9a37b08734fdcdfb6492a367dcdadc3067fc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 11:01:56 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:48:27 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[334] =
-"ntpdc 4.2.7p199\n\
+"ntpdc 4.2.7p200\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.7p199\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index d4b12b266eff63eef2b2590494c58c7747aac568..a481b4526f12e7ca286ed6dac30c69267e72c8ab 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 11:01:55 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:48:26 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.7p199"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p199"
+#define NTPDC_VERSION       "4.2.7p200"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2f63515226cf07c52f3b172baca9676b2fd2183e..5b2037177d241c22798822ef43db73e00950987f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  July 29, 2011 at 11:03:50 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  4, 2011 at 11:50:24 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.7p199
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p200
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index adb1ca2afb0e6f2d45ff208bceb8b11e1b3e79a4..a11be1248a716552107e6b3ed832295a6af02e8e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "29 Jul 2011" "4.2.7p199" "User Commands"
+.TH ntpdc 1ntpdcman "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:02:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:49:01 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5f2286ea205165db8f6b677e59ebffbcdf69aa9b..023768e01d4c9bda4a96c93731f299a2906299d2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:03:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:50:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0af1eda95fc569957ac9b3a61ccb6072eabc5369..9cea46dad2ce409c991525e73dedc09ad4593e51 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.7p199 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p200 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.7p199
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p200
 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 a8ab5924f68f007ca9c78aaa4a6c753a0b228e57..21dad8808e079b90224fa380cb5082b8d5d52cd4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "29 Jul 2011" "4.2.7p199" "User Commands"
+.TH ntpdc @NTPDC_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:02:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:49:01 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4354ceafbab07862b44214c6c7d05b64ca80934e..04230ddc1f6fcf50819d2994d3dc77f70f2c9c9b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:03:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:50:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e844e465bef40b02d51bec94e7ffd2aebf8d3357..b4535a42db3ab98b2aeef2a5c7c984dc5ee18a83 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 11:03:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:50:31 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.7p199\n\
+"ntpq 4.2.7p200\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.7p199\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8ceeaa0e7162fc80c58ba21d0ffddb5faad850fe..519f49d7670e15ae30235b4d9a1ded972eafdc3d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 11:03:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:50:30 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.7p199"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p199"
+#define NTPQ_VERSION       "4.2.7p200"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index edf48ac12c007ef60f26ab9c0ac7394f52cbe1fd..ff517dbbc31e0a0c4c2ae582737858d310c3935a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  July 29, 2011 at 11:05:24 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  4, 2011 at 11:51:49 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.7p199
+ntpq - standard NTP query program - Ver. 4.2.7p200
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index a50ca81d8146a6e8997ef7982ba401e9a2320624..5b7a595e33060a04241a58b660f412509b130aba 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "29 Jul 2011" "4.2.7p199" "User Commands"
+.TH ntpq 1ntpqman "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:04:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:51:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fc51de74224ba1c2b16da76d27eb71dfeb93f3f9..4ba8cdc272e847abc590f7c8afc30d43a68974f8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:05:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:51:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6a76e2d63534d9043c178001bf0576c74146461a..f91462fc252a0427d92518d4a133114f9ca83ddd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "29 Jul 2011" "4.2.7p199" "User Commands"
+.TH ntpq @NTPQ_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:04:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:51:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1459993ac679ee8627ad6fb9dac522ca6b4da535..716e2f02769fcf5d1a0b97bab3d8eac754a08f49 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:05:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:51:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a15bf1cb4b4445343c534a1fd99d3ea8d3ca793b..c365b260461592766dc8e869b12b7790e950df86 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 11:05:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:51:55 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.7p199\n\
+"ntpsnmpd 4.2.7p200\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.7p199\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e82694f46c604c487d760be529cc80019fbd215f..940d0308684956e95955d3ef2f5d479472c3a017 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 11:05:32 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:51:54 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.7p199"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p199"
+#define NTPSNMPD_VERSION       "4.2.7p200"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 64fa436c95038c9d096cf43a6e696c8238041e5e..0bbafd0333ec55e4417feaa91c89baedd5f24106 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 29, 2011 at 11:06:23 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  4, 2011 at 11:52:35 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.7p199
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p200
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index aaf084d7343f54c6bdf993493e8930a62a012a63..efbcae5899541678b2a957681d5bf21e30903d75 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "29 Jul 2011" "4.2.7p199" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:05:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:52:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 75e5f3ab32718203ff6de072aa43947703ef9ba4..2f7d107d8c16d51f886a4ebd91e9209767880d02 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:06:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:52:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5429277e0f66ac203f1287b8699136b24bc02a0f..dab0e9c80d7f7282068f8d91b95b2ca358ab84d4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "29 Jul 2011" "4.2.7p199" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:05:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:52:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3bebbffdd16eeed38cde224614459caa172ec744..b15873f940a82f9c1bd4d4a2860dea35d5e8ded9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:06:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:52:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f86b487b139b1160ae2c96f29f6f5afc80ac95ac..6f8defcaed2ea1b59dee867ea62e6aa522bd7c0c 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=199
+point=200
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 61c59fed1ab640d0f9e7d300177436c5c32100ff..d2df7864d5fdb5afb02d8be6935205d668b7a1e9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  July 29, 2011 at 10:59:49 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  4, 2011 at 11:46:39 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0d580805223f1bc89c2422d5136debd663bdfc26..c071d0af9f8b9e76d6e3df4cbbe516c812d6a1b2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "29 Jul 2011" "ntp (4.2.7p199)" "User Commands"
+.TH ntp-wait 1ntp-waitman "04 Aug 2011" "ntp (4.2.7p200)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 10:59:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:46:19 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 709624290d6327a49bb9bd0e09d2064bd5548304..23ee683d3013fa987f0633783a870f438a74bab9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 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  July 29, 2011 at 10:59:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:46:41 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9cedcd0329369a70ea521b36165f78a6774030dc..fb914436d82bfa226914eca5e1896500e0d7b23e 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.7p199 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p200 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index f5397c5ac796965468a44951612c0e93df2c9529..685c301d4273f22f06e143e593697c9aa9079780 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "29 Jul 2011" "ntp (4.2.7p199)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "04 Aug 2011" "ntp (4.2.7p200)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 10:59:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:46:19 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 37464d97af45be752261a17344629b4e797c15a2..f0621d8224e1c1955a7fdbf1dce5c42e9a3c137e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 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  July 29, 2011 at 10:59:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:46:41 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b59a6734d74a15748c7c06171312f3bdfafd00c2..203aabb82f1cb0a75cfc6509c3a4f4113e95a958 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 10:47:38 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:30:56 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.7p199\n\
+"sntp 4.2.7p200\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.7p199\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 9b68d26ebf9e4ca29b22128302aba449b8df9016..e8e5deb16d5d8d4182ed268563ed6806aabd3a22 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 10:47:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:30:54 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.7p199"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p199"
+#define SNTP_VERSION       "4.2.7p200"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7dfc3441004616a518c88e9c47f68925463d3efb..6a71e63f122c7e159863f7fd1b37c71dc860a256 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  July 29, 2011 at 11:09:34 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  4, 2011 at 11:55:01 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.7p199
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p200
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index cdf14ed8d4be0df5edc9e218ab85b15e7b1a8462..ccd5e539fe7192cdcfefad45fbcff64aca6c997f 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "29 Jul 2011" "4.2.7p199" "User Commands"
+.TH sntp 1sntpman "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:09:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:54:34 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3ccc9bc3c29af5926fbe30717664598a4648fb19..c18f72321b7c3af4f52822072e3020aad7283818 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:09:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:55:04 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f4451c9852a907e0bc5859455858b7b38602da60..29bae1caa2aca130ed497fa9307f0ac6cbac0b6a 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.7p199 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p200 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.7p199
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p200
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 65f5f9e5a556d4a16e7f5b222f7d2ae12150b9c2..6a2101a700de9ac074a41182c8217d28ee2fd3f5 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "29 Jul 2011" "4.2.7p199" "User Commands"
+.TH sntp @SNTP_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:09:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:54:34 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a2613235fcc6653120c4e6b14dd949773e547356..cf4f7570e87a07800d529f2ac1227e82974b1fdf 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:09:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:55:04 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 670265386c67a8603acf2385e0c0631ca0694fb9..ac264f73a5718a7699a11cefd207b41984e33118 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 11:06:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:52:42 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.7p199\n\
+"ntp-keygen (ntp) 4.2.7p200\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.7p199\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 09721a600b79bb9016c0ff0e6331919a0512801c..2a7ca3ef83b2576fb5454c8dba6b903a6b625399 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  July 29, 2011 at 11:06:32 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 11:52:42 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.7p199"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p199"
+#define NTP_KEYGEN_VERSION       "4.2.7p200"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a705a4c5082299a703f572d4ad27ddb81a0e7f6b..d3a96aa68613da1e56fd8bf3138ff910c8fe2d45 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  July 29, 2011 at 11:07:58 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  4, 2011 at 11:53:45 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.7p199
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p200
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index be35a107a951e42b1a0393ddb4976d31cc9366fb..6556b3ba07d6150af6284b9c62f34f9288cbe43d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "29 Jul 2011" "ntp (4.2.7p199)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "04 Aug 2011" "ntp (4.2.7p200)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:07:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:53:10 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 90af9afe89de73aa3f48e64e1ecd3c3e06c81b3b..0ef6f1b4f6909db56fa2bbadbb2baa7e0b82b509 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 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  July 29, 2011 at 11:08:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:53:48 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7483797c476d11285800478cc83cd3de11d5ce92..115d996d91aa5ee0e1c2907fc80f5125406c0999 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "29 Jul 2011" "ntp (4.2.7p199)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "04 Aug 2011" "ntp (4.2.7p200)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 29, 2011 at 11:07:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:53:10 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 039e27c7d7e7645bd4bd6bf945df069b85a24bad..812b02c196936fe29b87e9af024563e56ab31430 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 29 2011
+.Dd August 4 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  July 29, 2011 at 11:08:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 11:53:48 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME