]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P274 NTP_4_2_7P274
authorHarlan Stenn <stenn@ntp.org>
Wed, 25 Apr 2012 04:41:40 +0000 (04:41 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 25 Apr 2012 04:41:40 +0000 (04:41 +0000)
bk: 4f9780846GP-NfmnGx8s_0t1B4kkIg

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 06189d78ec55cc0c43f2305e7d8df6c306edf3ef..04d55cad362db3fb0a3cb897baf8996634dddfbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p274) 2012/04/25 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2174] ntpd rejects source UDP ports less than 123 as bogus.
 (4.2.7p273) 2012/04/19 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2141] handle_sigio() calls get_systime(), which must be
index 93fc4d31a10dab8eb9dbcd8340b004b87012248c..fd4af75244a52aa26111b366cba5588ceaaf8792 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 03:49:29 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:39:54 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.7p273\n"
+/*     0 */ "ntpd 4.2.7p274\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.7p273\n"
+/*  2823 */ "ntpd - NTP daemon program - Ver. 4.2.7p274\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.7p273";
+/*  2993 */ "ntpd 4.2.7p274";
 
 /*
  *  ipv4 option description with
index 58d6ba27b8c5a2b866b77d4f51477ad75334bae5..30a7240284b506286b30129f27acdfc449a0f527 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 03:49:29 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:39:54 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.7p273"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p273"
+#define NTPD_VERSION       "4.2.7p274"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p274"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 906455e750841c331efb6ae1f0d43b60469fcba0..1beabea28966d7bfe2c5fd59ef3114978334313e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  April 19, 2012 at 04:07:25 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 25, 2012 at 04:40:10 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.7p273
+ntpd - NTP daemon program - Ver. 4.2.7p274
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 28a3a6888f7cb222eb7b126b7be5119f80e0a333..6c0cc8e9504612a77e58f6960c2c17b2ea2ae310 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "19 Apr 2012" "4.2.7p273" "User Commands"
+.TH ntpd 1ntpdman "25 Apr 2012" "4.2.7p274" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:23 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:08 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a669e1651a7b8cc8a3a449a61a6be0a557aff93f..8bd00cabd82081f3a78d6c69f96c6e286f29cdee 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:26 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:11 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f4359059fcc67aed9441795705a76fe6419de263..e3f71c7bb4bcb48d9f0dc8d838b9b1faca798585 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "19 Apr 2012" "4.2.7p273" "User Commands"
+.TH ntpd @NTPD_MS@ "25 Apr 2012" "4.2.7p274" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:23 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:08 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3cb0b7a1aeefa4cbe4c6c2ae73c9e314d12fd394..4fc0d1c0dd166bd6a043fe6913db76ec67a222a1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 2012
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:26 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:11 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f1382dbc2f016196e4ea53606dbcc0a9a57c8dd5..5db50fb242dc9dd4ae823521946a54bee779ebb7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 04:07:31 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:40:16 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.7p273\n"
+/*     0 */ "ntpdc 4.2.7p274\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.7p273\n"
+/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p274\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.7p273";
+/*  1844 */ "ntpdc 4.2.7p274";
 
 /*
  *  ipv4 option description with
index 09c5acca38f853bef65f2bd222c433c739210c20..6623cdf57ba0db197435820a1c54b33f37f669e6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 04:07:31 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:40:16 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.7p273"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p273"
+#define NTPDC_VERSION       "4.2.7p274"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p274"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b3fd6864210d775551cd577c73cfd5687dcee1e2..3cc5d646ed6af56b084e7b06892e3aed1175b1b5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  April 19, 2012 at 04:07:47 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 25, 2012 at 04:40:26 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.7p273
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p274
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3dbedf15275d6b74814fa59270a501838ba490b8..5a521d6ffad670890e3d3941ce5c2f5ce35f19eb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "19 Apr 2012" "4.2.7p273" "User Commands"
+.TH ntpdc 1ntpdcman "25 Apr 2012" "4.2.7p274" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:45 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:23 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7001c5a5f3913162304aa4e9a809802778003fed..23ccf5430fa5da45b28526cb8e7a24ac20c9d01a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:48 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:26 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 28c54e88f352e810468ffbb412cf4e080f20c338..222227f3b7e6c51a694caa25c24b13db46211f9d 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.7p273 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p274 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.7p273
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p274
 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 60613e13066653f086ceb2bf9bfe74da22a97f4b..19a9268b053163607534f940eb6850b3a6d74cae 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "19 Apr 2012" "4.2.7p273" "User Commands"
+.TH ntpdc @NTPDC_MS@ "25 Apr 2012" "4.2.7p274" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:45 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:23 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 789640da83b924bb211648e4a74f065008d1ad2f..077d59d0ffa0b5f1fe201de1c0eb9d4f496167c4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 2012
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:48 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:26 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6ac769ce64db9efb50520fff880d6190004e9569..3c3129967aa4a97a835573c401d5533a8979b69c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 04:07:48 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:40:27 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.7p273\n"
+/*     0 */ "ntpq 4.2.7p274\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.7p273\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p274\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.7p273";
+/*  1816 */ "ntpq 4.2.7p274";
 
 /*
  *  ipv4 option description with
index 8598fc50a4e763d1aff62652f61949af9a4f98e3..1edd925a39e8e54f19e94c12f72ab284acf1f6b5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 04:07:48 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:40:27 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.7p273"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p273"
+#define NTPQ_VERSION       "4.2.7p274"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p274"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9e81bed8db8a2867cae033524d7d66afcc274140..cb80e4489f6334ddd2cbb179cc9fdb5a9da490b2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  April 19, 2012 at 04:08:05 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 25, 2012 at 04:40:44 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.7p273
+ntpq - standard NTP query program - Ver. 4.2.7p274
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 77a771e12c4ffb0a00b3e1a97d451b45cbec932e..555f04897d8a6c31c5763d0b0d6531490d1f7ceb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "19 Apr 2012" "4.2.7p273" "User Commands"
+.TH ntpq 1ntpqman "25 Apr 2012" "4.2.7p274" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:08:02 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:41 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6731962a5744c88fb5a57a65cd8f3c2535a1e80f..79f329dddb05ff5aa405f1bf7617c6c33c973d0b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:08:05 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:44 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3f770cdcece9d7e817b44d35b651e4647e973040..b98b6e56872ad10c8b43253dc1a1406d5accbfc3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "19 Apr 2012" "4.2.7p273" "User Commands"
+.TH ntpq @NTPQ_MS@ "25 Apr 2012" "4.2.7p274" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:08:02 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:41 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9e92da970fe9d2166be3fe54976b88eddfa3218e..0250dd5c3c7734ac93e05e7b3affe96568a83fe3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 2012
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 04:08:05 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:44 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4558c5cb28571c631299f236b2f07416325ecaab..b191d850754e32c62a78a3bb84051921982a4c9f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 04:08:06 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:40:46 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.7p273\n"
+/*     0 */ "ntpsnmpd 4.2.7p274\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.7p273\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p274\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.7p273";
+/*  1540 */ "ntpsnmpd 4.2.7p274";
 
 /*
  *  nofork option description:
index 504d2f4d4ec3786d0a73020abe8477eabea88e83..f7fa6a99f407aac95114116ae70265651e9b04e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 04:08:06 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:40:45 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.7p273"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p273"
+#define NTPSNMPD_VERSION       "4.2.7p274"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p274"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 24b212482f878ef24f1b05959e32965def497d0b..a7003d5f9e8d6c2975b8175df90f961c59e97f28 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  April 19, 2012 at 01:41:57 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 25, 2012 at 04:40:52 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.7p273
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p274
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 57736e9c9b1a2cea5e3401416faf93020271343e..22ffdb54b55a464861823c59262e11b645023913 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "19 Apr 2012" "4.2.7p273" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "25 Apr 2012" "4.2.7p274" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 01:41:54 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:50 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c5a8951fe4d88b0555bef6fd03d4b74fb6f77476..3eb7ff4bc00c8009ae310a8d00302b843ebb4e70 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 01:41:57 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:53 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 70fce97fae4bb3ca4a73ad5dae1395498459d76a..fe15fb283bb0b40a823cc41e2930ff7b63963fd3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "19 Apr 2012" "4.2.7p273" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "25 Apr 2012" "4.2.7p274" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 01:41:54 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:50 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 347202d6fcd22cd12b6fcd1034e6a57811087979..d0cb4a95163e0a3318017db5a8ef29076008f287 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 2012
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 01:41:57 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:40:53 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ccf722572af9f5ec60c151d2aa0dea39e6de2339..e3ffac6fc018b4f00640bbae930f7ce5572eec95 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=273
+point=274
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index da6cdbc0777ba6ef5cf7beae7f0953d8c4185215..5656adcc0bc44006bb2d42f1f6d3521985ecfce7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  April 19, 2012 at 03:49:20 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 25, 2012 at 04:39:41 AM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c944ad55834dd367c1f0d5aef1f0e59b0bc769ab..5d63c7d7e26d2fc93a0e0476eb1c0713e68b09c9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "19 Apr 2012" "ntp (4.2.7p273)" "User Commands"
+.TH ntp-wait 1ntp-waitman "25 Apr 2012" "ntp (4.2.7p274)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 03:49:18 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:39:39 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 96c0d47193e0c3adce9c5f5c23bab0fdfb35bf3f..c39f3c3ce65fd6b1ba3e1620c46ba4b23e1850e6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 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  April 19, 2012 at 03:49:21 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:39:42 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 21ecea4927bccf9260a7209d27fdc0709e24b14d..ad32a776e0112667aecaf2a612b8929302c98e77 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.7p273 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p274 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 500ae81faae2588f58067151ab3cf3b2ddc8eb7d..2368ffc83935c526952882056a977cc6cd50015b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "19 Apr 2012" "ntp (4.2.7p273)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "25 Apr 2012" "ntp (4.2.7p274)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 03:49:18 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:39:39 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ceacf48c2d0ecfb55684dc959706b3124c746d8f..75477f5dd914e9a30515f62336a52b5350212634 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 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  April 19, 2012 at 03:49:21 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:39:42 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4c7866ec8b2b885a854ddda69ad16c30b35a0266..88f180e7070c64e7cd9be6ac7435e27eb9e8f525 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 03:46:38 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:37:08 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.7p273\n"
+/*     0 */ "sntp 4.2.7p274\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.7p273\n"
+/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p274\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.7p273";
+/*  2598 */ "sntp 4.2.7p274";
 
 /*
  *  ipv4 option description with
index 411947fdae24a32f9031623f2b3caadc0e1c442d..c6d329c6a668e166adc814b1b17f559d475b98a8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 03:46:37 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:37:08 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.7p273"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p273"
+#define SNTP_VERSION       "4.2.7p274"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p274"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 62e3f2918817cab1022e61bf069ca3cb8e67f0ea..ced82ef61bfcea8c25f59fdeeea05239f1093403 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  April 19, 2012 at 01:42:27 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 25, 2012 at 04:41:18 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.7p273
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p274
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index e341e3007c81d4d922002a7c8152146c7ff4f4de..e6b4767c0de09184c808822531dd0d9afd60ad0b 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "19 Apr 2012" "4.2.7p273" "User Commands"
+.TH sntp 1sntpman "25 Apr 2012" "4.2.7p274" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:24 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:41:15 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bfe6024d351df0645e0a1110aa61ea2d08869bb3..e8848662f548161a8c3885471312804ec989ec75 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:27 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:41:19 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 35ae3576517fd15d10e9320d3085fdbdf386ed73..f3fe06461f8d428323d52ce01d40eee321fe3def 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.7p273 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p274 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.7p273
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p274
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 62ea01ef1725791998abd9500aa390a4104c8107..36ff11bbc73c58fbced6ea72b6a5e28998073287 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "19 Apr 2012" "4.2.7p273" "User Commands"
+.TH sntp @SNTP_MS@ "25 Apr 2012" "4.2.7p274" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:24 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:41:15 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d311ea43d7f124f6eb224ae1787c8d4252555c8a..6ee8585fb53ea4755767d67fe0b3f235d5b675bd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 2012
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:27 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:41:19 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f6f81a1bea5fdff5eae29e0e9e57ccb64ab6fe51..824225c6a577bbfa3f9d286c44d12bd32aea3ebe 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 01:42:00 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:40:54 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.7p273\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p274\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.7p273\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p274\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.7p273";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p274";
 
 /*
  *  certificate option description:
index ef5a002459c3cc34c6a39cf3df734f9e794e4520..1ebb9e42e2cfded8b021f77c818c17504865842b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  April 19, 2012 at 01:42:00 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 25, 2012 at 04:40:54 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.7p273"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p273"
+#define NTP_KEYGEN_VERSION       "4.2.7p274"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p274"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f1888e721423cb40a6ef8aeefb25da3f9d619049..ad64f52c22c6b0a3ee2a07477fc8c3c3db8f72db 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  April 19, 2012 at 01:42:12 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 25, 2012 at 04:41:05 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.7p273
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p274
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 178ad5d43a1585c137dd54a3734a47ca11ce215a..94aa93ae8f64da7832ded0d471ab20f5df649f50 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "19 Apr 2012" "ntp (4.2.7p273)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "25 Apr 2012" "ntp (4.2.7p274)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:09 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:41:02 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 252ed46b9d0ed599675d5caf5385acaedbffa797..2ae990169810f443b2fe89db55950ecbf7d3d796 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 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  April 19, 2012 at 01:42:14 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:41:05 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c92b5ec843f35aeffd00b910f45a7a3ee68bed86..f8cdb6f50802b921429f97212440151486de41b9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "19 Apr 2012" "ntp (4.2.7p273)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "25 Apr 2012" "ntp (4.2.7p274)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:09 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:41:02 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3827cce771b8db7df9bc1bf36be9b09b44bceb71..060bf130be5eb54859402e9fbfe619b38472ae8d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 19 2012
+.Dd April 25 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  April 19, 2012 at 01:42:14 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 25, 2012 at 04:41:05 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME