]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P191 NTP_4_2_7P191
authorHarlan Stenn <stenn@ntp.org>
Sun, 17 Jul 2011 06:51:56 +0000 (06:51 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 17 Jul 2011 06:51:56 +0000 (06:51 +0000)
bk: 4e22868cFAnj_8_RFPnLmrLnGL_oJQ

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 f8bed2302642c32b0ef26a0b33b1eb745c45f758..a509331bebfdf6875ab33aeb05fac232e4276333 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p191) 2011/07/17 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1948] Update man page section layout.
 * [Bug 1963] add reset command for ntpq :config, similar to ntpdc's.
 * [Bug 1964] --without-sntp should not build sntp.
index 84a3fb3951b7ddfa30843acb899e7ca88c32e239..316ef8020fc24b11078baa25bc09e222ab29287b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:41:38 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:47:10 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.7p190\n\
+"ntpd 4.2.7p191\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.7p190\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index adab10b1613ec149af387edf0a1fd564e0958107..77ae828f03b692757ebb4b83e3531a120d4075c5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:41:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:47:10 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.7p190"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p190"
+#define NTPD_VERSION       "4.2.7p191"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 480f94887e39fd3c889a03109faef1d4074d1052..8cf9bbfaa1e404a2a1a3cd4f572db074ce1d9e76 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 13, 2011 at 09:43:41 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 17, 2011 at 06:47:51 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.7p190
+ntpd - NTP daemon program - Ver. 4.2.7p191
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index a398b22f2e21636fc88f55f593ebb49167bdbe04..a2cb4a4cebcb349e2b255ae36f633b8d695d502b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "13 Jul 2011" "4.2.7p190" "User Commands"
+.TH ntpd 1ntpdman "17 Jul 2011" "4.2.7p191" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:43:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 06f8edc5a401ef239ee79b25d32df73e4ebb59b5..e4e322526923bd0ecb058733932b2097ee6d8703 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:43:44 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2a23c9f47e7f2cd754b348119fe2c31d64adf3a4..b2aa83b677b449825341993f8822f12c600f5ff8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "13 Jul 2011" "4.2.7p190" "User Commands"
+.TH ntpd @NTPD_MS@ "17 Jul 2011" "4.2.7p191" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:43:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 08a9a642fedf337423d7ee7a3b7c2967569a0874..43719313bdf37a5dcf18d6c5eaf07818c688a92f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:43:44 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b91753f174e099275dffa9e469eb1169d6ac6a00..9e656c202813ac62e823d76f7b2c3995bdb480ea 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:44:18 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:47:58 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.7p190\n\
+"ntpdc 4.2.7p191\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.7p190\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 10e6dd04bdd3ad92ef46ee16668b4083d3ad6807..31775071bdb893d341bc87dbded46f19b26ab389 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:44:16 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:47:58 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.7p190"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p190"
+#define NTPDC_VERSION       "4.2.7p191"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2002562ae851e25b1557938ffca1dab4cce0e210..109a06dc3edc4769059d7b4133667d737ec58b9f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  July 13, 2011 at 09:46:53 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 17, 2011 at 06:49:08 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.7p190
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p191
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 69bd1d81735e2bb6d699ddddef07cd249d656734..2549b5f9797bd3dafc3e16dc8b4fde38543b797e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "13 Jul 2011" "4.2.7p190" "User Commands"
+.TH ntpdc 1ntpdcman "17 Jul 2011" "4.2.7p191" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:45:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:48:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fffcc0a4425561f6d3798d78fa89dd6dcf4f515d..9eac0488d05b8369bc5ff63beec12e997a0da691 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:46:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fa5415b34a42dc5451f3e71663a2b963d1209f2f..a68290a7436a672f4ff605ff099f156ef29caaeb 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.7p190 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p191 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.7p190
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p191
 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 949a6d371255cee7f5a07780e1e83343d8715a2f..8dbaf4722c7d7a16d129e1031086259e0fd9d87a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "13 Jul 2011" "4.2.7p190" "User Commands"
+.TH ntpdc @NTPDC_MS@ "17 Jul 2011" "4.2.7p191" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:45:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:48:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c34d5a670ca2fe482466f24929cd941c11ee8b32..2ed4727c35af92600c6fa0924cc481a57c8d0884 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:46:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0a0abde5b49b774b388400f293d1cd2fff85a529..e9354b13aefb6632d7cda97b06c60559ca9c0b72 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:47:02 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:49:12 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.7p190\n\
+"ntpq 4.2.7p191\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.7p190\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 492c296adccd9d2392617589bde9be61c8b301a7..2315a3ba4f3bc9155bb266ef388c6b0d4fda156e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:47:01 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:49:11 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.7p190"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p190"
+#define NTPQ_VERSION       "4.2.7p191"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index da9239a0f73e1e1744c6ad118766aee26f759a07..86f7017be8ad81b230c365161c2e5066c891592b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  July 13, 2011 at 09:48:52 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 17, 2011 at 06:49:47 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.7p190
+ntpq - standard NTP query program - Ver. 4.2.7p191
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 32a781f70ec4bed51668fd1e7282dc9bfbbc1e45..7d3c0fa3af9d3d8cddec59fecba0bbd721383ecd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "13 Jul 2011" "4.2.7p190" "User Commands"
+.TH ntpq 1ntpqman "17 Jul 2011" "4.2.7p191" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:48:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:36 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 601d207a74aec7f3342dc4885b1003d601e7de85..9e4514eb0d7eab641a83aab26135212d911fc20f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:48:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7f5bb154d178a8a9e9ea6b2d9d23d356c6dd6d3d..5ffb395dd712949c8222ca6b24cd7eca43d0d94e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "13 Jul 2011" "4.2.7p190" "User Commands"
+.TH ntpq @NTPQ_MS@ "17 Jul 2011" "4.2.7p191" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:48:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:36 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0c8f2dded4c358e6c27df442faaf2e114432d517..f1ce83f2fa4c24b6980391829fe48d62820fc95c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:48:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bd18acfd7daf051bda8fecc717ffad9791d841d6..c28a29f770cd22030e736fcbf95aa8f4f18ea876 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:49:00 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:49:51 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.7p190\n\
+"ntpsnmpd 4.2.7p191\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.7p190\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 799be95c727f0d848a4c5c3c121615f135c34254..9e7d2d49816ef471ff7815c23f23e362f8d6ce90 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:48:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:49:50 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.7p190"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p190"
+#define NTPSNMPD_VERSION       "4.2.7p191"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4a34deb23a94eee20f7b5b4654a961113865cd7a..9195b9f95a325bea1e97933c8405924ac1afbd8e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 13, 2011 at 09:49:57 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 17, 2011 at 06:50:09 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.7p190
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p191
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index b0d3eaa45394d7eaae90688da2f319be52d44a40..8d0855f5b5775272381a24cccb17be21c92fe128 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "13 Jul 2011" "4.2.7p190" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "17 Jul 2011" "4.2.7p191" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:49:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2086d9482fa9f29e0cef5e849b8ab4992563ece6..2118360b464c6bf0d2b311c205e07314d0a57a42 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:50:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:10 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7b5c1afc7b66b04b0650b16f6e55ece7a93282eb..83e67b97325ac30497918c4afd3b6baff208b0a2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "13 Jul 2011" "4.2.7p190" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "17 Jul 2011" "4.2.7p191" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:49:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 33bc1a55066d961530941ef662c1cf85c4530a25..3f095e1b9d7f1c3afb0f86afb272773393faad40 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:50:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:10 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b0b4128ca2e77e69a54960de8545e096b4f67994..faf54645e25a8c2f8e5fe4264a904d6c128d6c64 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=190
+point=191
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 506b3a8d62b5682a8ae2428ce776c41cf022ae1a..0a87be1acd2d2dc4d35c91b0bd96cc2df1ed7a91 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  July 13, 2011 at 09:41:23 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 17, 2011 at 06:47:02 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7605bd8fae9cc7dd4af28903ef8f730b9569ee84..d7fe4f31a5e05494c42d21b629456c4d20153a07 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "13 Jul 2011" "ntp (4.2.7p190)" "User Commands"
+.TH ntp-wait 1ntp-waitman "17 Jul 2011" "ntp (4.2.7p191)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:40:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:00 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dafe890b5b1f6b7d6e86e8c61e9329849f55e192..ec35dc18d4edc0693ca10347f994d8197b49dd32 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:41:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:08 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e4f8bca3a68c1d5e4ee83e48bde5a4bd91b8baa4..53225f024b907478e0bcb9567287935899ee819f 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.7p190 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p191 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index eef1ca7dcd20bb9e7cf16985a20e1ca4b6c9cdd5..8084d885bcc328c3bff6b81dfb5cd0e65428b01a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "13 Jul 2011" "ntp (4.2.7p190)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "17 Jul 2011" "ntp (4.2.7p191)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:40:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:00 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1c2d29bf5b84a525e6a68231cb848f74cf4ab1b5..b802b0fc218b0a335efb01eca68eddb44f5137ae 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:41:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:08 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 90243cee253419a3834c3f41389000b8fe55e8de..952d4b0229941dda6504d604a34747419953adc6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:24:42 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:44:25 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.7p190\n\
+"sntp 4.2.7p191\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.7p190\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 2537ceef2c13c51ddcfa623fafd8e67eb8c579f2..a04b5e4170698b8f52ba87625e3ba59b5f047758 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:24:40 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:44:24 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.7p190"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p190"
+#define SNTP_VERSION       "4.2.7p191"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 40b7d998e9936cb87dec190a6dcabcf6dc86d90b..166cc5b582e2ca969d6eb594afde098634ebb5b0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  July 13, 2011 at 09:53:13 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 17, 2011 at 06:51:11 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.7p190
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p191
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 4bb458c1acd3b45d3d4cdc9ae46391f74c8b1faa..b11719e7ef2485658bbd4fc0fc93b05e6f3ad848 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "13 Jul 2011" "4.2.7p190" "User Commands"
+.TH sntp 1sntpman "17 Jul 2011" "4.2.7p191" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:52:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:51:01 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 90a7ff57cabbb1de1d430a512ac2040f0d407316..b015b84a2facbdc3e45b81249c1970b269cb7fdb 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:53:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:51:12 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2958c8cf53f6c0ea60536b77d258a4ba27f69ba4..d78428aefcc013c81a47cccb98a6a9b78c70581a 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.7p190 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p191 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.7p190
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p191
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 236cdefba5c9de63cf1b4a01527a262bc5acac32..25ceed964a138a999d775e27aa943918215b69c8 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "13 Jul 2011" "4.2.7p190" "User Commands"
+.TH sntp @SNTP_MS@ "17 Jul 2011" "4.2.7p191" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:52:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:51:01 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b159637ccc73df64206196075654f9b8c462ac89..0a21db8ff6fb1180b8f860f2e16821bf68b247b5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:53:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:51:12 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index beb9ee5a4ac405870a44c8a0c4c3c2f858840d61..27d780d3319a11bebc7f59e11e85f39c4a22cbc4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:50:06 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:50: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.7p190\n\
+"ntp-keygen (ntp) 4.2.7p191\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.7p190\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 04292525a980c1a04b7813daa6716ad0d82fb339..f0f72a0e5910a114ecd2cfde7486263a0a66fb00 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  July 13, 2011 at 09:50:05 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 17, 2011 at 06:50: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.7p190"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p190"
+#define NTP_KEYGEN_VERSION       "4.2.7p191"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 85dfe639a3f4f257ac8276200003ebb276f4bf28..627fd84f9c714efc094eb31030f025bcd6d38dd6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  July 13, 2011 at 09:51:35 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 17, 2011 at 06:50:41 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.7p190
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p191
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 14adb5ff16f0494d242765fe56b12f752337a1c5..b4627b3a9a60a8ca0a9922db56a19ad661b6f761 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "13 Jul 2011" "ntp (4.2.7p190)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "17 Jul 2011" "ntp (4.2.7p191)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:50:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:27 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 88c9d76fb4c420098f93fe7d2a22c68bba877a40..7f34fa40acd25a4eff61559ed63a329d8dc1d200 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:51:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:42 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 64cb5cc00ab996f53ac2c011fb3b1123f89bf8e8..d5134b56f29de85c85e5438e0f72d5cd07ad9ab6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "13 Jul 2011" "ntp (4.2.7p190)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "17 Jul 2011" "ntp (4.2.7p191)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:50:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:27 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 06ff764cf86eb161e8b20ab2bcdf16b74e9479c5..2684b445afa2bb005de968393716b4a0d0625aff 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 13 2011
+.Dd July 17 2011
 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 13, 2011 at 09:51:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:42 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME