]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P293 NTP_4_2_7P293
authorHarlan Stenn <stenn@ntp.org>
Sat, 4 Aug 2012 11:34:07 +0000 (11:34 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 4 Aug 2012 11:34:07 +0000 (11:34 +0000)
bk: 501d08afimukTIlOo0fSJZbaPaQQ2g

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 6321e471400227e9363739490700961e2a03ffe2..f413cdc49106ca93bb4a006a055eb78a4735cb6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p293) 2012/08/04 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2247] (more) Get rid of the TRAK refclock - deprecated since 2006.
 * Documentation cleanup from Mike T.
 * Cleanup kclk_sel240x.o rules in libparse/Makefile.am.
index fb6061bdaa64eac3c67e70559fd43c11c560c9f7..4d322c2837ccde97d8a65cb6e8f9ec2959f88edc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:30:20 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:29:16 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.7p292\n"
+/*     0 */ "ntpd 4.2.7p293\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.7p292\n"
+/*  2868 */ "ntpd - NTP daemon program - Ver. 4.2.7p293\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.7p292";
+/*  3038 */ "ntpd 4.2.7p293";
 
 /*
  *  ipv4 option description with
index a7ed4e280725fa6e1ad3a8494185cb97bd39b211..b5c927a66c0e382857f21a270cb336cd4c3fd03b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:30:20 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:29:15 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.7p292"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p292"
+#define NTPD_VERSION       "4.2.7p293"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p293"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5e8d06655677846d9f783e5a6303ecebc30e33f7..2a96c9bd70d8d87de79e888c7bdf68ee3720874c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  2, 2012 at 11:31:05 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  4, 2012 at 11:30:36 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.7p292
+ntpd - NTP daemon program - Ver. 4.2.7p293
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 106ec7373e77a729f9f235448b512a1c07f2d26d..5e209b37a502ce5cfa5a09d24e08a43ba5258594 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "02 Aug 2012" "4.2.7p292" "User Commands"
+.TH ntpd 1ntpdman "04 Aug 2012" "4.2.7p293" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:30:27 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3c672305279e813a9915fc50c7ecceb911669a69..3f2a0cc7693d1fbe677ef414aa56ea181bed6a7e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:05 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:30:37 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 94ab94c67adcf7a99c583f2981cf4fca7dd216b1..929598a85a0ca6325d0c3d6e87067cdbb3083c1e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "02 Aug 2012" "4.2.7p292" "User Commands"
+.TH ntpd @NTPD_MS@ "04 Aug 2012" "4.2.7p293" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:30:27 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3af9b9a19dfc0aa525516a350391c7a8b065ea4f..294608db1752b7fa565c533c2ec3347dc5188f55 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 2012
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:05 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:30:37 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fcd8ad531f5793d16ddcd4c16878f7e69e60164e..1dd8a4d929156f47adfbf4f5c43b4fde85cbb12e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:31:12 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:30:45 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.7p292\n"
+/*     0 */ "ntpdc 4.2.7p293\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.7p292\n"
+/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p293\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.7p292";
+/*  1844 */ "ntpdc 4.2.7p293";
 
 /*
  *  ipv4 option description with
index b6ca3811a3bbb8d0a5a40cd144e44bcd487aaa63..86e6a69ecf99d716dc21c7cd883143c89620a694 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:31:12 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:30:45 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.7p292"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p292"
+#define NTPDC_VERSION       "4.2.7p293"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p293"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7ae37e75501ddb805ee89fc3b3ad4555058e2e92..0cbe4726c3f0fdfad306c3717e0a5b360e3b3009 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August  2, 2012 at 11:31:22 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  4, 2012 at 11:30:57 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.7p292
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p293
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 852e134256fa9b59916c955b9ed3799facb1e335..995401034fa53ced6cf45ac5f8cc50c5b6050893 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "02 Aug 2012" "4.2.7p292" "User Commands"
+.TH ntpdc 1ntpdcman "04 Aug 2012" "4.2.7p293" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:19 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:30:53 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a08c14f27799ddfd6db4ccac5179673bc674b23b..560a985ab912885376cb008563ebfe4cb16686af 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:23 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:30:59 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b424101d907d3f8ce8986864e9e900465f8b2c6b..b6833b2d12a5de7ea1d3ad8e95a4e3c523f84dbe 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.7p292 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p293 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.7p292
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p293
 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 d0df7771a4d7a2f3b9513b1d87109c2137d0267f..420b261f914d660b40a08e62d0c896bd907cd8a1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "02 Aug 2012" "4.2.7p292" "User Commands"
+.TH ntpdc @NTPDC_MS@ "04 Aug 2012" "4.2.7p293" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:19 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:30:53 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6223ee6fdf83a6eb948d9fe062a4070a472bdb6b..38f08a9e3cfeabcd71b9e4257e2cf016e441499b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 2012
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:31:23 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:30:59 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1154cca4282a5e5f90d457388da01420ba934b83..27003c5fd7e01cb6d6c0ba70c7b0c91e669edd4d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:31:25 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:31:02 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.7p292\n"
+/*     0 */ "ntpq 4.2.7p293\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.7p292\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p293\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.7p292";
+/*  1816 */ "ntpq 4.2.7p293";
 
 /*
  *  ipv4 option description with
index 1d35398ba9fddadb16868ee7173ed4589de5cea6..079a6b8ff5367841a9245421eb2b3e8e1d107a6e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:31:25 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:31:02 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.7p292"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p292"
+#define NTPQ_VERSION       "4.2.7p293"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p293"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c9a2895f8494148b306dba4d326419a92d47b032..acbf7b6545dbde5802306b126b099b62b5ef740c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August  2, 2012 at 11:32:04 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  4, 2012 at 11:31:13 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.7p292
+ntpq - standard NTP query program - Ver. 4.2.7p293
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b8b368100489caaa569ce2a23d9b175c0b3abff9..3375c953ec30c165c17e4b9c00bb38f0a1a65fcc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "02 Aug 2012" "4.2.7p292" "User Commands"
+.TH ntpq 1ntpqman "04 Aug 2012" "4.2.7p293" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:10 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2b69e1ed36f3a812d4b799db3739a83038fee140..95d8eb86e5f0ea64ace8621b36364e3fe6f842b5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:04 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:14 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5822642e32234aef52fe7a4795e8e55ad2f4ff94..02f276f9954fe94d786124974c925a586a04ef8c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "02 Aug 2012" "4.2.7p292" "User Commands"
+.TH ntpq @NTPQ_MS@ "04 Aug 2012" "4.2.7p293" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:10 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7aaeab31f542a9e0526236b4d0284f2a395cd46a..ad7f5814b49a7fb6d6fc434e3763112df0a250e6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 2012
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:04 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:14 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fd37909d18da11f1f0dc8acdb78e1711ad3d1fc3..8bae6be0854626d0a86930fc3e851fc9f69fa4a7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:32:06 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:31:15 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.7p292\n"
+/*     0 */ "ntpsnmpd 4.2.7p293\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.7p292\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p293\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.7p292";
+/*  1540 */ "ntpsnmpd 4.2.7p293";
 
 /*
  *  nofork option description:
index a81050c94c880cc2f6ebd52d7bd44c42c470c37e..bbc0e500529f1bb47797f665fe40238cdb0456cb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:32:06 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:31:15 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.7p292"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p292"
+#define NTPSNMPD_VERSION       "4.2.7p293"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p293"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0e7e20666e3e9c39f764f057ad77d120e227f3a1..9b31a04bdfc8cc0a675f228fd2e6c4228e243c87 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  2, 2012 at 11:32:47 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  4, 2012 at 11:31:30 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.7p292
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p293
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 8ed5ccc9b2ddc851ceb006f2c99e2b7f99216592..b2166bb41c1b2e5a3f14f1437329ca4c544604a8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "02 Aug 2012" "4.2.7p292" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "04 Aug 2012" "4.2.7p293" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:44 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:27 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b1560811a7a31d77394490a8e349f05fea89a1d6..93dec11f025bbb716cd5983b602ff4053c41add3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:48 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:31 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1533c1873a089a4cf2b4e82fce1ee925564bd260..f109abc5227a0ce897c209178443c030fa13b354 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "02 Aug 2012" "4.2.7p292" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "04 Aug 2012" "4.2.7p293" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:44 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:27 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 491b0f59967a7401ccda341468a44832e5bcdd4e..8b209978f2307272a7bd25470cd18fa8647049be 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 2012
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:48 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:31 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ffc1a1de98aaee3258deba3efd13936166d0a7d4..47dbd1f06964b3635745456fbe10a64c096579f6 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=292
+point=293
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 1d5c4d5286b1b8c4fbbf11f0ae715c1c01667ce3..08422f5a29e5348e77be12870bc33def25fdc394 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August  2, 2012 at 11:29:40 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  4, 2012 at 11:28:28 AM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 67319655f5ef238fd7f0e71e9b4f28fdb7921017..c79f0b91dea43e45ef593c5a37be5dfb5067c411 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "02 Aug 2012" "ntp (4.2.7p292)" "User Commands"
+.TH ntp-wait 1ntp-waitman "04 Aug 2012" "ntp (4.2.7p293)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:29:37 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:28:10 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ca7fd899ae636857bb39e40812aff7f363ccd546..6ea26651d43dc84e8ae8da0de4ceec84363a041c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 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  August  2, 2012 at 11:29:41 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:28:34 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8fa5b0cb69e41954479a18b466d788dcb756a88b..cbaaf2a3ec95718d543f647443933de12c8fd94c 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.7p292 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p293 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 0d9609e530edfb8651657a91dacf7c6187d99094..586590e60c00213787bc6e0df85bd81644eef0c4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "02 Aug 2012" "ntp (4.2.7p292)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "04 Aug 2012" "ntp (4.2.7p293)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:29:37 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:28:10 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fa04bd4dda7818c00dbcf8b80e16e9173e216407..571f3e12476bea47ed89007c1896830562b0a05e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 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  August  2, 2012 at 11:29:41 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:28:34 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 65d203781e6bdfb1e3cec3e10a62bbc41f07b0f7..cf046b6076228ba33f5eca44566ebf2824c4261d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:21:35 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:21:57 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.7p292\n"
+/*     0 */ "sntp 4.2.7p293\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.7p292\n"
+/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p293\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.7p292";
+/*  2598 */ "sntp 4.2.7p293";
 
 /*
  *  ipv4 option description with
index efb125ebe7095922aa33a636ff82973ddc451f71..fc403ba6c103c3ad787ad051121b16c0c003dfb0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:21:34 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:21:56 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.7p292"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p292"
+#define SNTP_VERSION       "4.2.7p293"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p293"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 73c4f465c598d2672b8a508133185bad8e12cad2..251d29d99f6acc95d1cd6027b70528731ac58632 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August  2, 2012 at 11:33:15 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  4, 2012 at 11:33:06 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.7p292
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p293
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index fe15b727edd29bdcf61d0411ec02f2df507eb38f..8938680b3ddf583e63fa3c61da7141914b4c1c7d 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "02 Aug 2012" "4.2.7p292" "User Commands"
+.TH sntp 1sntpman "04 Aug 2012" "4.2.7p293" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:33:13 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:33:04 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ba8dcb93b7e5e66b8b84ce44af7eed4d7037d424..5bd7c4fe2fc251c3e68bc6f115c7836751ce0a82 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:33:16 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:33:07 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ec6b622bd5678386b9ac6f6b62561e3b2e8e9ba4..0e74dd00eba77c55baf03c8a5b143e0e58921914 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.7p292 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p293 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.7p292
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p293
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 37f7afaecabe5c6837eddd76aa47aab55bb8413a..127773116f43fc007269ca414760fa4ead119d7c 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "02 Aug 2012" "4.2.7p292" "User Commands"
+.TH sntp @SNTP_MS@ "04 Aug 2012" "4.2.7p293" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:33:13 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:33:04 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 887d747d393880270bd77d36e8576af062b95d77..d5a7b7b7f09f72d7192dd0afb875f8daa7b474fe 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 2012
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:33:16 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:33:07 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 487926d6059959dc7a325fcdf2d0ee812edcacd7..be8a3b48d3f22c29ae48a6fb71936dbfe3d2dc0d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:32:51 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:31:35 AM by AutoGen 5.14
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -74,7 +74,7 @@ extern tUsageProc optionUsage;
  *  ntp-keygen option static const strings
  */
 static char const ntp_keygen_opt_strs[2320] =
-/*     0 */ "ntp-keygen (ntp) 4.2.7p292\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p293\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.7p292\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p293\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.7p292";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p293";
 
 /*
  *  certificate option description:
index bcfc3c46ca62337498db883ed4ca9cc9a601cd83..6b9648a544cc2b5d24c5efbf84ee89442cf6243a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August  2, 2012 at 11:32:51 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August  4, 2012 at 11:31:34 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.7p292"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p292"
+#define NTP_KEYGEN_VERSION       "4.2.7p293"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p293"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bc2c51cd4b79c3b826eedd9cfc8f1f3c1d606a7a..7c45dc0dd81fa886a860196f670fe331d3695da8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August  2, 2012 at 11:33:01 AM by AutoGen 5.14
+# It has been AutoGen-ed  August  4, 2012 at 11:31:51 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.7p292
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p293
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 8d2c4b1917bb31c4ecaa57e96e43d065cbfae2f2..cde521852ef37d3969c94448996325ca8a61d843 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "02 Aug 2012" "ntp (4.2.7p292)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "04 Aug 2012" "ntp (4.2.7p293)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:58 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:47 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 36dca38f51c12fbadc003c71b4539a074841ef73..c7c82f4cd6be6ba1c5fcec61435c8e682ad51b10 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 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  August  2, 2012 at 11:33:02 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:51 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index eb426e8f55a1c967b268b4c1c3d81fb0406e9b57..9e184c28f8db5fde1e086e7dd5ba637eff4acee7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "02 Aug 2012" "ntp (4.2.7p292)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "04 Aug 2012" "ntp (4.2.7p293)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  2, 2012 at 11:32:58 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:47 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index af134294cf21292cba329e7e1d6483cd169abccd..1add541f674230c1f4613dd31960041a22b779ff 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 2 2012
+.Dd August 4 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  August  2, 2012 at 11:33:02 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August  4, 2012 at 11:31:51 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME