]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P187 NTP_4_2_7P187
authorHarlan Stenn <stenn@ntp.org>
Fri, 24 Jun 2011 08:03:59 +0000 (08:03 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 24 Jun 2011 08:03:59 +0000 (08:03 +0000)
bk: 4e0444efy9RX8GbTknrMKYymbta0_g

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 842df5089652556000b49130e0f16ce281921121..e442d84d61c48246f0b43cad40bf5dccefeecf3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p187) 2011/06/24 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1954] Fix typos in [s]bin_PROGRAMS in ntpd/Makefile.am.
 * Implement --with-locfile=filename configure argument.  If filename is
   empty we'll look under loc/ for a good fit.  If the filename contains
index 4ea60666dc34ab080df81f5a716b72cf9c53c494..fe268573693f92e8ce1036f2b9c5b6a76ef4ec5a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:24:20 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 07:57:51 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.7p186\n\
+"ntpd 4.2.7p187\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.7p186\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p187\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 1342fbb53a6e85ce77609869644f707a4554a353..daa263b78127e39ae7fdffa70f8302704df93969 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:24:20 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 07:57:50 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.7p186"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p186"
+#define NTPD_VERSION       "4.2.7p187"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p187"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 44c10310b1c62fa8a3e0b23fb05d1b8d0041d7ec..10ad4342e1734cf6535154af58c555715de3e200 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 23, 2011 at 11:24:25 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 24, 2011 at 07:58:32 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.7p185
+ntpd - NTP daemon program - Ver. 4.2.7p187
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index d9b6318179a946dfbf2ad2f9c818d07832ed7a88..d48d83afd92fb2ca4160c5e5c417330f7b33b5e2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "23 Jun 2011" "4.2.7p186" "User Commands"
+.TH ntpd 1ntpdman "24 Jun 2011" "4.2.7p187" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:21 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 07:58:19 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2da1a915b1ac0fce1a8e6073ad12581b7fba2ab7..ba9d09d03f0ae3f325f904ffb1bcc0b19132bd58 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:25 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 07:58:34 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index cc13ef6ab53739b4cdf68518e013385a55303893..1081b3cacb94d457713af7490e896b192df71d69 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "23 Jun 2011" "4.2.7p186" "User Commands"
+.TH ntpd @NTPD_MS@ "24 Jun 2011" "4.2.7p187" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:21 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 07:58:19 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 98039759c5a64df4b5a464db1968b89ff976770f..e04839caa58f39e196562adb7f53d719a2f1cf05 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 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 23, 2011 at 11:24:25 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 07:58:34 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4ac666a7d1d915ced0154a44caba28b9042c96d4..5d2e4140f0f7f58a06c79e81b56584b9776e8770 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:24:31 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 07:58:44 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.7p186\n\
+"ntpdc 4.2.7p187\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.7p186\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p187\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e505f3acccfb78afbf39eb8acb26a5d465022d87..fc6f83cad89cffb23264310af140455764c79458 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:24:31 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 07:58:43 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.7p186"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p186"
+#define NTPDC_VERSION       "4.2.7p187"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p187"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5bb3a305f5263b3d98adb19cd66cc508e2bedd99..6cdb5e2999f75fd95f65478ee304a602c22fc4fb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  June 23, 2011 at 11:25:41 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 24, 2011 at 08:00:11 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.7p186
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p187
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 7abb6c0c30d3aebb6f87067d51f6d9b799125574..364e0be946afe9237233519295a5def7a0c91249 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "23 Jun 2011" "4.2.7p186" "User Commands"
+.TH ntpdc 1ntpdcman "24 Jun 2011" "4.2.7p187" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:41 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 07:59:01 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5b397595f4e0c96cf8fddff3577a274e3a7e0540..5b1d3dd6e46c29647858be1f8ecf633d91821d0c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:25:43 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:00:13 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 28fd1bf8d52321f718bddf8d3e61cb1467d5ecb9..15e11d4c2ab20e7d03e8c18ff5a34f66a0b5cafd 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.7p186 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p187 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.7p186
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p187
 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 dba08d06d12753ae8a469b7dd2e320c83c43b3bb..c58b0a25178e5c422184c630ae2c34ccd295a721 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "23 Jun 2011" "4.2.7p186" "User Commands"
+.TH ntpdc @NTPDC_MS@ "24 Jun 2011" "4.2.7p187" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:41 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 07:59:01 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bb3d5f2ffd26c9baf4d808e6ccbc58a6dad13d0b..0356baf2798d41a62819a38a44810a106af45a4b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 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 23, 2011 at 11:25:43 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:00:13 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index dd6ab93159977fadd6e0aba14b5a91b6a75e5724..bda803059c10f571825246a3a9b3dd8d843b51bf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:25:49 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 08:00:16 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.7p186\n\
+"ntpq 4.2.7p187\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.7p186\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p187\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 371bb6abb261a4825355e01a0c846a2d5a496443..c24cdbc5aa5834cea6260ef8f4682cd7b40368d7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:25:49 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 08:00:16 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.7p186"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p186"
+#define NTPQ_VERSION       "4.2.7p187"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p187"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7e3a6e154a14bba3faaa33a430097c0bc8a155c9..7d0ebb7db36585f7cd91172ea61ea6a4db2e4e5b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  June 23, 2011 at 11:26:26 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 24, 2011 at 08:01:06 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.7p186
+ntpq - standard NTP query program - Ver. 4.2.7p187
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index f1536d88623b1afbb8bc80c09e7686453bde7d7d..cdda55fca507fd0186931f409fbf9d823d02d735 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "23 Jun 2011" "4.2.7p186" "User Commands"
+.TH ntpq 1ntpqman "24 Jun 2011" "4.2.7p187" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:14 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:00:49 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f7ad9e9d98044308b381a900607c109da3dac9d1..d3559143e49342e728c523f3f1b51624d5926f5f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:27 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:08 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b91a4c675603447e1f3d8cbb859b21ff6fb4c8cd..1dd972bdf5873e3c9df8ab844285e5261e9d7181 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "23 Jun 2011" "4.2.7p186" "User Commands"
+.TH ntpq @NTPQ_MS@ "24 Jun 2011" "4.2.7p187" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:14 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:00:49 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ad9bde9bcb7e22134ce44042ad66c57355965b02..456727dca657e11b78c87043bb07786b609a116d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 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 23, 2011 at 11:26:27 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:08 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ca929f362fe44ba6607108b59b4cca3e8c10d921..5429af146cf16af76fba80845ac1a3c1739e9fd2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:26:30 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 08:01:11 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.7p186\n\
+"ntpsnmpd 4.2.7p187\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.7p186\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p187\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 34a6aae24ef16ee2cba170c5baedb18c7efb5678..626f4a3275c4d82214368fed8b3fdcbbaf37dc29 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:26:29 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 08:01:10 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.7p186"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p186"
+#define NTPSNMPD_VERSION       "4.2.7p187"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p187"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 178621e3a5a78282634e5bda09e5f6a818fdf217..ad8c7cdabd50e4dc85444f12dade0bed8778e4d5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 23, 2011 at 11:26:50 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 24, 2011 at 08:01:37 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.7p186
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p187
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 52e9fede0ec98cc884fb6e5f37f13c0531211d3c..f98104b63d700e0ce53c2680ffb64bf448fd4308 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "23 Jun 2011" "4.2.7p186" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "24 Jun 2011" "4.2.7p187" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:39 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:22 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 07b586141f80a33d1bba45689b8a90bbf9cea1fc..4c96f4b0490615681164f91296092ecc8678f380 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:52 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:38 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 98d4d5e5aab40d6061632e4a5cf73c09dbb8e5f7..57e312ceb520ca4d58aa372475c3859ecfcca979 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "23 Jun 2011" "4.2.7p186" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "24 Jun 2011" "4.2.7p187" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:26:39 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:22 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b7b53c9c30c3a09b97789a8cb1744c7aec62cb0d..5155db5a83bdf2fdc54174cefbaf4002df0cb97f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 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 23, 2011 at 11:26:52 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:01:38 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f21b824fe02b9583f67beebb1932203716582802..372b22dadb405a5c0a732e18ac737d30c7c4b2ca 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=186
+point=187
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 3edcc5ad88359dc91013dc5a081a6d06fbd1f65f..e544494e11c9579d89acf9ffa30d032413ecdb7b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  June 23, 2011 at 11:24:17 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 24, 2011 at 07:57:47 AM by AutoGen 5.11.10pre10
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5e2cdc1933fad5262db4fca7e976129dba6a0677..bff199b9a8e466d27b447b7b9741737dfe85a758 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "23 Jun 2011" "ntp (4.2.7p186)" "User Commands"
+.TH ntp-wait 1ntp-waitman "24 Jun 2011" "ntp (4.2.7p187)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:15 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 07:57:38 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8b2919ed3f8e2c0f30f0f2ce2c0e244161262ab6..721bcaf9d384a79ff9807be9791e1311b5b27849 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 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 23, 2011 at 11:24:18 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 07:57:48 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a952b4b7c22307bb07181a2bb686a4c8fa1de814..3b7e3ec9ba8fd4b93b0e4a5bd18abb3bfa673609 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.7p186 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p187 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index fb35924633909cb7f450bd94348e7bf9337afdd2..ba70d5d9b36363007ec6c9026e80f8ee43d226bb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "23 Jun 2011" "ntp (4.2.7p186)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "24 Jun 2011" "ntp (4.2.7p187)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:24:15 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 07:57:38 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b7940681ede6597cb6ff599c938fde2c3b01c623..95aa0a0017162dd437c13eb6117559e97574cc1d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 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 23, 2011 at 11:24:18 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 07:57:48 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e872e7fd7b618b3ec7a84bb0c05bfd1e16a2bfb2..0be591aec5986b6425d5801788c5a7a8c899a164 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:18:23 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 07:51:15 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.7p186\n\
+"sntp 4.2.7p187\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.7p186\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p187\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 650dcb53e6071605e03c6928ee1ba9256f1eeadc..ef48e4701091d58512461db69b411b7f6648fe61 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:18:22 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 07:51:15 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.7p186"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p186"
+#define SNTP_VERSION       "4.2.7p187"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p187"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e4da635be3673eee8ae913bceca77ab676360d9f..ae70499fc17d203bcb22dee5f5bd0bbf5507e2a0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  June 23, 2011 at 11:28:03 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 24, 2011 at 08:03:11 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.7p186
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p187
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b10b8f4953931274bf04e4e47ef508b8f0512b93..e381fd82172de5d858ae2c1df4f68611438f80c5 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "23 Jun 2011" "4.2.7p186" "User Commands"
+.TH sntp 1sntpman "24 Jun 2011" "4.2.7p187" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:27:53 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:02:54 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b9e8219551714fbbedbb5d226a122860b8574341..a96dec0854c952d73c7c94cd7d7d1606f4a27556 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:28:06 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:03:12 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2c30b7a84dad6868a3762e50852d5ac1783199c5..0a15d30b1f945f11d3080cd04066c79547050d8d 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.7p186 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p187 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.7p186
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p187
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 354c06666a4300283564e484896437ba78529422..b72d07fe52478b0087e32cf139017e14faab63ab 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "23 Jun 2011" "4.2.7p186" "User Commands"
+.TH sntp @SNTP_MS@ "24 Jun 2011" "4.2.7p187" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:27:53 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:02:54 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a906303ec6980b343827a3aa0fb195517d2a6315..870f112e38530932671b20dd9e5e4f1cf40c017b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 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 23, 2011 at 11:28:06 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:03:12 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 70e7d833ec641cad735595e730921bce3438961d..97e424e2bfd121919f2630ae6fe55921288300ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:26:56 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 08:01:41 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.7p186\n\
+"ntp-keygen (ntp) 4.2.7p187\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.7p186\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p187\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index bee381b36dbb6c9aecec2d15590dddcc8eb079b2..26d4fbcd7ba684f90aa0dfa7bbaa78e8f44923a6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  June 23, 2011 at 11:26:55 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 24, 2011 at 08:01:41 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.7p186"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p186"
+#define NTP_KEYGEN_VERSION       "4.2.7p187"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p187"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2710bdc66e5e22df89c4ec18327139b79442f269..c0f633545e47248442566162df1814af27be0c34 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  June 23, 2011 at 11:27:28 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 24, 2011 at 08:02:23 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.7p186
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p187
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 254125a1a6628fc89dbfabbc21e6a65df355576c..483401d8cb603ce7e2f9f0235546d085db72d02c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "23 Jun 2011" "ntp (4.2.7p186)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "24 Jun 2011" "ntp (4.2.7p187)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:27:12 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:02:01 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a2b8d5efdb38fbd7f030bb59935d64aeae95ce9f..9f54f1efd37e0f2bd6341f12e9c1cf45e70055a1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 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 23, 2011 at 11:27:30 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:02:25 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e7d94e474e454808761781f9b944d8c9000de0c8..d15e8e6be04723b2578688074d443bc4c4a979d2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "23 Jun 2011" "ntp (4.2.7p186)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "24 Jun 2011" "ntp (4.2.7p187)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 23, 2011 at 11:27:12 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:02:01 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f00c781bc2b44c34fa5d407cd228822184dc6a07..c124de8e30d77a816f034817763d237e8320e04d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 23 2011
+.Dd June 24 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 23, 2011 at 11:27:30 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 24, 2011 at 08:02:25 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME