]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P196
authorHarlan Stenn <stenn@ntp.org>
Wed, 27 Jul 2011 02:25:56 +0000 (02:25 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 27 Jul 2011 02:25:56 +0000 (02:25 +0000)
bk: 4e2f7734COgpiESd4Kw608uz93hZpQ

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 9dde01ebd5c784a12265edc7ebabf0f11383ec6e..36bdf7a6d350bc9fdab706b6c6de52dd40e62f97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p196) 2011/07/27 Released by Harlan Stenn <stenn@ntp.org>
 * DEFAULT INSTALLATION DIRECTORY CHANGES ON SOME OSes: to get the old
   behavior, pass --with-locfile=legacy to 'configure'
 * [Bug 1972] from 4.2.6p4-RC2: checking for struct rtattr fails.
index c5d830120f531748eb9d6bff0fdcf9f4fd884398..faa5afda3c548df6a0aa956851ef2c8c0de305bc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:04:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:21:32 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.7p195\n\
+"ntpd 4.2.7p196\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.7p195\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 9a89f7fa6ca3a66fcad41f5942ce17e8ac43d966..16085f2ac7c3543bd6a3a49c99ceaab89226edd9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:04:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:21:31 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.7p195"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p195"
+#define NTPD_VERSION       "4.2.7p196"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0d11f307627e3eba391f5dd7b626501812ac41c5..691d9af93b5efa3fa05cb03c1f82938af6467f5b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 25, 2011 at 08:05:29 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 27, 2011 at 02:22:04 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.7p195
+ntpd - NTP daemon program - Ver. 4.2.7p196
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 5f3e49c429ddf40bf3294242c30d0f3620240a8f..e89b74689808d5c8c2b1475e62b914c0a190177e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "25 Jul 2011" "4.2.7p195" "User Commands"
+.TH ntpd 1ntpdman "27 Jul 2011" "4.2.7p196" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:05:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a4799f67579722ff843af00e4910257ad887ede9..1aec31e9de6b95d309f9ba385e1a0448dd875719 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:05:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:05 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fb256501125e1577fdf7f5b08c4dc5f81372912b..554760f5fd2c0b36fa7f457b21ff544075c87216 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "25 Jul 2011" "4.2.7p195" "User Commands"
+.TH ntpd @NTPD_MS@ "27 Jul 2011" "4.2.7p196" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:05:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fecb388afa6692f48c24af97df2b8072b04ad62c..993aecb1e9131b6303c012e963ee3fad9b96d26a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 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 25, 2011 at 08:05:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:05 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2bbc1952e2f2116a96760640a221a38766b8a881..5fa274d6e5c792d5444ee47ec81b315bc4736821 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:05:39 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:22:11 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.7p195\n\
+"ntpdc 4.2.7p196\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.7p195\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e3d3738fa58169d1fe4b9af3c4ec5492127faeb0..0c62d3f3d94e70ebaed5d9987bdb33d1f97cfbb7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:05:38 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:22:10 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.7p195"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p195"
+#define NTPDC_VERSION       "4.2.7p196"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 353901b6e0488c1c0b00db9ed44999efe8975063..f70eabc848f7931b88c3f1129a3169c2587087f4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  July 25, 2011 at 08:07:00 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 27, 2011 at 02:23:19 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.7p195
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p196
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 07c6e20a6d37480d296e9c9c18aa0dd81237e605..9295a43e86b3da7dfdaf33cbe695418141bdf4e4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "25 Jul 2011" "4.2.7p195" "User Commands"
+.TH ntpdc 1ntpdcman "27 Jul 2011" "4.2.7p196" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:05:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 83f824238d242f8d840445783369b7a471394ef4..f42352ad82549aa668741990a35567b9a8ebe96b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:07:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c09cf80db9c1358708bbcc826fbcfc490c9b4f07..8415ceff8ae508d89d2eead23a425a916c86af6f 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.7p195 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p196 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.7p195
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p196
 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 e74d02ca1326689cd9301e642e62103f33a5765c..b6a88eefd64ea1fddc2c0d0b7b5101271e7d01a9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "25 Jul 2011" "4.2.7p195" "User Commands"
+.TH ntpdc @NTPDC_MS@ "27 Jul 2011" "4.2.7p196" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:05:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5ab4facc6eda1c942164458428f3b92edda79177..afca4b126bdb25388fb2a37904f3814a7bc35775 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 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 25, 2011 at 08:07:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index adaa01f6b6efa37c7c9d16420a25cb78a362f529..db11c947717586bfef5ec3b780d76383fcc999ff 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:07:05 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:23:23 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.7p195\n\
+"ntpq 4.2.7p196\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.7p195\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f6f24fb29eac6987a42631eb6aea4700dd1d1098..7feba4663317eb657e61c4b86252360e9fedc3b7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:07:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:23:23 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.7p195"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p195"
+#define NTPQ_VERSION       "4.2.7p196"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d99b5215b93c001dccd50c7276b567632aff4f81..39e603dcc3334143de09c947ac90e0f685784ab2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  July 25, 2011 at 08:07:47 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 27, 2011 at 02:23:53 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.7p195
+ntpq - standard NTP query program - Ver. 4.2.7p196
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 78b150ba6f3381d285d07e523df36091846b168a..d8de76512090601c78696864afe79d78af7df338 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "25 Jul 2011" "4.2.7p195" "User Commands"
+.TH ntpq 1ntpqman "27 Jul 2011" "4.2.7p196" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:07:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 196c48f7c6c82d89602c1cf17d488ba61fe38437..6e8a373e0d9786fbd75917ae13fb899ebe56afb1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:07:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:55 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f955eeb03ba95276d6578611302a42524d907072..dfcbb11c3639b5f825b5deafd71c4a674d53343e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "25 Jul 2011" "4.2.7p195" "User Commands"
+.TH ntpq @NTPQ_MS@ "27 Jul 2011" "4.2.7p196" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:07:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 612d89053fee8e37c42edeccf5d2f40668416da4..614582ce9cc94db20bbd9271c09f42851ba3e6ba 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 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 25, 2011 at 08:07:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:55 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 81a021ff036e0cc571d6f8d83317dbf163debde1..b2ed18b4e357a5a26c6d65a660a0f5a8979ff190 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:07:51 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:23:57 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.7p195\n\
+"ntpsnmpd 4.2.7p196\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.7p195\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 208fe9f1ef9f54528d3d3ec55bc34114159bcbd7..b7c63585702fd28926aa306c9ee9347ca02b81b0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:07:50 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:23:56 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.7p195"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p195"
+#define NTPSNMPD_VERSION       "4.2.7p196"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2d154a59e74a6354da617140426a8500c5e5950e..80e0e3db61258136d712abf2b2f9df391f729b64 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 25, 2011 at 08:08:10 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 27, 2011 at 02:24:13 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.7p195
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p196
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 87308f8cbaaa4c4f7ba1954c5a56dea3a9976e97..338cd7e10d039532a6fd8c0f6b30465eb3d2959e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "25 Jul 2011" "4.2.7p195" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "27 Jul 2011" "4.2.7p196" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:07:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bf6ae55b5da487ca61c867ac15e1fa34a57df62c..0fb7fd741f3d24a1a2e91ee1867cb61dcd56287d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:08:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:14 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 21946b752ab7f3022cabf6563f7e346f45aed07f..f8ca890fc15cd50c7296ffff44d121fc115a5d38 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "25 Jul 2011" "4.2.7p195" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "27 Jul 2011" "4.2.7p196" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:07:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 83b47767bee0b5ca8063116b8f70e0d672b7c554..405bb87f4e4675c33adc8ad3d76c90b8176ff451 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 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 25, 2011 at 08:08:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:14 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3790af78e687a5c4429987b24997bea57faa2c7f..40f71322dae24fe19a769e4a5042d34c945fdc09 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=195
+point=196
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 8462e36a9643d470e011410bcf68e2c3bb31f993..9c6099da6b2426f40c72f525ef21075b7a57be4a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  July 25, 2011 at 08:04:54 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 27, 2011 at 02:21:27 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 695eed8717587cd0b99e4a67bd11a2adb4171d64..dc8724bae13b49bc9c3eef016c7f2be67251dabd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "25 Jul 2011" "ntp (4.2.7p195)" "User Commands"
+.TH ntp-wait 1ntp-waitman "27 Jul 2011" "ntp (4.2.7p196)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:04:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:21:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1e48099cdfd53936fed163b0d74794bb515bdac4..f7fe6f0b974a5ae8d0167b4922ddb888cd4b8262 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 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 25, 2011 at 08:04:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:21:28 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8a2517b00548fbacc32f9093aa91fc888df9d89d..7196de3fe30c456023ec1c988c630c218c8e1ba8 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.7p195 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p196 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 49239e915d9053cd407b92897acbb086cab29c08..e5218c0d94e10dd2bc57f10fdb5991444a15755c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "25 Jul 2011" "ntp (4.2.7p195)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "27 Jul 2011" "ntp (4.2.7p196)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:04:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:21:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f0e2ac8ad0c1e4f25667366869298d3aecacdbcf..710fc4d293fd8071ae1fa81cd842a59db4c01331 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 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 25, 2011 at 08:04:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:21:28 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9eadabad799beb4252ed76794462b837f4870902..efd2dd73fe2c18ec42d2e4dd4bf54f9e0f156c36 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:08:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:24:48 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.7p195\n\
+"sntp 4.2.7p196\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.7p195\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 3eb3964c0502076b7eb3a0c3cdcea565b2906297..e091c8f9297fe4399e391f54d47e58efa5e591d9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:08:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:24:48 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.7p195"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p195"
+#define SNTP_VERSION       "4.2.7p196"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b04f471ee87191b97b20391caa2115f3673e545b..cfe2e9ad32bb457e72dae52f32096463c34cfc43 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  July 25, 2011 at 08:09:39 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 27, 2011 at 02:25:22 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.7p195
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p196
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index a66f76dc158b20d19e233e155b0c266d50871d3a..b0d48beec252b7757a67ed8b4256e54a9536c29d 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "25 Jul 2011" "4.2.7p195" "User Commands"
+.TH sntp 1sntpman "27 Jul 2011" "4.2.7p196" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:09:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:25:11 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6e5a737a3647d5023e90f29a7ba42d111b49039f..b88d831267c4bc04bccc95d15d18a9126bfb159e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:09:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:25:23 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4a34d6db358eb1302af320e5e48893458082cae4..18f7d29ffa9869ae4e8bef21bc2a999fc8e7821a 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.7p195 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p196 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.7p195
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p196
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 8ca2a468aa580b64ea15c4aefa06f2b95c43eb7e..b87e7b163a15b4e9362b74b0b25249fc7c0ccd48 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "25 Jul 2011" "4.2.7p195" "User Commands"
+.TH sntp @SNTP_MS@ "27 Jul 2011" "4.2.7p196" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:09:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:25:11 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1623beb7c457f1c0a46514cf39e3084fd9d1b15b..5a76b2d7cd5952fdd37119d2fc0846f85619370c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 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 25, 2011 at 08:09:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:25:23 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e2dc57d4c8d959bcd06d3b7a3a5a8c5ccfab64a8..3afcd3796868dd106924631dbdf7fbaed405115f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:08:15 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:24:18 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.7p195\n\
+"ntp-keygen (ntp) 4.2.7p196\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.7p195\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7883b379629aa2767515fc5a783ad8a7524f6678..744ad525f3ea89bb1173fd64520086712e50411e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  July 25, 2011 at 08:08:14 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 27, 2011 at 02:24:17 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.7p195"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p195"
+#define NTP_KEYGEN_VERSION       "4.2.7p196"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 441c9b534c32815062f2774116f68aa4b98eaea7..efe1a606e45105edd804c2e3bf8ab43bf95c10fd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  July 25, 2011 at 08:08:54 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 27, 2011 at 02:24:44 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.7p195
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p196
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 5e6f1e25fca38d190adc6454b2e8e5d55c768c30..6455100545f237dfe037527f65daded9adbaf103 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "25 Jul 2011" "ntp (4.2.7p195)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "27 Jul 2011" "ntp (4.2.7p196)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:08:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:30 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a5ee8612e8c0d1a4c4b337bcb6ead9d5a5e251c4..1ac0b45e8397e553a58f96862ba31626d2425ec1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 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 25, 2011 at 08:08:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:46 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 76adfaa08b914edc88a77f2130d9d23ceb8deccf..6565e29e3d02a1bbd0e3f4ffbac20104797bc17e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "25 Jul 2011" "ntp (4.2.7p195)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "27 Jul 2011" "ntp (4.2.7p196)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 25, 2011 at 08:08:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:30 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2188440b60f02b5416fdf1d800579c5f74bbdc44..cd7eb3c3da27bd057800864d26edc5d45bd75701 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 25 2011
+.Dd July 27 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 25, 2011 at 08:08:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:46 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME