]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P265 NTP_4_2_7P265
authorHarlan Stenn <stenn@ntp.org>
Tue, 20 Mar 2012 11:25:09 +0000 (11:25 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 20 Mar 2012 11:25:09 +0000 (11:25 +0000)
bk: 4f686915aZxR03_IdvdE72Psh8-pXg

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 1197370523a80b484e071282301ec363beb20f5f..a490f43bc0e748ca0aad5ec8f438894ae57cd8c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p265) 2012/03/20 Released by Harlan Stenn <stenn@ntp.org>
 * Treat zero counter as indication of precise system time in Windows
   PPSAPI helper function pps_ntp_timestamp_from_counter(), enabling
   PPSAPI providers to use the Windows 8 precise clock directly.
index 428ac379cd97b2c6690b1f51e15840491a36945b..b02c26941302f1022f0371bdf14abf094943f96a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:56:49 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:23:50 AM by AutoGen 5.14
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -71,7 +71,7 @@ extern tUsageProc optionUsage;
  *  ntpd option static const strings
  */
 static char const ntpd_opt_strs[3008] =
-/*     0 */ "ntpd 4.2.7p264\n"
+/*     0 */ "ntpd 4.2.7p265\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -195,12 +195,12 @@ static char const ntpd_opt_strs[3008] =
 /*  2774 */ "Output version information and exit\0"
 /*  2810 */ "version\0"
 /*  2818 */ "NTPD\0"
-/*  2823 */ "ntpd - NTP daemon program - Ver. 4.2.7p264\n"
+/*  2823 */ "ntpd - NTP daemon program - Ver. 4.2.7p265\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n"
             "\t\t[ <server1> ... <serverN> ]\n\0"
 /*  2956 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  2990 */ "\n\n\0"
-/*  2993 */ "ntpd 4.2.7p264";
+/*  2993 */ "ntpd 4.2.7p265";
 
 /*
  *  ipv4 option description with
index a95916f6dadd7af13a95f10671cd8a9f7b527222..e81c010c7bf1bd52f0a3e6abbbc58ab076fbee0f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:56:48 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:23:49 AM by AutoGen 5.14
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -103,8 +103,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p264"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p264"
+#define NTPD_VERSION       "4.2.7p265"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p265"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 684da26b3d8b6061113710a24d9f42fd0daaf83f..47ff103dde866e80656ecc315d27a2950ae131c9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  March 14, 2012 at 07:57:06 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 20, 2012 at 11:24:03 AM by AutoGen 5.14
 # 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.7p264
+ntpd - NTP daemon program - Ver. 4.2.7p265
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index b283408ce6c7396e7649fc2f6d5fe35559b4b381..f9d5554249c26f5d5aa4c731bd79d523b0222bd7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "14 Mar 2012" "4.2.7p264" "User Commands"
+.TH ntpd 1ntpdman "20 Mar 2012" "4.2.7p265" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:03 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:00 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4b19013ad900ef880b62138674a60ace376fe296..04d8e658e8279cec5a092d317ec708a1cde64576 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:07 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:04 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4a093460dcd943f34806ce375f378b368aeeff60..bdc4fff99df0bf9e50d26190f49466e6c01990b3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "14 Mar 2012" "4.2.7p264" "User Commands"
+.TH ntpd @NTPD_MS@ "20 Mar 2012" "4.2.7p265" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:03 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:00 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 00d705838e61322b72b008c672134debecbc6edd..b7ca3c0dcb46612e627d238e342ca1fffe00d469 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:07 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:04 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3574691340a7bd7875e410049df6aa8aa72ccbec..3b456510fa37a23962e139f72591f38b295a5ce2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:57:11 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:24:07 AM by AutoGen 5.14
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,7 +71,7 @@ extern tUsageProc optionUsage;
  *  ntpdc option static const strings
  */
 static char const ntpdc_opt_strs[1860] =
-/*     0 */ "ntpdc 4.2.7p264\n"
+/*     0 */ "ntpdc 4.2.7p265\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -129,14 +129,14 @@ static char const ntpdc_opt_strs[1860] =
 /*  1638 */ "no-load-opts\0"
 /*  1651 */ "no\0"
 /*  1654 */ "NTPDC\0"
-/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p264\n"
+/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p265\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n\0"
 /*  1792 */ ".ntprc\0"
 /*  1799 */ "$HOME\0"
 /*  1805 */ ".\0"
 /*  1807 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  1841 */ "\n\n\0"
-/*  1844 */ "ntpdc 4.2.7p264";
+/*  1844 */ "ntpdc 4.2.7p265";
 
 /*
  *  ipv4 option description with
index 5dc9caea985de4e43dcf230dc4092a8a72aaf061..de1d274b39581eb23eb3f5c0f07f435a5f38e634 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:57:11 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:24:07 AM by AutoGen 5.14
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -82,8 +82,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p264"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p264"
+#define NTPDC_VERSION       "4.2.7p265"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p265"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7b2e197ca7a6def7f5847c319c5f7c1e03d79370..a7e8a6e15dc4c203c504ffd74a4f5bfa30890b34 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  March 14, 2012 at 07:57:23 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 20, 2012 at 11:24:13 AM by AutoGen 5.14
 # 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.7p264
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p265
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ac7cc990e1f289c29e81d54668a2684c07c1dadd..88cf4bd3a6310cc534d55c0f0e61feef733417bd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "14 Mar 2012" "4.2.7p264" "User Commands"
+.TH ntpdc 1ntpdcman "20 Mar 2012" "4.2.7p265" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:20 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:10 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3e4f2cc68b9d34a07018ade6707f5b03f38e0693..4a144fa9585e0d8e20a57cc394196c489befa810 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:24 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:14 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2fe92314969e4826b62645c933426612e1f2c890..c1c0e478b7a0af944354f674e9505b8691529ad3 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.7p264 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p265 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_002dusage-3"></a>
 This is the automatically generated usage text for ntpdc:
 
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p264
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p265
 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 7bb5529bea3aeb2253338bd2cc10d998932104ae..32f029d57cdf9900ad90a040a8444e07839f1a97 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "14 Mar 2012" "4.2.7p264" "User Commands"
+.TH ntpdc @NTPDC_MS@ "20 Mar 2012" "4.2.7p265" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:20 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:10 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f949189080a0f7d565fa6f1060427350d2c29a4c..9995aca6caa102e3c160b8441daddef675e9bd27 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:24 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:14 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0d13b09aeccda5792a4ad7fd35a1818c0e304a0b..95bf1a6902b74a31abba72b0c46c7ce39b682af2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:57:25 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:24:14 AM by AutoGen 5.14
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -71,7 +71,7 @@ extern tUsageProc optionUsage;
  *  ntpq option static const strings
  */
 static char const ntpq_opt_strs[1831] =
-/*     0 */ "ntpq 4.2.7p264\n"
+/*     0 */ "ntpq 4.2.7p265\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -127,13 +127,13 @@ static char const ntpq_opt_strs[1831] =
 /*  1625 */ "no-load-opts\0"
 /*  1638 */ "no\0"
 /*  1641 */ "NTPQ\0"
-/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p264\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p265\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n\0"
 /*  1767 */ ".ntprc\0"
 /*  1774 */ "$HOME\0"
 /*  1780 */ ".\0"
 /*  1782 */ "http://bugs.ntp.org, bugs@ntp.org\0"
-/*  1816 */ "ntpq 4.2.7p264";
+/*  1816 */ "ntpq 4.2.7p265";
 
 /*
  *  ipv4 option description with
index 99d3f6087ccc19e9ec75e6e8e695eb80973b7a2a..602d123e47e2e776fa10c49fa69397ca55778157 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:57:24 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:24:14 AM by AutoGen 5.14
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -81,8 +81,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p264"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p264"
+#define NTPQ_VERSION       "4.2.7p265"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p265"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 08583559f533596c2f03d2f1e0088b4c8f7041fd..d4118b9179c6a26cf391d2344e94a98c0d26c6a4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  March 14, 2012 at 07:57:38 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 20, 2012 at 11:24:21 AM by AutoGen 5.14
 # 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.7p264
+ntpq - standard NTP query program - Ver. 4.2.7p265
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 16867d4c598bdb36c687042ed3b1515007560458..e3ba109a48ccfe866e7eeff190837c5f1246acf6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "14 Mar 2012" "4.2.7p264" "User Commands"
+.TH ntpq 1ntpqman "20 Mar 2012" "4.2.7p265" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:35 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:18 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 20413e162e52fe413e3e8686b1928b7b7faaf30c..0fcc3b7885dda96a4eddab98592a183fd9db3bd3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:38 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:21 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 10ea633e74f0bfc645657f97489f811ee072ebd4..60ea04c983b9b277d509cc03f5d7ccebbc58ab35 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "14 Mar 2012" "4.2.7p264" "User Commands"
+.TH ntpq @NTPQ_MS@ "20 Mar 2012" "4.2.7p265" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:35 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:18 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c65bc026ff32abf0bcabe99288123121cbb0b11e..ec56524b9732b33c5acfd6c1a1db15bd90f077c4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:38 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:21 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 71d2e20d06a7514e0c5d3b9671428b31315bf1f5..e32649b55dc6066346889bbd2a1d8f5b1b1e7742 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:57:39 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:24:22 AM by AutoGen 5.14
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -64,7 +64,7 @@ extern tUsageProc optionUsage;
  *  ntpsnmpd option static const strings
  */
 static char const ntpsnmpd_opt_strs[1559] =
-/*     0 */ "ntpsnmpd 4.2.7p264\n"
+/*     0 */ "ntpsnmpd 4.2.7p265\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -103,14 +103,14 @@ static char const ntpsnmpd_opt_strs[1559] =
 /*  1358 */ "no-load-opts\0"
 /*  1371 */ "no\0"
 /*  1374 */ "NTPSNMPD\0"
-/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p264\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p265\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0"
 /*  1488 */ ".ntprc\0"
 /*  1495 */ "$HOME\0"
 /*  1501 */ ".\0"
 /*  1503 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  1537 */ "\n\n\0"
-/*  1540 */ "ntpsnmpd 4.2.7p264";
+/*  1540 */ "ntpsnmpd 4.2.7p265";
 
 /*
  *  nofork option description:
index ae50a85ed614e7be0079da0efe5322c47e1336cc..7a6fe7921a8bfe2bb35b9ce744da7c47e2159e8e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:57:39 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:24:22 AM by AutoGen 5.14
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -75,8 +75,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p264"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p264"
+#define NTPSNMPD_VERSION       "4.2.7p265"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p265"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 28bb04892ad886720b34d3fef0051a6ff47acd57..0b609011ce7b7bd7a6bbd70a075790f0654a9f71 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  March 14, 2012 at 07:57:44 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 20, 2012 at 11:24:28 AM by AutoGen 5.14
 # 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.7p264
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p265
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 9ea5705e1cfdc1d6209e9be38d171f5f6a76b819..c027369af5d7dee9ae7245eeb554167c5825a5f1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "14 Mar 2012" "4.2.7p264" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "20 Mar 2012" "4.2.7p265" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:42 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:25 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 95e9a03107b992acbba4ab74c6ff211dbdc767fe..735e9b379a47f61fb2833a6a2e3046b0204479ee 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:45 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:28 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 36b7a1d41bdea22935b6b64633fa840e100a0373..a076d77f1ba8185e52fb0eeccaac5f23324f9695 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "14 Mar 2012" "4.2.7p264" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "20 Mar 2012" "4.2.7p265" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:42 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:25 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e797ff831eff9a06fca55138053206391df5bb62..cf23f7e40d0c5bfd421670bc6f33116822881dc9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:45 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:28 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1b7271bbdaa5b69ce9b0c985eb016f0dc9f6cdc1..e729ed40862f21aa4ab56dc28a66ddc777c2a4d4 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=264
+point=265
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 1453180327adc3dc9cc6b8e26185ae72fb514099..bbbfd3e7095914eed3cb9c8b7f201130d48e8f59 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  March 14, 2012 at 07:56:44 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 20, 2012 at 11:23:46 AM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6fecb633fc472298f31efba01b417f3cc7cb1e70..9664f549bd086ff39da8f7666efa20853874dd7b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "14 Mar 2012" "ntp (4.2.7p264)" "User Commands"
+.TH ntp-wait 1ntp-waitman "20 Mar 2012" "ntp (4.2.7p265)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:56:42 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:23:43 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fb64a16989499abe474a4fbaeadabaf64505b2ee..f4542d2068bdd002278c9128be6bfe6d484e77bb 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .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  March 14, 2012 at 07:56:45 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:23:48 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b76457a5a945a2ed892f85b1e2892adb7ba8ab68..6690605b70e69d69917c5d057868b7ce85497a57 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.7p264 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p265 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index c53d3c723ce423e81d4f1e6b981f3a80da100243..405ac1d2b04a34865cfb91e1c6d2d7785f2c8a17 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "14 Mar 2012" "ntp (4.2.7p264)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "20 Mar 2012" "ntp (4.2.7p265)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:56:42 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:23:43 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e8e5bd822e936888eb34003db6d1ff443549f49e..667f0aa022886a28340b2b636d6ad5a252483c9f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .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  March 14, 2012 at 07:56:45 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:23:48 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 684a6d3c0decf04455d56687ee276d9606e0f96f..b2cb8db95ccb6aa443e1c320b9380440f6a0b12c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:54:21 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:21:14 AM by AutoGen 5.14
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -72,7 +72,7 @@ extern tUsageProc optionUsage;
  *  sntp option static const strings
  */
 static char const sntp_opt_strs[2613] =
-/*     0 */ "sntp 4.2.7p264\n"
+/*     0 */ "sntp 4.2.7p265\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -159,7 +159,7 @@ static char const sntp_opt_strs[2613] =
 /*  2357 */ "LOAD_OPTS\0"
 /*  2367 */ "no-load-opts\0"
 /*  2380 */ "SNTP\0"
-/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p264\n"
+/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p265\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n"
             "\t\t[ hostname-or-IP ...]\n\0"
 /*  2546 */ ".ntprc\0"
@@ -167,7 +167,7 @@ static char const sntp_opt_strs[2613] =
 /*  2559 */ ".\0"
 /*  2561 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  2595 */ "\n\n\0"
-/*  2598 */ "sntp 4.2.7p264";
+/*  2598 */ "sntp 4.2.7p265";
 
 /*
  *  ipv4 option description with
index 95e77dbf637d769f1f62632a873c1ad4960ca65c..3a04d6ea5357819a52f778d8c923c4905c192260 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:54:21 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:21:14 AM by AutoGen 5.14
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -91,8 +91,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p264"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p264"
+#define SNTP_VERSION       "4.2.7p265"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p265"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3ecba0d3a758659ada1cdf3b8ee455589ea815f8..ec4f0123c0ce3bbbf29e4bc8125ed5fb7deebae9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  March 14, 2012 at 07:58:10 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 20, 2012 at 11:24:50 AM by AutoGen 5.14
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -91,7 +91,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p264
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p265
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 6e84cf45066230b3f00c6e309106c6460d89b7ea..9ea1fdf4d82c8d9ca93a0a2091d2ed6acf5049e4 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "14 Mar 2012" "4.2.7p264" "User Commands"
+.TH sntp 1sntpman "20 Mar 2012" "4.2.7p265" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:58:07 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:47 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 431323e9f70513f91fdfb5fb1cb601157105dc38..19c11486a9b3805b31e34ab5de9d04241246635c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:58:10 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:50 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 465bf7223e71226e359369cb0c3d8dccfd21aff6..770b7ecb4c68fbe77fe7620a3ec88d60dc07ab49 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.7p264 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p265 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -162,7 +162,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp_002dusage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p264
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p265
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 36a4400fc8a3a60884aa9345ec8fa1b7b63f412f..69b0ae451906ed7f7c4825c8f8ea8382871070a0 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "14 Mar 2012" "4.2.7p264" "User Commands"
+.TH sntp @SNTP_MS@ "20 Mar 2012" "4.2.7p265" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:58:07 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:47 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5210c888f8b3fe90c2ab910a9ee45c85cfdeb87c..82e9780ffd23a4a42b03d4f921a0fd3a882100d9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:58:10 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:50 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3fbee7b72f2ddda3945bf38d2fecf6fae4e067ed..1fe89feffb17dc8cc006a41d636b2cecb74607df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:57:48 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:24:29 AM by AutoGen 5.14
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -74,7 +74,7 @@ extern tUsageProc optionUsage;
  *  ntp-keygen option static const strings
  */
 static char const ntp_keygen_opt_strs[2320] =
-/*     0 */ "ntp-keygen (ntp) 4.2.7p264\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p265\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -162,14 +162,14 @@ static char const ntp_keygen_opt_strs[2320] =
 /*  2098 */ "no-load-opts\0"
 /*  2111 */ "no\0"
 /*  2114 */ "NTP_KEYGEN\0"
-/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p264\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p265\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0"
 /*  2241 */ ".ntprc\0"
 /*  2248 */ "$HOME\0"
 /*  2254 */ ".\0"
 /*  2256 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  2290 */ "\n\n\0"
-/*  2293 */ "ntp-keygen (ntp) 4.2.7p264";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p265";
 
 /*
  *  certificate option description:
index da62197a73f015496ef8db7043b4eb93f1370940..6f0822895a9914aafbae3164defee18e609865e9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  March 14, 2012 at 07:57:46 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 20, 2012 at 11:24:29 AM by AutoGen 5.14
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -92,8 +92,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    25
-#define NTP_KEYGEN_VERSION       "4.2.7p264"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p264"
+#define NTP_KEYGEN_VERSION       "4.2.7p265"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p265"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 451e20b8bab285eb9c86876aaa727ee74642ddaf..8fff85e7a98c529236c983e510a5478c9a70c031 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  March 14, 2012 at 07:58:00 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 20, 2012 at 11:24:39 AM by AutoGen 5.14
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -50,7 +50,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.7p264
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p265
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 420f1a21b3779fdb8d283864fc9853336fcbede5..f200b808fcd58d65ad38dcc11d267630732bb9a5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "14 Mar 2012" "ntp (4.2.7p264)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "20 Mar 2012" "ntp (4.2.7p265)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:57 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:36 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 55a2209cb4a0be80a18149e5aeec68d1bac48643..432ea1709ddc7d2bd97acc1f46236a597adcb44a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .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  March 14, 2012 at 07:58:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:39 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 496158d961d75b8dc8c206b3cf5c3609f77a679c..be215e0c6e5661ca656d4c20bdcbc0f0e37d750f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "14 Mar 2012" "ntp (4.2.7p264)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "20 Mar 2012" "ntp (4.2.7p265)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 14, 2012 at 07:57:57 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:36 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 58d13694b9089808426c36f5cf38ad17d6e39dce..7f38ead1398843d2fd0e22334153d145c9e86c0b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 14 2012
+.Dd March 20 2012
 .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  March 14, 2012 at 07:58:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 20, 2012 at 11:24:39 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME