]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P285 NTP_4_2_7P285
authorHarlan Stenn <stenn@ntp.org>
Mon, 18 Jun 2012 11:33:40 +0000 (11:33 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 18 Jun 2012 11:33:40 +0000 (11:33 +0000)
bk: 4fdf1214BzN4nKJu8BG4aOIBEvGi7w

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 2c3a90cb0820721e9cd0bf6f45a3041af1c28ef6..104773ad42d790e83e70d856513dd214c2f34ace 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p285) 2012/06/18 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2227] Enable mrulist access control via "restrict ... nomrulist".
 * Automake-1.12 wants us to use AM_PROG_AR.
 * Conditionalize msyslog messages about rejected mode 6 requests due to
index 740f2e3cfbbb086afd6127fbf3e332311ba149a7..8645cb2978583382008816b24ec0bef1222f4478 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:34:12 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:25: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.7p284\n"
+/*     0 */ "ntpd 4.2.7p285\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.7p284\n"
+/*  2823 */ "ntpd - NTP daemon program - Ver. 4.2.7p285\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.7p284";
+/*  2993 */ "ntpd 4.2.7p285";
 
 /*
  *  ipv4 option description with
index 20cbc6210a0fe222d1a94f34f9749fa206515051..82cca1b60f28a88e27c7a29479cfc6f276cf4966 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:34:12 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:25:50 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.7p284"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p284"
+#define NTPD_VERSION       "4.2.7p285"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p285"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 77d08dec2050f50ee1328d51ad8674c4fa316186..c82d5f6fda5c26b21ac3c6b253c31e21b54894e6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 16, 2012 at 09:35:07 PM by AutoGen 5.14
+# It has been AutoGen-ed  June 18, 2012 at 11:28:02 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.7p284
+ntpd - NTP daemon program - Ver. 4.2.7p285
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 4687f99ada1c9577f4b2f99b790575750008ec38..eff3c36dcf4fa525d2aa858e932750c9070b2b2a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "16 Jun 2012" "4.2.7p284" "User Commands"
+.TH ntpd 1ntpdman "18 Jun 2012" "4.2.7p285" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:04 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:27:56 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 82b8e0ee20241d6f20b28db049e55a30396c084a..2fe16db7f25484f5f476a271aec7118b365253be 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:08 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:28:03 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1eb43cfa10000252e6d3f3d9767ed128792d24c4..9c31320dfafab6ab946e98b260509b283a49a04d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "16 Jun 2012" "4.2.7p284" "User Commands"
+.TH ntpd @NTPD_MS@ "18 Jun 2012" "4.2.7p285" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:04 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:27:56 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e87008c1fdb555e5d8225e6826eb025fe04b4d89..6191baae734e5f89fc7b385de363be0b6e8745c4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 2012
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:08 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:28:03 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3384ce73365faab323565065358aeeea13232e6c..647fa2a15dbf2941ebe85419fc5985f9cad668a4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:35:16 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:28:13 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.7p284\n"
+/*     0 */ "ntpdc 4.2.7p285\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.7p284\n"
+/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p285\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.7p284";
+/*  1844 */ "ntpdc 4.2.7p285";
 
 /*
  *  ipv4 option description with
index aa1eac3efad4f3cfcfe6c1e33dbefe1afece1614..224ee5b448e85c1fe3e06790fcfd104ac5d670f8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:35:16 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:28:13 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.7p284"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p284"
+#define NTPDC_VERSION       "4.2.7p285"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p285"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4d281c3c240695bf942fabe7e3e46d6f96ffd993..e3e8ba475fe1a5533e064800e29e7b88f4d6f30d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  June 16, 2012 at 09:35:26 PM by AutoGen 5.14
+# It has been AutoGen-ed  June 18, 2012 at 11:28:41 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.7p284
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p285
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c7e2551ac906972b34ba4bb1a1dcc6bc9b645ac9..43986c522123684c22d801a1cd94c03b7218333c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "16 Jun 2012" "4.2.7p284" "User Commands"
+.TH ntpdc 1ntpdcman "18 Jun 2012" "4.2.7p285" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:24 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:28:38 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b768f0aef7a025aa7aeadb3fdf58aafd04e24feb..e79b5a8fc8935388fea7e1adf67aaffcaa8e6242 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:27 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:28:46 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2c08226f80939dc5a30d4a88791c2d1b82fb5e47..1613f0d7cadae4586d8e52b3c2e75fe79300d697 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.7p284 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p285 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.7p284
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p285
 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 f7b4cbc93b34f84060a329dce370bdeb77fa11ec..fb92bc2135b4efa43f7ad7fe25abbd23d55118d4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "16 Jun 2012" "4.2.7p284" "User Commands"
+.TH ntpdc @NTPDC_MS@ "18 Jun 2012" "4.2.7p285" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:24 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:28:38 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0376a88c50ade275f14eaa44acb2104800d7c29f..1dbcfd14017973ac9cf4af49df6fcff6e5633774 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 2012
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:27 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:28:46 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 43b360f467b527ef1f998e1a19b989ed1ced97c3..5d4468167fda2feb6f78e6666f2cdf8c128ac251 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:35:28 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:28:54 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.7p284\n"
+/*     0 */ "ntpq 4.2.7p285\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.7p284\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p285\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.7p284";
+/*  1816 */ "ntpq 4.2.7p285";
 
 /*
  *  ipv4 option description with
index 28b3911da6b47430f68b0b531f8e4ea555491d6a..693e3fb424581f05905eebded0d632151fe420da 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:35:27 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:28:54 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.7p284"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p284"
+#define NTPQ_VERSION       "4.2.7p285"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p285"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 84e1d0f02261d1f9859fd3054c3136411756e71f..5b5a0d626160724f33f4b47d1cf027a26486f343 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  June 16, 2012 at 09:35:36 PM by AutoGen 5.14
+# It has been AutoGen-ed  June 18, 2012 at 11:30:27 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.7p284
+ntpq - standard NTP query program - Ver. 4.2.7p285
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index dd4af76265496dbc7c58bf3b3e203bdf7715bcce..b0681363e93949d52b1106074c175ad33d3487a6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "16 Jun 2012" "4.2.7p284" "User Commands"
+.TH ntpq 1ntpqman "18 Jun 2012" "4.2.7p285" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:33 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:30:24 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 50ba07e5ade0da8d61ae01164a0602d8ce07a2bb..05e1ea378a45d18275cd9c42c938aa7ddac8344a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:36 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:30:28 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bfa3bab903a808e1ee1b379ac67e406b8c1ad729..6dcc79a63735faae20e8f1d14487b14833567489 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "16 Jun 2012" "4.2.7p284" "User Commands"
+.TH ntpq @NTPQ_MS@ "18 Jun 2012" "4.2.7p285" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:33 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:30:24 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b2cf8fac711352b0f00a2ccedd7cd482e54c4771..082c56d9a3667e8ac916b04f3c71085f4d066ae2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 2012
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:36 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:30:28 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e3017f8bdb26f8fcebda0b3cf629aecf65afe035..702b59ed9afbee9bdd35714d3500fd88cc0e47db 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:35:37 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:30:32 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.7p284\n"
+/*     0 */ "ntpsnmpd 4.2.7p285\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.7p284\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p285\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.7p284";
+/*  1540 */ "ntpsnmpd 4.2.7p285";
 
 /*
  *  nofork option description:
index 5e2798f0a902851c1afe7ac0442147b09d313564..deb2863bb4423c41edadbcd37eff4b838c904165 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:35:37 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:30:32 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.7p284"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p284"
+#define NTPSNMPD_VERSION       "4.2.7p285"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p285"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9bfda2fe3d9b91bbe22a98e9fe6d7525305a5066..b66340b23ab3b6caa709817d982c727c6f22ac0a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 16, 2012 at 09:35:47 PM by AutoGen 5.14
+# It has been AutoGen-ed  June 18, 2012 at 11:32:19 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.7p284
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p285
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 788450bfbc4f07766aa0efde82f7c787ad838b0a..ef37bc6d9d01f31daa64e5907a5da1a30fb36122 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "16 Jun 2012" "4.2.7p284" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "18 Jun 2012" "4.2.7p285" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:44 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:16 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8ccba4dbd7452ed4070981bec44d4bc00c9f0bd2..8c0e5bae138edb2464e807c15f5059e9ebae2c4f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:47 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:20 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4cab99581a1df32384b6afd927dca2bcd3af60f6..61624e97b03455047d32dd5ba9c34b57c67cbd2b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "16 Jun 2012" "4.2.7p284" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "18 Jun 2012" "4.2.7p285" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:44 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:16 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bf5849707f6128840dd770b74f6503ca98da605b..26c0b06700fa31da692591e0c80cd664e1f38b08 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 2012
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:47 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:20 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9df594a54048fd8181a2c21a7b1898c66c045b62..51b998ceacf76f8c6ef2f89e340d5b1f397e541e 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=284
+point=285
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 4b7fa749148abb3c914534dbfe299dcc962a4be0..f2143f68080f1ab9cc57ae2ad8e52f840412d7b5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  June 16, 2012 at 09:33:18 PM by AutoGen 5.14
+# It has been AutoGen-ed  June 18, 2012 at 11:24:35 AM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 01f8a948466507dc45f8a56e958c4041df6d55fb..bc6b0cddaa5f1af0a056fb1454162750a4008e1a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "16 Jun 2012" "ntp (4.2.7p284)" "User Commands"
+.TH ntp-wait 1ntp-waitman "18 Jun 2012" "ntp (4.2.7p285)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:33:16 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:24:32 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index db207e7b9f850a2984d7a302ae194359d913a412..68128a7b231c8b61b397936791b72ddda1b6888b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 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  June 16, 2012 at 09:33:19 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:24:37 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 309aefa76c21a29ce810472171078974c7611c2a..38c74bb60581c3fdb5ae883cfefc82876cd288d5 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.7p284 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p285 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index facc153461d02998e73f56a401deaf5363f0479c..cdc9cfd088107a17309bd8a1055b4766e53c4988 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "16 Jun 2012" "ntp (4.2.7p284)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "18 Jun 2012" "ntp (4.2.7p285)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:33:16 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:24:32 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 01528ddf1dbeec6d08c6d7b377d7b2e8ed050bd7..d4a2a60a993c123a5197f4a7957a615791b1b87b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 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  June 16, 2012 at 09:33:19 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:24:37 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e12e6b1b9f5247433a613cb4b5bd34a882066504..d7efe211ac705055329e2b89e76b4b05a309374a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:30:13 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:19:05 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.7p284\n"
+/*     0 */ "sntp 4.2.7p285\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.7p284\n"
+/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p285\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.7p284";
+/*  2598 */ "sntp 4.2.7p285";
 
 /*
  *  ipv4 option description with
index c3bdd707ba41f803b72d37efb0955c8c1e01c239..f6e72bfa005af430b211007d9ed58f610ef7c533 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:30:13 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:19:05 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.7p284"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p284"
+#define SNTP_VERSION       "4.2.7p285"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p285"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c73b09ba186df41c1004d4ea37af2d9b73b2ab93..f0559d6b2c6a26dd9460e792df2a805ef2ca003f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  June 16, 2012 at 09:36:14 PM by AutoGen 5.14
+# It has been AutoGen-ed  June 18, 2012 at 11:32:51 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.7p284
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p285
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 7f7f906ca5119e865cfa53e1955279d2a035a7f3..ef69d2bc3eb238176db64ee3717e6fb89cd603ec 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "16 Jun 2012" "4.2.7p284" "User Commands"
+.TH sntp 1sntpman "18 Jun 2012" "4.2.7p285" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:36:12 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:48 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 87d7c973dd43848a2ea17af106dd40bc7a263450..b202c3c98bbc6cd2eb9c47cfd8cf21e1be385fc1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:36:15 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:51 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6d8fbb3bc08b7680deccf81dfe3fc0a304b8bbd6..4fcf6873218d1a4aee22cdf0e52a916b4ac77fce 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.7p284 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p285 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.7p284
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p285
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b71054936c3e844dc1d9896a4db0e3131e837caa..7ae62def755a0ad663b3a995a565be072ae23ea9 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "16 Jun 2012" "4.2.7p284" "User Commands"
+.TH sntp @SNTP_MS@ "18 Jun 2012" "4.2.7p285" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:36:12 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:48 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cae2dd19c72426935ec1714e4571b8c13575f7f4..52805700de02f1218342d916c4fb9c266e2990d0 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 2012
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:36:15 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:51 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 991dad551e0b090784714cb5f613c629e66c9186..a277694b5e115eb19d76bb70d32becbe189c1076 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:35:51 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:32:22 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.7p284\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p285\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.7p284\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p285\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.7p284";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p285";
 
 /*
  *  certificate option description:
index 8cc90629d7723340e63774a8449d961a8699620e..be4c696c74d7f29783a08ebb6b3df800a21aeaec 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  June 16, 2012 at 09:35:50 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  June 18, 2012 at 11:32:22 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.7p284"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p284"
+#define NTP_KEYGEN_VERSION       "4.2.7p285"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p285"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a54d3c91fd3476fbb72bf3b0658853b4f23219dc..6e32c573b9a24aa5d9b8c486061535aefbb3b9c4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  June 16, 2012 at 09:36:01 PM by AutoGen 5.14
+# It has been AutoGen-ed  June 18, 2012 at 11:32:38 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.7p284
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p285
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 085328bf8132c36d24dd49621bc5c90077dca4fd..08198fe85c97aefcd4b94f3e77265ba15233a4b7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "16 Jun 2012" "ntp (4.2.7p284)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "18 Jun 2012" "ntp (4.2.7p285)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:58 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:35 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2962907699df67002f3648c3781e95ba0b84f709..5d65d65609014cffcc6ef0733b530d8330ffc808 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 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  June 16, 2012 at 09:36:01 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:38 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b67554559256d0b630d024ae1934730f4b0f25b3..9643d9aa81b334687af09f206662c3daec19e37d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "16 Jun 2012" "ntp (4.2.7p284)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "18 Jun 2012" "ntp (4.2.7p285)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  June 16, 2012 at 09:35:58 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:35 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 58615039f0f1c0d39d76ba563df3586c5a9e5062..ee796a9aeb8b13424a2256a38499115930606ff3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 16 2012
+.Dd June 18 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  June 16, 2012 at 09:36:01 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  June 18, 2012 at 11:32:38 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME