]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P186 NTP_4_2_7P186
authorHarlan Stenn <stenn@ntp.org>
Thu, 23 Jun 2011 11:29:27 +0000 (11:29 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 23 Jun 2011 11:29:27 +0000 (11:29 +0000)
bk: 4e032397AAqNbY9uqM0dzKfWiQFsMQ

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 716bb42e7817c161074d89583293d56490862103..20673944605e0cb68c244844a74756ff74646f45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p186) 2011/06/23 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1950] Control installation of event_rpcgen.py.
 * Update .point-changed-filelist for the new man pages.
 * Update the building of OS-specific programs.
index e017c9af65271f92b17a091ffefe7865eed24bb9..4ea60666dc34ab080df81f5a716b72cf9c53c494 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:26:30 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:24:20 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.7p185\n\
+"ntpd 4.2.7p186\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.7p185\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 70146a7dff560db6839bba2c8fa8b5a501e06ff1..1342fbb53a6e85ce77609869644f707a4554a353 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:26:30 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:24:20 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.7p185"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p185"
+#define NTPD_VERSION       "4.2.7p186"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 22e5c275068f4c97c063005a4e913252e77af9f0..44c10310b1c62fa8a3e0b23fb05d1b8d0041d7ec 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 21, 2011 at 11:26:50 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 23, 2011 at 11:24:25 AM by AutoGen 5.11.10pre10
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b0c531a936c8df0fcbf9afdab3722e889bb503a9..d9b6318179a946dfbf2ad2f9c818d07832ed7a88 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "22 Jun 2011" "4.2.7p184" "User Commands"
+.TH ntpd 1ntpdman "23 Jun 2011" "4.2.7p186" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:43:11 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:21 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2ff9a4ea56f62edbd6075f3b04f62ded207856ab..2da1a915b1ac0fce1a8e6073ad12581b7fba2ab7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTPD 1ntpdmdoc User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:57:43 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:25 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 622b3bd4503e88767296079193c3b788cbdbad8d..cc13ef6ab53739b4cdf68518e013385a55303893 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "22 Jun 2011" "4.2.7p184" "User Commands"
+.TH ntpd @NTPD_MS@ "23 Jun 2011" "4.2.7p186" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:43:11 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:21 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f1e46c9c06ffa2211979dcb4f89ada65d086e389..98039759c5a64df4b5a464db1968b89ff976770f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTPD @NTPD_MS@ User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:57:43 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:25 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 84105c7db24a672066fe22e064be5fd9e471706b..4ac666a7d1d915ced0154a44caba28b9042c96d4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:26:55 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:24:31 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.7p185\n\
+"ntpdc 4.2.7p186\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.7p185\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 905b97607ee26be7fee90dcae5b520f0185055b7..e505f3acccfb78afbf39eb8acb26a5d465022d87 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:26:55 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:24:31 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.7p185"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p185"
+#define NTPDC_VERSION       "4.2.7p186"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 21fa7ccbe1a9ea284f9ed2a1889cecf23fae25bf..5bb3a305f5263b3d98adb19cd66cc508e2bedd99 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  June 21, 2011 at 11:27:05 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 23, 2011 at 11:25:41 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.7p185
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p186
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e6936e762c6dbb07d6a72d6a050e68d5e1ff7645..7abb6c0c30d3aebb6f87067d51f6d9b799125574 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "22 Jun 2011" "4.2.7p184" "User Commands"
+.TH ntpdc 1ntpdcman "23 Jun 2011" "4.2.7p186" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:57:51 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:41 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -538,32 +538,4 @@ undecodable without a copy of the driver source in hand.
 .Ss "Runtime Configuration Requests"
 All requests which cause state changes in the server are
 authenticated by the server using a configured NTP key (the
-facility can also be disabled by the server by not configuring a
-key).
-The key number and the corresponding key must also be made
-known to
-.B  .
-This can be done using the
-.Ic keyid
-and
-.Ic passwd
-commands, the latter of which will prompt at the terminal for a
-password to use as the encryption key.
-You will also be prompted
-automatically for both the key number and password the first time a
-command which would result in an authenticated request to the
-server is given.
-Authentication not only provides verification that
-the requester has permission to make such changes, but also gives
-an extra degree of protection again transmission errors.
-.PP
-Authenticated requests always include a timestamp in the packet
-data, which is included in the computation of the authentication
-code.
-This timestamp is compared by the server to its receive time
-stamp.
-If they differ by more than a small amount the request is
-rejected.
-This is done for two reasons.
-First, it makes simple
-replay attacks on the server, by someone who might be able to
+facility can also be disabled by the server by not
index ab3f0042ae4334697fd9702ce32245f645642b23..5b397595f4e0c96cf8fddff3577a274e3a7e0540 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:58:17 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:25:43 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 705fc14982f0d3699c6eeccf4b73c7b1efeb591d..28fd1bf8d52321f718bddf8d3e61cb1467d5ecb9 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.7p185 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p186 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.7p185
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p186
 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 7df655f77da9270c68e057e5c47892432933dcb0..dba08d06d12753ae8a469b7dd2e320c83c43b3bb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "22 Jun 2011" "4.2.7p184" "User Commands"
+.TH ntpdc @NTPDC_MS@ "23 Jun 2011" "4.2.7p186" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:57:51 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:41 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -538,32 +538,4 @@ undecodable without a copy of the driver source in hand.
 .Ss "Runtime Configuration Requests"
 All requests which cause state changes in the server are
 authenticated by the server using a configured NTP key (the
-facility can also be disabled by the server by not configuring a
-key).
-The key number and the corresponding key must also be made
-known to
-.B  .
-This can be done using the
-.Ic keyid
-and
-.Ic passwd
-commands, the latter of which will prompt at the terminal for a
-password to use as the encryption key.
-You will also be prompted
-automatically for both the key number and password the first time a
-command which would result in an authenticated request to the
-server is given.
-Authentication not only provides verification that
-the requester has permission to make such changes, but also gives
-an extra degree of protection again transmission errors.
-.PP
-Authenticated requests always include a timestamp in the packet
-data, which is included in the computation of the authentication
-code.
-This timestamp is compared by the server to its receive time
-stamp.
-If they differ by more than a small amount the request is
-rejected.
-This is done for two reasons.
-First, it makes simple
-replay attacks on the server, by someone who might be able to
+facility can also be disabled by the server by not
index 7a32a43ee9e27f0180e4aedbf51a803bbcd7fba7..bb3d5f2ffd26c9baf4d808e6ccbc58a6dad13d0b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:58:17 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:25:43 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a8bd1237211816d79f729f45c3f58dd1f7f9ad8b..dd6ab93159977fadd6e0aba14b5a91b6a75e5724 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:27:06 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:25:49 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.7p185\n\
+"ntpq 4.2.7p186\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.7p185\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a938f8b2d3d05c62b68eabe09ceff986102608c3..371bb6abb261a4825355e01a0c846a2d5a496443 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:27:05 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:25:49 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.7p185"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p185"
+#define NTPQ_VERSION       "4.2.7p186"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2ea29029c92af9381e2ee64616a215555250907f..7e3a6e154a14bba3faaa33a430097c0bc8a155c9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  June 21, 2011 at 11:27:17 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 23, 2011 at 11:26:26 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.7p185
+ntpq - standard NTP query program - Ver. 4.2.7p186
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 442fb25519ddfe6d0d44ce38e00993960313b299..f1536d88623b1afbb8bc80c09e7686453bde7d7d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "22 Jun 2011" "4.2.7p184" "User Commands"
+.TH ntpq 1ntpqman "23 Jun 2011" "4.2.7p186" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:58:33 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:14 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dfc2e1bcc7be52190e0f073021c2ef609b559c99..f7ad9e9d98044308b381a900607c109da3dac9d1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTPQ 1ntpqmdoc User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:58:38 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:27 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index cec4bd97895248db725880b02208da2e80440bf0..b91a4c675603447e1f3d8cbb859b21ff6fb4c8cd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "22 Jun 2011" "4.2.7p184" "User Commands"
+.TH ntpq @NTPQ_MS@ "23 Jun 2011" "4.2.7p186" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:58:33 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:14 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 96355c8952040dece4b48b6dd1826a4c1234700d..ad9bde9bcb7e22134ce44042ad66c57355965b02 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:58:38 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:27 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 061a63d25e1d609a01c2a12fa0ce543ed679dd28..ca929f362fe44ba6607108b59b4cca3e8c10d921 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:27:17 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:26:30 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.7p185\n\
+"ntpsnmpd 4.2.7p186\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.7p185\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a123907cf333d9d8014c16d17a73435eeacf8fad..34a6aae24ef16ee2cba170c5baedb18c7efb5678 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:27:17 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:26:29 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.7p185"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p185"
+#define NTPSNMPD_VERSION       "4.2.7p186"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 98278e327be24512474388f94c7db167d47de6f9..178621e3a5a78282634e5bda09e5f6a818fdf217 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 21, 2011 at 11:27:24 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 23, 2011 at 11:26:50 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.7p185
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p186
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index e6274fae0956ea2d53968895ba0a67698c90286f..52e9fede0ec98cc884fb6e5f37f13c0531211d3c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "22 Jun 2011" "4.2.7p184" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "23 Jun 2011" "4.2.7p186" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:59:33 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:39 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9efd1bab72d810983348ee1268f1a4fa59d8996d..07b586141f80a33d1bba45689b8a90bbf9cea1fc 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:59:38 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:52 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d0d80d7192a3fad28592bbf7150154385a682d53..98d4d5e5aab40d6061632e4a5cf73c09dbb8e5f7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "22 Jun 2011" "4.2.7p184" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "23 Jun 2011" "4.2.7p186" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:59:33 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:39 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ef1f13e8ae2d8045d7aebe091e18390ae16caae8..b7b53c9c30c3a09b97789a8cb1744c7aec62cb0d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:59:38 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:52 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index dea47d7c32750200d26aeef8157963f36e1c51e1..f21b824fe02b9583f67beebb1932203716582802 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=185
+point=186
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 9b18ef0af32051a5ac2fd75f8ee75abf3e99b4a1..3edcc5ad88359dc91013dc5a081a6d06fbd1f65f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  June 21, 2011 at 11:24:54 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 23, 2011 at 11:24:17 AM by AutoGen 5.11.10pre10
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 46b2b580be40281a304f9060fbf78694bfe737c7..5e2cdc1933fad5262db4fca7e976129dba6a0677 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "22 Jun 2011" "ntp (4.2.7p184)" "User Commands"
+.TH ntp-wait 1ntp-waitman "23 Jun 2011" "ntp (4.2.7p186)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:28:02 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:15 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ea14a70409aa7984ef87a0208f080b263610c6ac..8b2919ed3f8e2c0f30f0f2ce2c0e244161262ab6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:43:04 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:18 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8acfa5391807ecfb72c54d06e409ccf435b411cd..a952b4b7c22307bb07181a2bb686a4c8fa1de814 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.7p185 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p186 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index f3694819750bdaa14863e25eb47ea8c7b7ab69c4..fb35924633909cb7f450bd94348e7bf9337afdd2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "22 Jun 2011" "ntp (4.2.7p184)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "23 Jun 2011" "ntp (4.2.7p186)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:28:02 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:15 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 98f274cc1531544ba7849182bae5f35e3044e751..b7940681ede6597cb6ff599c938fde2c3b01c623 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 04:43:04 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:18 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0f1a59f63acf28f0e7f3654fff6214373f9d4d7d..e872e7fd7b618b3ec7a84bb0c05bfd1e16a2bfb2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:18:55 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:18:23 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.7p185\n\
+"sntp 4.2.7p186\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.7p185\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 80d581dbf0542eb6f9304dbe97923ec890651477..650dcb53e6071605e03c6928ee1ba9256f1eeadc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:18:54 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:18:22 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.7p185"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p185"
+#define SNTP_VERSION       "4.2.7p186"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8ffd1d4a404a4ed8b9d37fa2a9074321bd7a4951..e4da635be3673eee8ae913bceca77ab676360d9f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  June 21, 2011 at 11:29:14 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 23, 2011 at 11:28:03 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.7p185
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p186
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 5c8d2f0fe4378c523b01dc5c0652cff5e2d3bf20..b10b8f4953931274bf04e4e47ef508b8f0512b93 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "21 Jun 2011" "4.2.7p184" "User Commands"
+.TH sntp 1sntpman "23 Jun 2011" "4.2.7p186" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 21, 2011 at 03:45:41 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:27:53 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5bf45ae72ae1c7d16cc441ffbd5afea77c56aab9..b9e8219551714fbbedbb5d226a122860b8574341 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 21 2011
+.Dd June 23 2011
 .Dt SNTP 1sntpmdoc User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 21, 2011 at 03:45:42 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:28:06 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index db515d8e5c9edebd1b2d781a4279a54b8867ad56..2c30b7a84dad6868a3762e50852d5ac1783199c5 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.7p185 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p186 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.7p185
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p186
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 16c7d2b890f367d61c8c6737f482cc32aa95f966..354c06666a4300283564e484896437ba78529422 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "21 Jun 2011" "4.2.7p184" "User Commands"
+.TH sntp @SNTP_MS@ "23 Jun 2011" "4.2.7p186" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 21, 2011 at 03:45:41 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:27:53 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 425a46708a136bcd142877bac02d13c4082f6fcf..a906303ec6980b343827a3aa0fb195517d2a6315 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 21 2011
+.Dd June 23 2011
 .Dt SNTP @SNTP_MS@ User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 21, 2011 at 03:45:42 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:28:06 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f743a6444dbdd264cfe199dd7e083d915a79c5c8..70e7d833ec641cad735595e730921bce3438961d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:27:26 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:26:56 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.7p185\n\
+"ntp-keygen (ntp) 4.2.7p186\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.7p185\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2bce84f00dc6966af7201d001a5863071497ee42..bee381b36dbb6c9aecec2d15590dddcc8eb079b2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  June 21, 2011 at 11:27:26 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 23, 2011 at 11:26:55 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.7p185"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p185"
+#define NTP_KEYGEN_VERSION       "4.2.7p186"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9ffbb3eeffac4e6c145397a83ea0856973c2a683..2710bdc66e5e22df89c4ec18327139b79442f269 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  June 21, 2011 at 11:28:09 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 23, 2011 at 11:27:28 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.7p185
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p186
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 6a1b7f1032618bfd6276edb4df1af8bd8ada16e3..254125a1a6628fc89dbfabbc21e6a65df355576c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "22 Jun 2011" "ntp (4.2.7p184)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "23 Jun 2011" "ntp (4.2.7p186)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 05:00:14 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:27:12 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6c167c7076eb92adf4fa7ec199cda2c84e654ff8..a2b8d5efdb38fbd7f030bb59935d64aeae95ce9f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 05:00:16 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:27:30 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e20af2b381a5e05acea4ea2dd0123df00088b26e..e7d94e474e454808761781f9b944d8c9000de0c8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "22 Jun 2011" "ntp (4.2.7p184)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "23 Jun 2011" "ntp (4.2.7p186)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 05:00:14 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:27:12 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d39e97919f578a7adb6f336965d488f145802a27..f00c781bc2b44c34fa5d407cd228822184dc6a07 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 22 2011
+.Dd June 23 2011
 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
-.Os Linux 2.6.26-2-686
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 22, 2011 at 05:00:16 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 23, 2011 at 11:27:30 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME