]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P188 NTP_4_2_7P188
authorHarlan Stenn <stenn@ntp.org>
Tue, 28 Jun 2011 07:07:51 +0000 (07:07 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 28 Jun 2011 07:07:51 +0000 (07:07 +0000)
bk: 4e097dc79Yu6zXik3jDMJXIjL2dCtg

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 4424672cf84d57d9ce9c58581d3c4b52e3ea0f50..d6c65d7cf21deba1b02e43e2f79545510c3309bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p188) 2011/06/28 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1958] genLocInfo must export PATH.
 * ntp-wait: some versions of ntpd spell "associd" differently.
 (4.2.7p187) 2011/06/24 Released by Harlan Stenn <stenn@ntp.org>
index fe268573693f92e8ce1036f2b9c5b6a76ef4ec5a..c284b04a2eca53f54c229bfd274c78b2653602e9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 07:57:51 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 06:58:56 AM by AutoGen 5.11.10pre10
  *  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.7p187\n\
+"ntpd 4.2.7p188\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.7p187\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index daa263b78127e39ae7fdffa70f8302704df93969..c6de0c13df545eacc194fff9e41ebdb43b70a892 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 07:57:50 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 06:58:55 AM by AutoGen 5.11.10pre10
  *  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.7p187"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p187"
+#define NTPD_VERSION       "4.2.7p188"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 10ad4342e1734cf6535154af58c555715de3e200..627a051da6ccb6e7d1118a07c89a74881cb4e7f9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 24, 2011 at 07:58:32 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 28, 2011 at 07:00:08 AM by AutoGen 5.11.10pre10
 # 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.7p187
+ntpd - NTP daemon program - Ver. 4.2.7p188
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index d48d83afd92fb2ca4160c5e5c417330f7b33b5e2..6009e666f4b0a7ec0ac67fb055f927e7b4ee0e7c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "24 Jun 2011" "4.2.7p187" "User Commands"
+.TH ntpd 1ntpdman "28 Jun 2011" "4.2.7p188" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 07:58:19 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 06:59:45 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ba9d09d03f0ae3f325f904ffb1bcc0b19132bd58..4d8b1221c7223b503120b8d4a07e47832eca228a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 07:58:34 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:00:10 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1081b3cacb94d457713af7490e896b192df71d69..2d318a2fe1eb092478113bf6a8d4ddb6e9434f36 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "24 Jun 2011" "4.2.7p187" "User Commands"
+.TH ntpd @NTPD_MS@ "28 Jun 2011" "4.2.7p188" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 07:58:19 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 06:59:45 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e04839caa58f39e196562adb7f53d719a2f1cf05..e231d9ea4b4d3978260ac92e4e65577eec0bf647 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 07:58:34 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:00:10 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5d2e4140f0f7f58a06c79e81b56584b9776e8770..4e59baee2c968c9f7d8148742e5319a298067267 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 07:58:44 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 07:00:34 AM by AutoGen 5.11.10pre10
  *  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.7p187\n\
+"ntpdc 4.2.7p188\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.7p187\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index fc6f83cad89cffb23264310af140455764c79458..362d97b2d65f3bd84b40fcebf1b0bed00427584d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 07:58:43 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 07:00:33 AM by AutoGen 5.11.10pre10
  *  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.7p187"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p187"
+#define NTPDC_VERSION       "4.2.7p188"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6cdb5e2999f75fd95f65478ee304a602c22fc4fb..067aa007f66d00aae805cf27f8a844c74a3a183d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  June 24, 2011 at 08:00:11 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 28, 2011 at 07:02:24 AM by AutoGen 5.11.10pre10
 # 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.7p187
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p188
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 364e0be946afe9237233519295a5def7a0c91249..e6ab3efdc1b66acce3708378735469b3fb5777a4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "24 Jun 2011" "4.2.7p187" "User Commands"
+.TH ntpdc 1ntpdcman "28 Jun 2011" "4.2.7p188" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 07:59:01 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:01:08 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5b1d3dd6e46c29647858be1f8ecf633d91821d0c..b16b7194b6613103a02e4af143fc95e1b028e953 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:00:13 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:02:26 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 15e11d4c2ab20e7d03e8c18ff5a34f66a0b5cafd..b3e6248bf0f9a0359b0851a340b4a04a14004153 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.7p187 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p188 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.7p187
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p188
 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 c58b0a25178e5c422184c630ae2c34ccd295a721..2974092ce42ef708c9aaad9c60ee1924e2419c95 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "24 Jun 2011" "4.2.7p187" "User Commands"
+.TH ntpdc @NTPDC_MS@ "28 Jun 2011" "4.2.7p188" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 07:59:01 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:01:08 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0356baf2798d41a62819a38a44810a106af45a4b..827c714037d7ffdbf7ae9a13efba22c17d536bc2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:00:13 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:02:26 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bda803059c10f571825246a3a9b3dd8d843b51bf..f87dd086712e75728e398c7d9260b20bc7598927 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 08:00:16 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 07:02:31 AM by AutoGen 5.11.10pre10
  *  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.7p187\n\
+"ntpq 4.2.7p188\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.7p187\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c24cdbc5aa5834cea6260ef8f4682cd7b40368d7..442ed89f82cfefcd39d4568408e3665a3875ce78 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 08:00:16 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 07:02:30 AM by AutoGen 5.11.10pre10
  *  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.7p187"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p187"
+#define NTPQ_VERSION       "4.2.7p188"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7d0ebb7db36585f7cd91172ea61ea6a4db2e4e5b..19719eb87d0066cc444eb2bb182e0d444f61b72b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  June 24, 2011 at 08:01:06 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 28, 2011 at 07:03:44 AM by AutoGen 5.11.10pre10
 # 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.7p187
+ntpq - standard NTP query program - Ver. 4.2.7p188
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index cdda55fca507fd0186931f409fbf9d823d02d735..5f7de881f63ee6f7690731acd8131d7c3d474502 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "24 Jun 2011" "4.2.7p187" "User Commands"
+.TH ntpq 1ntpqman "28 Jun 2011" "4.2.7p188" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:00:49 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:03:21 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d3559143e49342e728c523f3f1b51624d5926f5f..a8ac97f0f6efd605bc54c6016080687a97b61d11 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:08 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:03:46 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1dd972bdf5873e3c9df8ab844285e5261e9d7181..affc3f514d2bddc7c726d309b72539049a804060 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "24 Jun 2011" "4.2.7p187" "User Commands"
+.TH ntpq @NTPQ_MS@ "28 Jun 2011" "4.2.7p188" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:00:49 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:03:21 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 456727dca657e11b78c87043bb07786b609a116d..b4625ad89ce7c41481144000130d1f4b74fae799 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:08 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:03:46 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5429af146cf16af76fba80845ac1a3c1739e9fd2..f2410f25a73a2782dbbe7db32d411b72097b8d3d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 08:01:11 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 07:03:50 AM by AutoGen 5.11.10pre10
  *  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.7p187\n\
+"ntpsnmpd 4.2.7p188\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.7p187\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 626f4a3275c4d82214368fed8b3fdcbbaf37dc29..c25c824ca8e9446a11abf9ef0df073da513fbdb4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 08:01:10 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 07:03:49 AM by AutoGen 5.11.10pre10
  *  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.7p187"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p187"
+#define NTPSNMPD_VERSION       "4.2.7p188"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ad8c7cdabd50e4dc85444f12dade0bed8778e4d5..230c347db061f0e7d2edd761f63013362b666609 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 24, 2011 at 08:01:37 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 28, 2011 at 07:04:25 AM by AutoGen 5.11.10pre10
 # 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.7p187
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p188
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index f98104b63d700e0ce53c2680ffb64bf448fd4308..0f12ea701a6c0d84e2e7d7240dc4995fcb243a15 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "24 Jun 2011" "4.2.7p187" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "28 Jun 2011" "4.2.7p188" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:22 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:04:05 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4c96f4b0490615681164f91296092ecc8678f380..6ab820becb92f2fe82ae6bbe1043bb8d7f7e7129 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:38 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:04:27 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 57e312ceb520ca4d58aa372475c3859ecfcca979..84d29d1e80617c0e3646f4f0396f27b531b0ceea 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "24 Jun 2011" "4.2.7p187" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "28 Jun 2011" "4.2.7p188" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:22 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:04:05 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5155db5a83bdf2fdc54174cefbaf4002df0cb97f..2592a7007b26ed3d4276c46ae795a183f0e41dd9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:38 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:04:27 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 372b22dadb405a5c0a732e18ac737d30c7c4b2ca..f11c0c8bd5a6a7c1f72cc8fec5fb3295131466f6 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=187
+point=188
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index e544494e11c9579d89acf9ffa30d032413ecdb7b..60d51e38b48f0ec7b5c0ee0f7b98b89edd8c31fe 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  June 24, 2011 at 07:57:47 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 28, 2011 at 06:58:43 AM by AutoGen 5.11.10pre10
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,19 @@ This is the automatically generated usage text for ntp-wait:
 
 @exampleindent 0
 @example
-ntp-wait is unavailable - no --help
+/deacon/backroom/snaps/ntp-dev/A.snap/scripts/ntp-wait version [unknown] calling Getopt::Std::getopts (version 1.05 [paranoid]),
+running under Perl version 5.8.8.
+
+Usage: ntp-wait [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]
+
+The following single-character options are accepted:
+        With arguments: -n -s
+        Boolean (without arguments): -v
+
+Options may be merged together.  -- stops processing of options.
+Space is not required between options and their arguments.
+  [Now continuing due to backward compatibility and excessive paranoia.
+   See ``perldoc Getopt::Std'' about $Getopt::Std::STANDARD_HELP_VERSION.]
 @end example
 @exampleindent 4
 
index bff199b9a8e466d27b447b7b9741737dfe85a758..1ade55d81d62cbbcad4b98b761673103f64280f8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "24 Jun 2011" "ntp (4.2.7p187)" "User Commands"
+.TH ntp-wait 1ntp-waitman "28 Jun 2011" "ntp (4.2.7p188)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 07:57:38 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 06:58:28 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 721bcaf9d384a79ff9807be9791e1311b5b27849..61ebb05befe0438781d60038fefd74a69be625b2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 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  June 24, 2011 at 07:57:48 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 06:58:50 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3b7e3ec9ba8fd4b93b0e4a5bd18abb3bfa673609..859585475d8470613565534f141bb97178d9491f 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.7p187 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p188 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -109,7 +109,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntp_002dwait-Invocation">ntp-wait Invo
 <p><a name="index-ntp_002dwait-usage-3"></a>
 This is the automatically generated usage text for ntp-wait:
 
-<pre class="example">ntp-wait is unavailable - no --help
+<pre class="example">/deacon/backroom/snaps/ntp-dev/A.snap/scripts/ntp-wait version [unknown] calling Getopt::Std::getopts (version 1.05 [paranoid]),
+running under Perl version 5.8.8.
+
+Usage: ntp-wait [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]
+
+The following single-character options are accepted:
+        With arguments: -n -s
+        Boolean (without arguments): -v
+
+Options may be merged together.  -- stops processing of options.
+Space is not required between options and their arguments.
+  [Now continuing due to backward compatibility and excessive paranoia.
+   See ``perldoc Getopt::Std'' about $Getopt::Std::STANDARD_HELP_VERSION.]
 </pre>
   <div class="node">
 <p><hr>
index ba70d5d9b36363007ec6c9026e80f8ee43d226bb..7810de8a2dcffb62c5c0fe58dde99b9398811844 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "24 Jun 2011" "ntp (4.2.7p187)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "28 Jun 2011" "ntp (4.2.7p188)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 07:57:38 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 06:58:28 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 95aa0a0017162dd437c13eb6117559e97574cc1d..7ae5821ee0429351ef68d8f5c36bc33626a48c15 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 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  June 24, 2011 at 07:57:48 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 06:58:50 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0be591aec5986b6425d5801788c5a7a8c899a164..3c70c80eea16f56160d851c1b261d9acaeb72511 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 07:51:15 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 06:48:40 AM by AutoGen 5.11.10pre10
  *  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.7p187\n\
+"sntp 4.2.7p188\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.7p187\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index ef48e4701091d58512461db69b411b7f6648fe61..88ef9ce1029d543903bd096635c59c449c587571 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 07:51:15 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 06:48:40 AM by AutoGen 5.11.10pre10
  *  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.7p187"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p187"
+#define SNTP_VERSION       "4.2.7p188"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ae70499fc17d203bcb22dee5f5bd0bbf5507e2a0..3d933f81e304938ee3b6b96da9611971a08aecd4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  June 24, 2011 at 08:03:11 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 28, 2011 at 07:06:39 AM by AutoGen 5.11.10pre10
 # 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.7p187
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p188
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index e381fd82172de5d858ae2c1df4f68611438f80c5..3481725c48292592f02bdd0c335335df956c9931 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "24 Jun 2011" "4.2.7p187" "User Commands"
+.TH sntp 1sntpman "28 Jun 2011" "4.2.7p188" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:02:54 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:06:18 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a96dec0854c952d73c7c94cd7d7d1606f4a27556..699bcf703cfee45965b7412c707aec33bb5826e1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:03:12 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:06:41 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0a15d30b1f945f11d3080cd04066c79547050d8d..3edf330154c7e44f6b32de4023a1c247fa71851d 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.7p187 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p188 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.7p187
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p188
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b72d07fe52478b0087e32cf139017e14faab63ab..1d7083fd28192f70120cf90d3f7fe2bd37aac3b5 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "24 Jun 2011" "4.2.7p187" "User Commands"
+.TH sntp @SNTP_MS@ "28 Jun 2011" "4.2.7p188" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:02:54 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:06:18 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 870f112e38530932671b20dd9e5e4f1cf40c017b..aae8938e23fe91ef37de427f20ee70ba9c67ec71 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:03:12 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:06:41 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 97e424e2bfd121919f2630ae6fe55921288300ac..dde9f25101bb348f6abda2c73ef33485f0fd8301 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 08:01:41 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 07:04:31 AM by AutoGen 5.11.10pre10
  *  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.7p187\n\
+"ntp-keygen (ntp) 4.2.7p188\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.7p187\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 26d4fbcd7ba684f90aa0dfa7bbaa78e8f44923a6..f3bd508d73b9aa90258b106c32cbcaac46a16852 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  June 24, 2011 at 08:01:41 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 28, 2011 at 07:04:30 AM by AutoGen 5.11.10pre10
  *  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.7p187"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p187"
+#define NTP_KEYGEN_VERSION       "4.2.7p188"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c0f633545e47248442566162df1814af27be0c34..a65ba6056fd42db8688c6f690a4172da3139ff4e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  June 24, 2011 at 08:02:23 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 28, 2011 at 07:05:31 AM by AutoGen 5.11.10pre10
 # 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.7p187
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p188
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 483401d8cb603ce7e2f9f0235546d085db72d02c..c90f28d6bde5a2abcaf7b46dfc2eff876fde456b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "24 Jun 2011" "ntp (4.2.7p187)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "28 Jun 2011" "ntp (4.2.7p188)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:02:01 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:05:02 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9f54f1efd37e0f2bd6341f12e9c1cf45e70055a1..4678d2172c7817d5ca886dc2cb713efc10af65b5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 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  June 24, 2011 at 08:02:25 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:05:33 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d15e8e6be04723b2578688074d443bc4c4a979d2..31ffb92ebe7def5059394b3d3e251e9a97c84bb5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "24 Jun 2011" "ntp (4.2.7p187)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "28 Jun 2011" "ntp (4.2.7p188)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 24, 2011 at 08:02:01 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:05:02 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c124de8e30d77a816f034817763d237e8320e04d..93306326191fb9fadbc70870c4105b41c56c7352 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 24 2011
+.Dd June 28 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  June 24, 2011 at 08:02:25 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 28, 2011 at 07:05:33 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME