]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P189 NTP_4_2_7P189
authorHarlan Stenn <stenn@ntp.org>
Mon, 11 Jul 2011 06:29:36 +0000 (06:29 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 11 Jul 2011 06:29:36 +0000 (06:29 +0000)
bk: 4e1a9850FITg79vDgm6jDFkRT6dIcA

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 cbedd7d16c37f2b542d5ac5102dfedbfc2323a46..3cbe8a689a42f5130d7cffbd0c60a183d3912f08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p189) 2011/07/11 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1134] from 4.2.6p4-RC1: ntpd fails binding to tentative IPv6
   addresses.
 * [Bug 1790] from 4.2.6p4-RC1: Update config.guess and config.sub to
index c284b04a2eca53f54c229bfd274c78b2653602e9..ac393f41002d0e09223880a45f4719f713834664 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 06:58:56 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:18:14 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.7p188\n\
+"ntpd 4.2.7p189\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.7p188\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index c6de0c13df545eacc194fff9e41ebdb43b70a892..2653d94bea21500eb3c58c50dabfc1831357e43b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 06:58:55 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:18:13 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.7p188"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p188"
+#define NTPD_VERSION       "4.2.7p189"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 627a051da6ccb6e7d1118a07c89a74881cb4e7f9..8eb56832e8d60b19aafc76c8ecc3d27e26c774ad 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 28, 2011 at 07:00:08 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  July 11, 2011 at 06:19:53 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.7p188
+ntpd - NTP daemon program - Ver. 4.2.7p189
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 6009e666f4b0a7ec0ac67fb055f927e7b4ee0e7c..340383f3d9479ec4fb72e9dbe3dc28a09375fb3d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "28 Jun 2011" "4.2.7p188" "User Commands"
+.TH ntpd 1ntpdman "11 Jul 2011" "4.2.7p189" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 06:59:45 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:19:23 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -901,9 +901,8 @@ larger than might be desirable for an elevated-priority
 running on a workstation, particularly since many of
 the fancy features which consume the space were designed more with
 a busy primary server, rather than a high stratum workstation in
-mind.
+mind.Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .SH NOTES
-Portions of this document came from FreeBSD.
-.PP
+Portions of this document came from FreeBSD..Pp
 This manual page was \fIAutoGen\fP-erated from the \fBntpd\fP
 option definitions.
index 4d8b1221c7223b503120b8d4a07e47832eca228a..b65268286fc64bd150e6ffc1aaf4e75642e505a6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:00:10 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:19:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -870,9 +870,8 @@ larger than might be desirable for an elevated-priority
 running on a workstation, particularly since many of
 the fancy features which consume the space were designed more with
 a busy primary server, rather than a high stratum workstation in
-mind.
+mind.Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .Sh NOTES
-Portions of this document came from FreeBSD.
-.Pp
+Portions of this document came from FreeBSD..Pp
 This manual page was \fIAutoGen\fP-erated from the \fBntpd\fP
 option definitions.
index 2d318a2fe1eb092478113bf6a8d4ddb6e9434f36..9d4b70796a97c1962523e5f51f47d2d3ad9bbe53 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "28 Jun 2011" "4.2.7p188" "User Commands"
+.TH ntpd @NTPD_MS@ "11 Jul 2011" "4.2.7p189" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 06:59:45 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:19:23 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -901,9 +901,8 @@ larger than might be desirable for an elevated-priority
 running on a workstation, particularly since many of
 the fancy features which consume the space were designed more with
 a busy primary server, rather than a high stratum workstation in
-mind.
+mind.Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .SH NOTES
-Portions of this document came from FreeBSD.
-.PP
+Portions of this document came from FreeBSD..Pp
 This manual page was \fIAutoGen\fP-erated from the \fBntpd\fP
 option definitions.
index e231d9ea4b4d3978260ac92e4e65577eec0bf647..d2518633d59fe501bb860dc3738c2536211027a3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 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 28, 2011 at 07:00:10 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:19:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -870,9 +870,8 @@ larger than might be desirable for an elevated-priority
 running on a workstation, particularly since many of
 the fancy features which consume the space were designed more with
 a busy primary server, rather than a high stratum workstation in
-mind.
+mind.Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .Sh NOTES
-Portions of this document came from FreeBSD.
-.Pp
+Portions of this document came from FreeBSD..Pp
 This manual page was \fIAutoGen\fP-erated from the \fBntpd\fP
 option definitions.
index 4e59baee2c968c9f7d8148742e5319a298067267..436d7b49257b2101c4813deb04a44cc468ddb9b5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 07:00:34 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:20:21 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.7p188\n\
+"ntpdc 4.2.7p189\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.7p188\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 362d97b2d65f3bd84b40fcebf1b0bed00427584d..6a748e04148c5baa71e27fbbf4796a5e39305348 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 07:00:33 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:20:20 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.7p188"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p188"
+#define NTPDC_VERSION       "4.2.7p189"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 067aa007f66d00aae805cf27f8a844c74a3a183d..c910db5f36b103ef9dc779db19c1a1779b0dc893 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  June 28, 2011 at 07:02:24 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  July 11, 2011 at 06:22:30 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.7p188
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p189
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e6ab3efdc1b66acce3708378735469b3fb5777a4..998d74930b68d5cb97dfc7048e7ba06e80990cde 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "28 Jun 2011" "4.2.7p188" "User Commands"
+.TH ntpdc 1ntpdcman "11 Jul 2011" "4.2.7p189" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:01:08 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:21:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b16b7194b6613103a02e4af143fc95e1b028e953..e5a8c89cdf186c749d03ea8e88507fc936aa913c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:02:26 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:22:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -787,7 +787,7 @@ to hack in, at great expense to the program's ease of use.
 Despite
 this, the program is occasionally useful.
 .Pp
-Please report bugs to http://bugs.ntp.org .
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .Sh "NOTES"
 This manual page was \fIAutoGen\fP-erated from the \fBntpdc\fP
 option definitions.
index b3e6248bf0f9a0359b0851a340b4a04a14004153..ff675a5ce4e9b44ca4e799d9d9e286d4258cc57c 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.7p188 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p189 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.7p188
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p189
 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 2974092ce42ef708c9aaad9c60ee1924e2419c95..8830d93d31645b384fa202b948f722b3b54a2482 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "28 Jun 2011" "4.2.7p188" "User Commands"
+.TH ntpdc @NTPDC_MS@ "11 Jul 2011" "4.2.7p189" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:01:08 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:21:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 827c714037d7ffdbf7ae9a13efba22c17d536bc2..a6e3510835567a3e6a4a5f09089ea28fb8083af2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 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 28, 2011 at 07:02:26 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:22:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -787,7 +787,7 @@ to hack in, at great expense to the program's ease of use.
 Despite
 this, the program is occasionally useful.
 .Pp
-Please report bugs to http://bugs.ntp.org .
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .Sh "NOTES"
 This manual page was \fIAutoGen\fP-erated from the \fBntpdc\fP
 option definitions.
index f87dd086712e75728e398c7d9260b20bc7598927..5f470c3883032d3d257d48b8f575d4210f4e0428 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 07:02:31 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:22:38 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.7p188\n\
+"ntpq 4.2.7p189\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.7p188\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 442ed89f82cfefcd39d4568408e3665a3875ce78..ebe6b1a844973855c644c375be7610117f74bede 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 07:02:30 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:22:38 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.7p188"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p188"
+#define NTPQ_VERSION       "4.2.7p189"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 19719eb87d0066cc444eb2bb182e0d444f61b72b..9de1c71fff4b503d9d32a168eb18944798f4a119 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  June 28, 2011 at 07:03:44 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  July 11, 2011 at 06:24:09 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.7p188
+ntpq - standard NTP query program - Ver. 4.2.7p189
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 5f7de881f63ee6f7690731acd8131d7c3d474502..724f1baa71cb5cb8ebfa8660640b0cde9e536e1e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "28 Jun 2011" "4.2.7p188" "User Commands"
+.TH ntpq 1ntpqman "11 Jul 2011" "4.2.7p189" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:03:21 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:23:39 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a8ac97f0f6efd605bc54c6016080687a97b61d11..a0d45db777e8c1ccd5631e0e97493464c3d210a5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:03:46 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:24:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index affc3f514d2bddc7c726d309b72539049a804060..922d10ce3f5967e2b5940710c833df280406da38 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "28 Jun 2011" "4.2.7p188" "User Commands"
+.TH ntpq @NTPQ_MS@ "11 Jul 2011" "4.2.7p189" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:03:21 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:23:39 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b4625ad89ce7c41481144000130d1f4b74fae799..6aee178380d7d9f557d379c8454bec0d1546a7b5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 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 28, 2011 at 07:03:46 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:24:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f2410f25a73a2782dbbe7db32d411b72097b8d3d..f3c574818e05d53c5371a7755e30601b7073533c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 07:03:50 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:24:16 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.7p188\n\
+"ntpsnmpd 4.2.7p189\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.7p188\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c25c824ca8e9446a11abf9ef0df073da513fbdb4..d41d4dc1ce75008223e7116e981ba9f70d3a253c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 07:03:49 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:24:15 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.7p188"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p188"
+#define NTPSNMPD_VERSION       "4.2.7p189"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 230c347db061f0e7d2edd761f63013362b666609..4391b4fd52609f8c47ef84a52e29e945f04e5586 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 28, 2011 at 07:04:25 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  July 11, 2011 at 06:25: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.7p188
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p189
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 0f12ea701a6c0d84e2e7d7240dc4995fcb243a15..222cb5136cd042c925a44169e02b5318747ca2b9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "28 Jun 2011" "4.2.7p188" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "11 Jul 2011" "4.2.7p189" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:04:05 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:24:36 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6ab820becb92f2fe82ae6bbe1043bb8d7f7e7129..5f677f1aa418043197ead4864f5cb1da1c7771aa 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:04:27 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:25:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 84d29d1e80617c0e3646f4f0396f27b531b0ceea..4c61a17d6bd1a34ce1e4b60899bc0430eeb97c8e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "28 Jun 2011" "4.2.7p188" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "11 Jul 2011" "4.2.7p189" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:04:05 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:24:36 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2592a7007b26ed3d4276c46ae795a183f0e41dd9..f6f1d675138b49033a4b230077d93638fd59ee7e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 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 28, 2011 at 07:04:27 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:25:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f11c0c8bd5a6a7c1f72cc8fec5fb3295131466f6..84fa36c0ba9ba6759311714de40abb50854fa978 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=188
+point=189
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 60d51e38b48f0ec7b5c0ee0f7b98b89edd8c31fe..58471ef15bbc9be0871101c409963a48c425db92 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  June 28, 2011 at 06:58:43 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  July 11, 2011 at 06:17:47 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1ade55d81d62cbbcad4b98b761673103f64280f8..68901702b616d8f7331c9dc11173158b18215095 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "28 Jun 2011" "ntp (4.2.7p188)" "User Commands"
+.TH ntp-wait 1ntp-waitman "11 Jul 2011" "ntp (4.2.7p189)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 06:58:28 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:17:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 61ebb05befe0438781d60038fefd74a69be625b2..e56e75a57308df497b8a66fb14c516ac673c6b99 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 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 28, 2011 at 06:58:50 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:17:55 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 859585475d8470613565534f141bb97178d9491f..250a854ffbcb5f09cee345afd8d46dfc481d66bc 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.7p188 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p189 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 7810de8a2dcffb62c5c0fe58dde99b9398811844..d18abfe944a71fbaf0ce1deb5950ef072ef97dd0 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "28 Jun 2011" "ntp (4.2.7p188)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "11 Jul 2011" "ntp (4.2.7p189)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 06:58:28 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:17:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7ae5821ee0429351ef68d8f5c36bc33626a48c15..f62019df277e2875c1c07eee06aec8afae713d2b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 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 28, 2011 at 06:58:50 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:17:55 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3c70c80eea16f56160d851c1b261d9acaeb72511..81e8d05ae53f2e3a6c4b52bf92d3080a18fb1be3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 06:48:40 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:04:19 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.7p188\n\
+"sntp 4.2.7p189\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.7p188\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 88ef9ce1029d543903bd096635c59c449c587571..7999fc15db97cdbf021499eaf694e8eb43611cbd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 06:48:40 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:04:19 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p188"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p188"
+#define SNTP_VERSION       "4.2.7p189"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3d933f81e304938ee3b6b96da9611971a08aecd4..d44e03527acd2676b1ebd75e0078c58be87b87ed 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  June 28, 2011 at 07:06:39 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  July 11, 2011 at 06:27:53 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.7p188
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p189
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 3481725c48292592f02bdd0c335335df956c9931..65ba9f48a0e3c8a39ef8c7098c93f168807f6cb9 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "28 Jun 2011" "4.2.7p188" "User Commands"
+.TH sntp 1sntpman "11 Jul 2011" "4.2.7p189" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:06:18 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:27:25 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -287,7 +287,7 @@ The operation failed or the command syntax was not valid.
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others all rights reserved.
 This program is released under the terms of the NTP license, <http://ntp.org/license>.
 .SH BUGS
-Please report bugs to http://bugs.ntp.org .
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .SH "NOTES"
 This manual page was \fIAutoGen\fP-erated from the \fBsntp\fP
 option definitions.
index 699bcf703cfee45965b7412c707aec33bb5826e1..7b481a053fb2b93df3fde2116a40499d955e4fc9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:06:41 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:27:55 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -269,7 +269,7 @@ The operation failed or the command syntax was not valid.
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others all rights reserved.
 This program is released under the terms of the NTP license, <http://ntp.org/license>.
 .Sh BUGS
-Please report bugs to http://bugs.ntp.org .
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .Sh "NOTES"
 This manual page was \fIAutoGen\fP-erated from the \fBsntp\fP
 option definitions.
index 3edf330154c7e44f6b32de4023a1c247fa71851d..0674b2446ee6c48c35b194e73d850ada049784c0 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.7p188 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p189 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.7p188
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p189
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 1d7083fd28192f70120cf90d3f7fe2bd37aac3b5..52490e78447b4fd1f0e3e8c9145ddf231656371e 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "28 Jun 2011" "4.2.7p188" "User Commands"
+.TH sntp @SNTP_MS@ "11 Jul 2011" "4.2.7p189" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:06:18 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:27:25 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -287,7 +287,7 @@ The operation failed or the command syntax was not valid.
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others all rights reserved.
 This program is released under the terms of the NTP license, <http://ntp.org/license>.
 .SH BUGS
-Please report bugs to http://bugs.ntp.org .
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .SH "NOTES"
 This manual page was \fIAutoGen\fP-erated from the \fBsntp\fP
 option definitions.
index aae8938e23fe91ef37de427f20ee70ba9c67ec71..66dfe888940ac4c331b4f969cbba21dc50fba23a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 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 28, 2011 at 07:06:41 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:27:55 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -269,7 +269,7 @@ The operation failed or the command syntax was not valid.
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others all rights reserved.
 This program is released under the terms of the NTP license, <http://ntp.org/license>.
 .Sh BUGS
-Please report bugs to http://bugs.ntp.org .
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .Sh "NOTES"
 This manual page was \fIAutoGen\fP-erated from the \fBsntp\fP
 option definitions.
index dde9f25101bb348f6abda2c73ef33485f0fd8301..73455e6502ce0f194b24b2472f51fdf121df9fea 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 07:04:31 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:25:13 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.7p188\n\
+"ntp-keygen (ntp) 4.2.7p189\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.7p188\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f3bd508d73b9aa90258b106c32cbcaac46a16852..c51b67753f9cb284b933e0c6096359a809b2f4ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  June 28, 2011 at 07:04:30 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  July 11, 2011 at 06:25:12 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.7p188"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p188"
+#define NTP_KEYGEN_VERSION       "4.2.7p189"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a65ba6056fd42db8688c6f690a4172da3139ff4e..7ee1e624c0f2607e0af60c1b8875f39fb31d2141 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  June 28, 2011 at 07:05:31 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  July 11, 2011 at 06:26:26 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.7p188
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p189
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index c90f28d6bde5a2abcaf7b46dfc2eff876fde456b..45f781220651fc92f4e23f688ccd790ae589bb78 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "28 Jun 2011" "ntp (4.2.7p188)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "11 Jul 2011" "ntp (4.2.7p189)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:05:02 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:25:48 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -909,9 +909,8 @@ from one to several minutes with modern architectures
 such as UltraSPARC and up to tens of minutes to an hour
 with older architectures such as SPARC IPC.
 .PP
-Please report bugs to http://bugs.ntp.org .
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .SH NOTES
-Portions of this document came from FreeBSD.
-.PP
+Portions of this document came from FreeBSD..Pp
 This manual page was \fIAutoGen\fP-erated from the \fBntp-keygen\fP
 option definitions.
index 4678d2172c7817d5ca886dc2cb713efc10af65b5..b76b7c7d0f39cabae6fbc76a96a4df2666125572 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 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 28, 2011 at 07:05:33 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:26:29 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -876,9 +876,8 @@ from one to several minutes with modern architectures
 such as UltraSPARC and up to tens of minutes to an hour
 with older architectures such as SPARC IPC.
 .Pp
-Please report bugs to http://bugs.ntp.org .
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .Sh NOTES
-Portions of this document came from FreeBSD.
-.Pp
+Portions of this document came from FreeBSD..Pp
 This manual page was \fIAutoGen\fP-erated from the \fBntp-keygen\fP
 option definitions.
index 31ffb92ebe7def5059394b3d3e251e9a97c84bb5..feaa134cd3db45e19d9aca14910027541ad2f7e6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "28 Jun 2011" "ntp (4.2.7p188)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "11 Jul 2011" "ntp (4.2.7p189)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 28, 2011 at 07:05:02 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:25:48 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -909,9 +909,8 @@ from one to several minutes with modern architectures
 such as UltraSPARC and up to tens of minutes to an hour
 with older architectures such as SPARC IPC.
 .PP
-Please report bugs to http://bugs.ntp.org .
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .SH NOTES
-Portions of this document came from FreeBSD.
-.PP
+Portions of this document came from FreeBSD..Pp
 This manual page was \fIAutoGen\fP-erated from the \fBntp-keygen\fP
 option definitions.
index 93306326191fb9fadbc70870c4105b41c56c7352..d088c7e8cb2c7fc13ae2c127fbaf7d41f02269fd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 28 2011
+.Dd July 11 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 28, 2011 at 07:05:33 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  July 11, 2011 at 06:26:29 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -876,9 +876,8 @@ from one to several minutes with modern architectures
 such as UltraSPARC and up to tens of minutes to an hour
 with older architectures such as SPARC IPC.
 .Pp
-Please report bugs to http://bugs.ntp.org .
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
 .Sh NOTES
-Portions of this document came from FreeBSD.
-.Pp
+Portions of this document came from FreeBSD..Pp
 This manual page was \fIAutoGen\fP-erated from the \fBntp-keygen\fP
 option definitions.