]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P292 NTP_4_2_7P292
authorHarlan Stenn <stenn@ntp.org>
Thu, 2 Aug 2012 11:34:20 +0000 (11:34 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 2 Aug 2012 11:34:20 +0000 (11:34 +0000)
bk: 501a65bcrlmCyt_Ucq2-SsuUrhImzA

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 a3ea29d9b9d8c716cbaf81a1629f223719259f38..460b837f5ecf6f31622b7f6447da4ef7393829e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p292) 2012/08/02 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1545] Note why we are logging the Version string.
 * [Bug 1872] Remove legacy ppsclock fdpps, #ifdef PPS.
 * [Bug 2075] Fix spelling of 'incompatible'.
index a7822e8eaf11d2de7d7dc176f723b7e1580ba63f..fb6061bdaa64eac3c67e70559fd43c11c560c9f7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:32:49 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:30:20 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[3053] =
-/*     0 */ "ntpd 4.2.7p291\n"
+/*     0 */ "ntpd 4.2.7p292\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"
@@ -198,12 +198,12 @@ static char const ntpd_opt_strs[3053] =
 /*  2819 */ "Output version information and exit\0"
 /*  2855 */ "version\0"
 /*  2863 */ "NTPD\0"
-/*  2868 */ "ntpd - NTP daemon program - Ver. 4.2.7p291\n"
+/*  2868 */ "ntpd - NTP daemon program - Ver. 4.2.7p292\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n"
             "\t\t[ <server1> ... <serverN> ]\n\0"
 /*  3001 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  3035 */ "\n\n\0"
-/*  3038 */ "ntpd 4.2.7p291";
+/*  3038 */ "ntpd 4.2.7p292";
 
 /*
  *  ipv4 option description with
index bfd79e923756c556ade87b3b945b5394f9296713..a7ed4e280725fa6e1ad3a8494185cb97bd39b211 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:32:48 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:30:20 AM by AutoGen 5.14
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -104,8 +104,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    37
-#define NTPD_VERSION       "4.2.7p291"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p291"
+#define NTPD_VERSION       "4.2.7p292"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p292"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7f6bcc33dd1622379cc0bf6bd99c66107822c56c..5e8d06655677846d9f783e5a6303ecebc30e33f7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 31, 2012 at 11:33:45 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  2, 2012 at 11:31:05 AM by AutoGen 5.14
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p291
+ntpd - NTP daemon program - Ver. 4.2.7p292
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index f6baafa6655c561dd300c0564aba41132abc333d..106ec7373e77a729f9f235448b512a1c07f2d26d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "31 Jul 2012" "4.2.7p291" "User Commands"
+.TH ntpd 1ntpdman "02 Aug 2012" "4.2.7p292" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:33:41 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:01 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 99dc1e1e93f7d94e7f62991def301986598f2ff8..3c672305279e813a9915fc50c7ecceb911669a69 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:33:45 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:05 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5d48bc3dbc25227a812f95a44c5f8eadcd705125..94ab94c67adcf7a99c583f2981cf4fca7dd216b1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "31 Jul 2012" "4.2.7p291" "User Commands"
+.TH ntpd @NTPD_MS@ "02 Aug 2012" "4.2.7p292" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:33:41 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:01 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index efa7a0614652a573fe55df282fd193c290fdfb46..3af9b9a19dfc0aa525516a350391c7a8b065ea4f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 2012
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:33:45 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:05 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f6a330488f23290f4025f883b06376f4d9598658..fcd8ad531f5793d16ddcd4c16878f7e69e60164e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:33:50 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:31: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.7p291\n"
+/*     0 */ "ntpdc 4.2.7p292\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.7p291\n"
+/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p292\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.7p291";
+/*  1844 */ "ntpdc 4.2.7p292";
 
 /*
  *  ipv4 option description with
index 26d8231440681d2d85c1b1ccb92fdc8101887856..b6ca3811a3bbb8d0a5a40cd144e44bcd487aaa63 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:33:49 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:31: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.7p291"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p291"
+#define NTPDC_VERSION       "4.2.7p292"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p292"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ff4287e3eed33b532cb77b1486f9780b2c1a367c..7ae37e75501ddb805ee89fc3b3ad4555058e2e92 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  July 31, 2012 at 11:33:57 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  2, 2012 at 11:31:22 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.7p291
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p292
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 65dce5429f11de937d29db8648800ccc34df0618..852e134256fa9b59916c955b9ed3799facb1e335 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "31 Jul 2012" "4.2.7p291" "User Commands"
+.TH ntpdc 1ntpdcman "02 Aug 2012" "4.2.7p292" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:33:53 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:19 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8b3f5f15ed0ccabd5967811f9dae1222f8a0b5e1..a08c14f27799ddfd6db4ccac5179673bc674b23b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:33:58 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:23 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1d68a85e53400cc2dc2483590348bae0d51aa529..b424101d907d3f8ce8986864e9e900465f8b2c6b 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.7p291 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p292 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.7p291
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p292
 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 d970f284bd1f50f437411e5bb7963f8a84b4980d..d0df7771a4d7a2f3b9513b1d87109c2137d0267f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "31 Jul 2012" "4.2.7p291" "User Commands"
+.TH ntpdc @NTPDC_MS@ "02 Aug 2012" "4.2.7p292" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:33:53 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:19 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5061cbef7bd725c04fba9baa7d82d9853253303b..6223ee6fdf83a6eb948d9fe062a4070a472bdb6b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 2012
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:33:58 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:23 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 35ef21e638400c332d5f6fac4b762514620adc8c..1154cca4282a5e5f90d457388da01420ba934b83 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:33:59 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:31:25 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.7p291\n"
+/*     0 */ "ntpq 4.2.7p292\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.7p291\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p292\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.7p291";
+/*  1816 */ "ntpq 4.2.7p292";
 
 /*
  *  ipv4 option description with
index caa1a1ec6d3d6fb728979e9bc040431533bc2890..1d35398ba9fddadb16868ee7173ed4589de5cea6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:33:59 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:31:25 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.7p291"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p291"
+#define NTPQ_VERSION       "4.2.7p292"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p292"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dab20b185635c8427e5c296b754806a1014b21a6..c9a2895f8494148b306dba4d326419a92d47b032 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  July 31, 2012 at 11:34:10 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  2, 2012 at 11:32:04 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.7p291
+ntpq - standard NTP query program - Ver. 4.2.7p292
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 9fc1e0a49bb35a1b836a2f61fc48bf3c2add065e..b8b368100489caaa569ce2a23d9b175c0b3abff9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "31 Jul 2012" "4.2.7p291" "User Commands"
+.TH ntpq 1ntpqman "02 Aug 2012" "4.2.7p292" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:08 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:01 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index eac7b224173a106631757c262a93c754741ba5fd..2b69e1ed36f3a812d4b799db3739a83038fee140 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:11 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:04 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 584a57bd3ff1e8ea7fee9862da8d24c5346a6ac3..5822642e32234aef52fe7a4795e8e55ad2f4ff94 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "31 Jul 2012" "4.2.7p291" "User Commands"
+.TH ntpq @NTPQ_MS@ "02 Aug 2012" "4.2.7p292" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:08 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:01 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9453c19baf15d60cdfd703b730eeb69bd8ce7db5..7aaeab31f542a9e0526236b4d0284f2a395cd46a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 2012
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:11 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:04 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 58d0aaed6beacb14165a3087e8593ca823c14297..fd37909d18da11f1f0dc8acdb78e1711ad3d1fc3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:34:11 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:32:06 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.7p291\n"
+/*     0 */ "ntpsnmpd 4.2.7p292\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.7p291\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p292\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.7p291";
+/*  1540 */ "ntpsnmpd 4.2.7p292";
 
 /*
  *  nofork option description:
index 158c7aca8dbd2ea8b0d45ca374133e600aa4b362..a81050c94c880cc2f6ebd52d7bd44c42c470c37e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:34:11 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:32:06 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.7p291"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p291"
+#define NTPSNMPD_VERSION       "4.2.7p292"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p292"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6dd3a3d3add5da2a048ba7d1cc21a725626494f0..0e7e20666e3e9c39f764f057ad77d120e227f3a1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 31, 2012 at 11:34:17 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  2, 2012 at 11:32:47 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.7p291
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p292
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 84cc71c9c2acde836e495bf2afa9c3236d5c803a..8ed5ccc9b2ddc851ceb006f2c99e2b7f99216592 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "31 Jul 2012" "4.2.7p291" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "02 Aug 2012" "4.2.7p292" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:15 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:44 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6c73420461d3db18c83ff890c4a160e46e71b097..b1560811a7a31d77394490a8e349f05fea89a1d6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:18 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:48 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3ee4ae0779e04af1516ce8d405a42fdf819ff18c..1533c1873a089a4cf2b4e82fce1ee925564bd260 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "31 Jul 2012" "4.2.7p291" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "02 Aug 2012" "4.2.7p292" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:15 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:44 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ea7103c381e610c5b776304f86056bde867a0c7c..491b0f59967a7401ccda341468a44832e5bcdd4e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 2012
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:18 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:48 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 30755a5e72ee4139e2c75da5079538c4ab25853b..ffc1a1de98aaee3258deba3efd13936166d0a7d4 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=291
+point=292
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 346aa55cf5a1c2de3d6d7147c854866eeac9bd09..1d5c4d5286b1b8c4fbbf11f0ae715c1c01667ce3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  July 31, 2012 at 11:32:14 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  2, 2012 at 11:29:40 AM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1b84a8947860419a24451b27b33c5d61a9d56622..67319655f5ef238fd7f0e71e9b4f28fdb7921017 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "31 Jul 2012" "ntp (4.2.7p291)" "User Commands"
+.TH ntp-wait 1ntp-waitman "02 Aug 2012" "ntp (4.2.7p292)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:32:12 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:29:37 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 243099c277bf4162d852cb4eec081de40e7ad9dc..ca7fd899ae636857bb39e40812aff7f363ccd546 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 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  July 31, 2012 at 11:32:15 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:29:41 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 23a970e86f820951dfae9ec9c9f352f43afde8f4..8fa5b0cb69e41954479a18b466d788dcb756a88b 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.7p291 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p292 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index bf6607f05e619b38860710ebb578ed318c39bbe3..0d9609e530edfb8651657a91dacf7c6187d99094 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "31 Jul 2012" "ntp (4.2.7p291)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "02 Aug 2012" "ntp (4.2.7p292)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:32:12 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:29:37 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 423681d0f407ce26daf194654e26d382e3c32600..fa04bd4dda7818c00dbcf8b80e16e9173e216407 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 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  July 31, 2012 at 11:32:15 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:29:41 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b505ac09b4c89513081e696cced525ec2ef893cd..65d203781e6bdfb1e3cec3e10a62bbc41f07b0f7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:29:38 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:21:35 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.7p291\n"
+/*     0 */ "sntp 4.2.7p292\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.7p291\n"
+/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p292\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.7p291";
+/*  2598 */ "sntp 4.2.7p292";
 
 /*
  *  ipv4 option description with
index 471d3f53855604dfd1de7b58ce019934fac1b26d..efb125ebe7095922aa33a636ff82973ddc451f71 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:29:38 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:21:34 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.7p291"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p291"
+#define SNTP_VERSION       "4.2.7p292"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p292"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e3d08d244d2ca817d3956bde8c42b4047e7059c1..73c4f465c598d2672b8a508133185bad8e12cad2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  July 31, 2012 at 11:34:39 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  2, 2012 at 11:33:15 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.7p291
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p292
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 6ab391c622857c4d0515fa9c2556f820ac4448f1..fe15b727edd29bdcf61d0411ec02f2df507eb38f 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "31 Jul 2012" "4.2.7p291" "User Commands"
+.TH sntp 1sntpman "02 Aug 2012" "4.2.7p292" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:37 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:33:13 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4386f1e36c40c184d030393dd984d73e4cc468bf..ba8dcb93b7e5e66b8b84ce44af7eed4d7037d424 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:40 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:33:16 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 41cecacbdaad0b8b6c8f77f92fe3dc41bcadea10..ec6b622bd5678386b9ac6f6b62561e3b2e8e9ba4 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.7p291 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p292 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.7p291
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p292
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index cbb5c0844dce7489ac09aae50c17d62902aaa067..37f7afaecabe5c6837eddd76aa47aab55bb8413a 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "31 Jul 2012" "4.2.7p291" "User Commands"
+.TH sntp @SNTP_MS@ "02 Aug 2012" "4.2.7p292" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:37 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:33:13 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f3bafe86ea49d55f14a2fa4f5a68adcaa3935d2e..887d747d393880270bd77d36e8576af062b95d77 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 2012
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:40 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:33:16 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fcbb8846ee821959821d210a20c29e8b90412c8f..487926d6059959dc7a325fcdf2d0ee812edcacd7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:34:20 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:32:51 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.7p291\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p292\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.7p291\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p292\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.7p291";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p292";
 
 /*
  *  certificate option description:
index 9fdadc07f82a0f5023673ccb003c24fd848e1bd7..bcfc3c46ca62337498db883ed4ca9cc9a601cd83 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  July 31, 2012 at 11:34:19 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  2, 2012 at 11:32:51 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.7p291"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p291"
+#define NTP_KEYGEN_VERSION       "4.2.7p292"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p292"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1f44f7f468cc1f1ba840ca10929a11198d404fcf..bc2c51cd4b79c3b826eedd9cfc8f1f3c1d606a7a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  July 31, 2012 at 11:34:27 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  2, 2012 at 11:33:01 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.7p291
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p292
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 431a9cf5ad91e80a215a314e083ff064496a30e7..8d2c4b1917bb31c4ecaa57e96e43d065cbfae2f2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "31 Jul 2012" "ntp (4.2.7p291)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "02 Aug 2012" "ntp (4.2.7p292)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:24 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:58 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0d21719921592ba520da62550a96300fa38cd43f..36dca38f51c12fbadc003c71b4539a074841ef73 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 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  July 31, 2012 at 11:34:27 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:33:02 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 00c979c76e5b05bcf92b963e3a32e8bc017d1e27..eb426e8f55a1c967b268b4c1c3d81fb0406e9b57 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "31 Jul 2012" "ntp (4.2.7p291)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "02 Aug 2012" "ntp (4.2.7p292)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 31, 2012 at 11:34:24 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:58 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 24ead7c599214e31c4d3907e8edb3ba812b035ba..af134294cf21292cba329e7e1d6483cd169abccd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 31 2012
+.Dd August 2 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  July 31, 2012 at 11:34:27 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  2, 2012 at 11:33:02 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME