]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P270 NTP_4_2_7P270
authorHarlan Stenn <stenn@ntp.org>
Mon, 26 Mar 2012 09:24:14 +0000 (09:24 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 26 Mar 2012 09:24:14 +0000 (09:24 +0000)
bk: 4f7035beokC08AqFSJRL-1m-8y5fZw

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 43de06c15994f1b73c1324941d5f73691c365600..0d05e65c50531f42e5b8b2733389504bc253ba85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p270) 2012/03/26 Released by Harlan Stenn <stenn@ntp.org>
 * Update driver45.html page.
 (4.2.7p269) 2012/03/25 Released by Harlan Stenn <stenn@ntp.org>
 * Clean up configure.ac.
index e0785906e820a3310ad71ea24a771465a761ce96..dedd9f44bf081eabb8bdfb4f76ae0739c09ef4f9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:05:50 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:22:57 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.7p269\n"
+/*     0 */ "ntpd 4.2.7p270\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.7p269\n"
+/*  2823 */ "ntpd - NTP daemon program - Ver. 4.2.7p270\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.7p269";
+/*  2993 */ "ntpd 4.2.7p270";
 
 /*
  *  ipv4 option description with
index e4552a237801340e838a3be10a841f36fabfecb5..4505fcb49392650b87a2a998527d74d3071c4d7e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:05:49 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:22:57 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.7p269"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p269"
+#define NTPD_VERSION       "4.2.7p270"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p270"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b7d6ed49cc6428cb1abdb9ce95b1c9fb66297737..b5b3d0de333cc59fae738ce7a0c0e124d8b502d4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  March 25, 2012 at 05:06:20 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 26, 2012 at 09:23:09 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.7p269
+ntpd - NTP daemon program - Ver. 4.2.7p270
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index e441b8297999d6a581c719bc80924cbe3d492baa..510af71e26a37692c118d5eceed4e92d66e6d88f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "25 Mar 2012" "4.2.7p269" "User Commands"
+.TH ntpd 1ntpdman "26 Mar 2012" "4.2.7p270" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:06:17 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:06 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 65291acfd2a19ffaa7ef89a9b1b14ff07482e586..8b033c8d9775a0b2186c3956e88fcd3339ee496e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:06:20 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:09 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6f8da23aceaa966cc70f4511db6844583ab6c87b..f7e7659ab5fddb4677cc619cf0b36f684b9959b9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "25 Mar 2012" "4.2.7p269" "User Commands"
+.TH ntpd @NTPD_MS@ "26 Mar 2012" "4.2.7p270" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:06:17 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:06 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ba86739a39c74e7f1aec5a8c640d8f86333dbaae..f2fa880f9f7daad01fc3919830e9c1e6a3c2e953 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 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 25, 2012 at 05:06:20 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:09 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2054545632966ff3f844fa685d3d881de4dcf3a0..a742e0fd5d8ba576036a58857faedc25ffb76c08 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:06:26 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:23:12 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.7p269\n"
+/*     0 */ "ntpdc 4.2.7p270\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.7p269\n"
+/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p270\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.7p269";
+/*  1844 */ "ntpdc 4.2.7p270";
 
 /*
  *  ipv4 option description with
index 814f5c4e1e690c27700d96a5fcdeb5f3dd06ab88..68c605a6abde76a080d170f31bf84ae18b1acf16 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:06:26 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:23:12 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.7p269"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p269"
+#define NTPDC_VERSION       "4.2.7p270"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p270"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1243ad5086fde8bc48d3a8f25f8600aae6fe5160..af37e9597fe0358ba342eda6dc4ca377ab5046db 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  March 25, 2012 at 05:06:40 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 26, 2012 at 09:23:19 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.7p269
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p270
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ecba882556f201913fb1c47fe6a856f6cb596a65..f8d3d2e73d779139edbe7a2e3c8c7acd0a6c9db5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "25 Mar 2012" "4.2.7p269" "User Commands"
+.TH ntpdc 1ntpdcman "26 Mar 2012" "4.2.7p270" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:06:37 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:17 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4d7fff7a40d4b7db87acbf03db36dbd641ed2f7f..a1b0a109e52429110e539e025ccef3ab61f1169e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:06:41 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:20 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 446c9586b9c77a91ed58713bc1833f67167bdb90..bbe8ea981e529167edf7d37cd4de879891692a74 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.7p269 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p270 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.7p269
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p270
 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 2d1c65bb9a271e3a20202b330ac6b9bad009c526..a8d1199135c5664705a3399cc2bf679f370c04bf 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "25 Mar 2012" "4.2.7p269" "User Commands"
+.TH ntpdc @NTPDC_MS@ "26 Mar 2012" "4.2.7p270" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:06:37 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:17 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 61e1e4546ea7ed94ae92deddcdbd458c4ec562e7..dd2b2d2622e8e1437d909713faf74364364a7e90 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 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 25, 2012 at 05:06:41 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:20 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 905c6b6fe6609ab9fc282a97087410843d1d5a57..56fff50d05e2314dc82da46d35e62aa2c15841b7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:06:42 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:23:20 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.7p269\n"
+/*     0 */ "ntpq 4.2.7p270\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.7p269\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p270\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.7p269";
+/*  1816 */ "ntpq 4.2.7p270";
 
 /*
  *  ipv4 option description with
index ab57e2226490fdd1210c6101f189ca261d2d0d2b..4cf2cb24b1e202c1a4613277451c17f8b6decc86 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:06:42 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:23:20 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.7p269"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p269"
+#define NTPQ_VERSION       "4.2.7p270"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p270"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d369dc99939d29f2615aecc51013dc9d1b9af74b..ec655ca3f30b53ffd0f4dfb64057872ce200535e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  March 25, 2012 at 05:06:55 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 26, 2012 at 09:23:25 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.7p269
+ntpq - standard NTP query program - Ver. 4.2.7p270
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 49c60f365c0c20c7c5aeec7d5881286e18ece1b8..a3dedae1514e7e7829259e2626409b307cbecc16 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "25 Mar 2012" "4.2.7p269" "User Commands"
+.TH ntpq 1ntpqman "26 Mar 2012" "4.2.7p270" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:06:53 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:23 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 62007d1622f80b18b9a637baae1d2a95efd9f71d..0f9c7e1a48b80b336e8f32d24bd4ebf9abad1242 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:06:56 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:26 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1a023e3bf7464eb5c73b0644eb926bdbc6eee5e3..f5debdea1e33a22a823c6a4a0d09ef70806ef402 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "25 Mar 2012" "4.2.7p269" "User Commands"
+.TH ntpq @NTPQ_MS@ "26 Mar 2012" "4.2.7p270" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:06:53 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:23 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f8368f0cd10ccd2186bbfad5f56c6426be861490..6a00ef8e28a28375eac176860c08b3dc2866da9f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 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 25, 2012 at 05:06:56 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:26 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 36821757721afdecb70e37eabcf56a75b7acebfc..b6d152ba2a840cb6e9cc2caf195515004ce780ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:06:56 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:23:26 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.7p269\n"
+/*     0 */ "ntpsnmpd 4.2.7p270\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.7p269\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p270\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.7p269";
+/*  1540 */ "ntpsnmpd 4.2.7p270";
 
 /*
  *  nofork option description:
index 6b0b2b439253b7a485ad2757d3389649bc56904a..6707d4e3e6cfc3345f522cf93ec67493c89924ff 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:06:56 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:23:26 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.7p269"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p269"
+#define NTPSNMPD_VERSION       "4.2.7p270"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p270"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 04c342ac6cb6d68a6dcacb9a2ab8b0367ab40459..b539c9b62c5420bc96c1846ecc42919e262cb8a8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  March 25, 2012 at 05:07:03 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 26, 2012 at 09:23:33 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.7p269
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p270
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 5c48b2fd9dbfc47ba6779ace7c6ee253fbcd86f2..1d106285c028e249817103e90ac21c36e458a6ec 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "25 Mar 2012" "4.2.7p269" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "26 Mar 2012" "4.2.7p270" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:07:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:31 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f4e9e4a7fd21dc25236c7f35bfa730ec45da4239..f9d73371ae5240ee759fc4f4526ff4c31d2c9a3d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:07:03 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:34 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index aabbe61b6714693f11b990c89c816391ccfbce00..0d50210f39ed2cc1a5b15654959e8963c7d2a22c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "25 Mar 2012" "4.2.7p269" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "26 Mar 2012" "4.2.7p270" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:07:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:31 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6511bb5e86524ed4940270664e666b121e1944db..8f1d63a569e5d4ba40e03600ccdbea5b1925dc2e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 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 25, 2012 at 05:07:03 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:34 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f4ce677385bfadb703c424a1be8bb388a29ce0e0..9bf7d4a398948ec55fb03314e7a838b6bed7bcac 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=269
+point=270
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index ef8e6915ea8a8c6913ff8a231d693f09810aad2c..622b8f662ca64dedc2bac29e24a514ea52add250 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  March 25, 2012 at 05:05:46 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 26, 2012 at 09:22:55 AM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7c0eead25b4f46b13ea04980824da31c5607c5f6..3ed2469fdd25c3aeacffbe883478c9b83f5007fb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "25 Mar 2012" "ntp (4.2.7p269)" "User Commands"
+.TH ntp-wait 1ntp-waitman "26 Mar 2012" "ntp (4.2.7p270)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:05:43 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:22:53 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 928d1e9240f43ab5c7c85fcdf2cc7f2527e91891..f0915cd7c3981e2f8e9a4b8d2b8af3817c124458 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 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 25, 2012 at 05:05:47 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:22:56 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0626860c9ea20875af2faa1a5fc35340eb0bc910..3fff9231e745a147f47bbe99e2d0a4d258be5eb3 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.7p269 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p270 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 0b30289010ba29182b49429e27a313aa00f9444b..a3a1fe4932fed1133d3471e1d7a6b244707dd510 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "25 Mar 2012" "ntp (4.2.7p269)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "26 Mar 2012" "ntp (4.2.7p270)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:05:43 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:22:53 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c4c1ecae50cbccf5c6aef0ca7cae9eb2811f2cea..4e02b4f94a7d7f67da087df02249d63b0e1ff732 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 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 25, 2012 at 05:05:47 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:22:56 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 32e80675e5ee162d48bd8fd104929f562c5acd1c..93d2202ed2d0f6a47e5ec0f59a614b470fb9cb44 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:02:37 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:20:25 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.7p269\n"
+/*     0 */ "sntp 4.2.7p270\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.7p269\n"
+/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p270\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.7p269";
+/*  2598 */ "sntp 4.2.7p270";
 
 /*
  *  ipv4 option description with
index 7235df1a8a5a229322fa43aa3364db828cb45ac8..6e076144f0c2829e89c018f8a2b434ae4ba3ed1a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:02:36 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:20:25 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.7p269"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p269"
+#define SNTP_VERSION       "4.2.7p270"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p270"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7fee060a342523b659eb7c1c85c14ea3863c15da..2e771d017c15272fa069425ef71a6017ec8ebdb6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  March 25, 2012 at 05:07:29 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 26, 2012 at 09:23:54 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.7p269
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p270
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 72c629e14d5e8326f716a7b52e036c5f2f6c0f8e..8b35be8a435cc1d42970a1f54f20e25817d60d09 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "25 Mar 2012" "4.2.7p269" "User Commands"
+.TH sntp 1sntpman "26 Mar 2012" "4.2.7p270" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:07:26 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:52 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fd49e12c807fb1683f15f637169b3abfe11fabac..affb6d41cbd91ea9be10377c4d78b6e014709db2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:07:30 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:54 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index eec332c0bf824b0a180eed73d26f73238de6dca4..9b02cd9df3b588452e9cd969e473b5bddf276790 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.7p269 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p270 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.7p269
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p270
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 8952e84b138f4bc678dda7cb610fd4d2a0ccd638..0e64257a05b9a49272daae574836eb894669f457 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "25 Mar 2012" "4.2.7p269" "User Commands"
+.TH sntp @SNTP_MS@ "26 Mar 2012" "4.2.7p270" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:07:26 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:52 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a4178f577c5fffe184589489f7bf216aae1eb238..54910b43131b6d41a81b96ab674105b0422eea86 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 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 25, 2012 at 05:07:30 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:54 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 453967fa6a8670edc42a0c82e3156da11b4e8cb5..996b3e69676973b9861f51d775ac3421a19ce56c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:07:05 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:23:35 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.7p269\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p270\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.7p269\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p270\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.7p269";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p270";
 
 /*
  *  certificate option description:
index af23054c080de94d562dd5f7e1c2354faa184e7b..b0441677fd599544a7ce4c367b52e88b50a4eec6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  March 25, 2012 at 05:07:05 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  March 26, 2012 at 09:23:35 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.7p269"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p269"
+#define NTP_KEYGEN_VERSION       "4.2.7p270"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p270"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ab23c61395e81e3a6773b635218f9bb0644d7307..a4a822eee431d9a1d51554e61bd8bed243e94332 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  March 25, 2012 at 05:07:16 AM by AutoGen 5.14
+# It has been AutoGen-ed  March 26, 2012 at 09:23:43 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.7p269
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p270
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 5b3e25d2d83b4b198a74d24b9973ddd087ff9129..10cc1d0273f7833606373ca743cea8ae99c1bd93 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "25 Mar 2012" "ntp (4.2.7p269)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "26 Mar 2012" "ntp (4.2.7p270)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:07:13 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:41 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5171d9c0bcf985893e921ba4fee1c41d019bf8e0..b268fd2809a7bad0092fce1b9eaa7e0953fc295e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 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 25, 2012 at 05:07:16 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:45 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 005ed08d0c79b973adfb0f38965e78b871651eeb..4f47eaa915b5487bb01cb74251c909076f9ed8d2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "25 Mar 2012" "ntp (4.2.7p269)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "26 Mar 2012" "ntp (4.2.7p270)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  March 25, 2012 at 05:07:13 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:41 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3b1487176855dfa9f5970113097d417bc0ca6152..e6860e6aec464a6796dbd6c15ce293986d1951b4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd March 25 2012
+.Dd March 26 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 25, 2012 at 05:07:16 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  March 26, 2012 at 09:23:45 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME