]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P258 NTP_4_2_7P258
authorHarlan Stenn <stenn@ntp.org>
Tue, 21 Feb 2012 04:53:59 +0000 (04:53 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 21 Feb 2012 04:53:59 +0000 (04:53 +0000)
bk: 4f4323676DoIekUKimhM9ow05seXxQ

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 ad76bdff58da636605ebbc9cccbb995e1964e38a..cb078f78d80fcdce2f01144dc736336e7b72be05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p258) 2012/02/21 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2140] Rework of Windows I/O completion port handling to avoid
   garbling serial input in UNIX line discipline emulation.
 * [Bug 2143] NMEA driver: discard data if quality indication not good,
index c18c795eaee747f6d2b18b46a41ca2422ebf0f42..4ae7ad810052e9573d489102a410050744dfda6e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:51:01 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:52:04 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.7p257\n"
+/*     0 */ "ntpd 4.2.7p258\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.7p257\n"
+/*  2823 */ "ntpd - NTP daemon program - Ver. 4.2.7p258\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.7p257";
+/*  2993 */ "ntpd 4.2.7p258";
 
 /*
  *  ipv4 option description with
index 0ad49b4e26bb2af104b1dc639e7325ad471777dc..39514a7294cdc41a995f7d08b541a0de65659598 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:51:00 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:52:04 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.7p257"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p257"
+#define NTPD_VERSION       "4.2.7p258"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p258"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 32f7a3c076d7e0fc7ef509e539e6e7e5c4ca9427..8939e85800406e9fe6e7e5e06710feb48bdedcd8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  February 17, 2012 at 05:51:23 AM by AutoGen 5.14
+# It has been AutoGen-ed  February 21, 2012 at 04:52:34 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.7p257
+ntpd - NTP daemon program - Ver. 4.2.7p258
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 175cd859fe79f26d6af52fa5251f283bd36f6cf2..bf55a103b2c0324ca26d9ba80a3b8ad1c258d613 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "17 Feb 2012" "4.2.7p257" "User Commands"
+.TH ntpd 1ntpdman "21 Feb 2012" "4.2.7p258" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:20 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:52:30 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ffebb40ce7225a0fac0f5c7ba8a7f05eb3ed93c0..b3e3ce84a221abf6513e304a781c256ba16fc846 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:24 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:52:36 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a2cb2671910881e08cf5fbb536061e6d9740fba1..36f0bf66e029b37e162edbc1a8a51cb10f9dc005 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "17 Feb 2012" "4.2.7p257" "User Commands"
+.TH ntpd @NTPD_MS@ "21 Feb 2012" "4.2.7p258" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:20 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:52:30 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cd2feea17f1be0af26a68b84b54230fb8217c421..5a04b223904ed7b89c39fb14d27d2afcc8300b74 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 2012
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:24 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:52:36 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b14e9c3d96505bfd05fcf1a63ecf343d34bcfeae..4551cc6bbff394079af1fcb118bd14d524c72a5c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:51:27 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:52:46 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.7p257\n"
+/*     0 */ "ntpdc 4.2.7p258\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.7p257\n"
+/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p258\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.7p257";
+/*  1844 */ "ntpdc 4.2.7p258";
 
 /*
  *  ipv4 option description with
index 399f98746dc924e6c98dcc5c1fbb073808c994a0..5eabc59e14add6dc491b8432e416e5363e036f55 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:51:27 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:52:46 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.7p257"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p257"
+#define NTPDC_VERSION       "4.2.7p258"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p258"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3696803e5c9bc46de277041c45e0eb90e965f6e7..e42c563b832d85ccb0aefff31bf2d2aa52b4875a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  February 17, 2012 at 05:51:37 AM by AutoGen 5.14
+# It has been AutoGen-ed  February 21, 2012 at 04:52: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.7p257
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p258
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 28be123f3f589aa34f8001daf9b3dbd06df553f6..01ae67819727214abb00dac0959ef8e20662a29b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "17 Feb 2012" "4.2.7p257" "User Commands"
+.TH ntpdc 1ntpdcman "21 Feb 2012" "4.2.7p258" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:34 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:52:54 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3fbd69af5a1e43e37f2691eda991249c34a801a3..70013a3b64f30b9ef37c718f03b682b9da12fa75 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:38 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:52:57 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2bf39cc04415b6087abe43a5fd88373c32e0d0a5..b1eebf783345a9a0e2a10f7e672c8a1f3638e26d 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.7p257 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p258 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.7p257
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p258
 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 cf17d31c8f733723bfa5b9c3d034c968c1c8a581..966491ffa1bdca18f2da64f692e2ba6c450730ed 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "17 Feb 2012" "4.2.7p257" "User Commands"
+.TH ntpdc @NTPDC_MS@ "21 Feb 2012" "4.2.7p258" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:34 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:52:54 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7152d4a7e4cf8c219a61fb4f930e827dc24f15ae..dad28986311ee3299784ce35d11bfd7b3cf6cee9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 2012
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:38 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:52:57 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 51997ecf4b64df3c2c55681f709d358d01373afb..3fec4067f1174c8d30ea0ac8056eeeb2103ac1e5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:51:38 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:52:58 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.7p257\n"
+/*     0 */ "ntpq 4.2.7p258\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.7p257\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p258\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.7p257";
+/*  1816 */ "ntpq 4.2.7p258";
 
 /*
  *  ipv4 option description with
index 0435ddb9f322025ff5e17fc1935ab73f7faa10b3..9a9462c02187410695e52cfed173a319634324e1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:51:38 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:52:58 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.7p257"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p257"
+#define NTPQ_VERSION       "4.2.7p258"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p258"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b634ae2b2043ce25bb3f9c2ccfb4299105b7a02c..069c2d4d59181b3769a6235da33b82dc5891a37e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  February 17, 2012 at 05:51:57 AM by AutoGen 5.14
+# It has been AutoGen-ed  February 21, 2012 at 04:53: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.7p257
+ntpq - standard NTP query program - Ver. 4.2.7p258
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3c4b20ea3db31b5f24db1726b8cdaf7bb9fd771b..4fefb072bca2194d0f1a1d858ec83c5bedf24807 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "17 Feb 2012" "4.2.7p257" "User Commands"
+.TH ntpq 1ntpqman "21 Feb 2012" "4.2.7p258" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:54 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:02 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 739792a12b0a97cefd5ef5c896e6745c393a369b..3bf4eee4ac71b88e5850925e776219f038d2a888 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:57 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:05 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 104a86dba245976bad09000c90e327a760e7d6c6..ab1fab040e9ae5f6a3a933af55e85e9eb55262bd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "17 Feb 2012" "4.2.7p257" "User Commands"
+.TH ntpq @NTPQ_MS@ "21 Feb 2012" "4.2.7p258" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:54 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:02 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b5fb1ba0aef7ae0000880ee3e45c82a4104afd84..deaad2d680aa9cd587ea68205d98225f3b1911d3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 2012
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:51:57 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:05 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b052cdb664332aba0de92b492bef738f0848e185..14168786b18316d5603ba173df9cc7c9ca9b67f8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:51:58 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:53: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.7p257\n"
+/*     0 */ "ntpsnmpd 4.2.7p258\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.7p257\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p258\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.7p257";
+/*  1540 */ "ntpsnmpd 4.2.7p258";
 
 /*
  *  nofork option description:
index 423aac97bd06d66c814b8fd0cb5faef39d3e5f11..f161f8c665aaee55b0c369b09fbec88e600aaecb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:51:58 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:53:05 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.7p257"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p257"
+#define NTPSNMPD_VERSION       "4.2.7p258"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p258"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 24f1af7684478092aa9317f42ffb341f6f2e29fa..added80a274eb851ab64fe6dfd107ec56b6fc869 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  February 17, 2012 at 05:52:04 AM by AutoGen 5.14
+# It has been AutoGen-ed  February 21, 2012 at 04:53:11 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.7p257
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p258
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 0cde8c6448bd3a0a52436dbfc88e31974353181c..099d85c4cf6ae7abd0c812db9b684c87469ff17c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "17 Feb 2012" "4.2.7p257" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "21 Feb 2012" "4.2.7p258" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:52:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:09 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8154b4283d73906cf76dde20876f65a1b914993f..ec784b3a3af91932dd86f9cd1a145a31e566227f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:52:04 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:12 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c71c93a5877ba5012610a633a83b466fa7cf40a8..2f3a84c3daf482940c9841525ba0cb6df69dae9b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "17 Feb 2012" "4.2.7p257" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "21 Feb 2012" "4.2.7p258" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:52:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:09 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ebe5bc306908acb965e6ec2d9a8e36d8db11455b..b77ee41a41e8f5748260afe7b4ed33cbb70bf406 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 2012
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:52:04 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:12 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fb26981f30a52b082858ab4b8d873659be82333e..360eaef60c5276feadb288bbd8f7993decc17cff 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=257
+point=258
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index d63c86eb02c70ca04df64356e7b119593c99480f..3520f2a632aa7f6fa9ca69570bb219d5b8df3d03 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  February 17, 2012 at 05:50:59 AM by AutoGen 5.14
+# It has been AutoGen-ed  February 21, 2012 at 04:52:00 AM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 475199057c8990f9b83ebf1dd66a6975d6a06304..ae674f226bd3eca4fe36ec9a523ba866b032a471 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "17 Feb 2012" "ntp (4.2.7p257)" "User Commands"
+.TH ntp-wait 1ntp-waitman "21 Feb 2012" "ntp (4.2.7p258)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:50:56 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:51:57 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6888fcd28acb1abdc86e183115aa04d8b635c5fa..d3e4c3da5e7522671413c635a04b187c3eb4a283 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 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  February 17, 2012 at 05:51:00 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:52:01 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2d2e643d2c60c0ade783ae48ffde695273340247..60325416da8d4baeea6bf1e7a387e481e3db6ec0 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.7p257 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p258 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index ddb52ec9164b0990c51320ac0c7adfbd91848aeb..340b836fb0d4025f0c5329016c184413a2f69e95 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "17 Feb 2012" "ntp (4.2.7p257)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "21 Feb 2012" "ntp (4.2.7p258)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:50:56 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:51:57 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dfc7d44b4bc5cf7737f537a31561f560c7d7ae0f..1e027a8bb2b3f2cddee564fe771325387241d706 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 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  February 17, 2012 at 05:51:00 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:52:01 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index dcf6292b788d9bad632f7da9a0f542e047611fab..cc99fef8ba86364dbb9ed89302988684e228f37e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:52:14 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:49:19 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.7p257\n"
+/*     0 */ "sntp 4.2.7p258\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.7p257\n"
+/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p258\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.7p257";
+/*  2598 */ "sntp 4.2.7p258";
 
 /*
  *  ipv4 option description with
index 29684bf06283a25cbce528eb86024bcad45166bb..773400221e80e0552ef6bb1a28e95257b9347cb2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:52:14 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:49:18 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.7p257"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p257"
+#define SNTP_VERSION       "4.2.7p258"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p258"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9db42be95bc0cbc6b4c83caec442cd4c5eb8b519..5572ab605c61cdd4ef8a45b3122da259a863bc84 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  February 17, 2012 at 05:52:28 AM by AutoGen 5.14
+# It has been AutoGen-ed  February 21, 2012 at 04:53:37 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.7p257
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p258
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 3197aa6619cdf38dd72db4820803889003abb10d..3584e517b043cb90ed5fb87742c65ea8db50cfa6 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "17 Feb 2012" "4.2.7p257" "User Commands"
+.TH sntp 1sntpman "21 Feb 2012" "4.2.7p258" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:52:26 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:34 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 83de636c24e342cafe87ca108e8bbe8bae3e06af..4a5266c92d14f9b4049f49fe93ddac8d08a98fe3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:52:29 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:37 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d80a988e53b3c025a27147a4edc9edcd2758eb72..b4770d06af460679bd9cc18c70db3b736b4f7c27 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.7p257 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p258 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.7p257
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p258
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 27d42c576979e8d41665a60ebf6a28c92b0bc863..269d7fd4bc2f0d3d02418faff2621491bcf01878 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "17 Feb 2012" "4.2.7p257" "User Commands"
+.TH sntp @SNTP_MS@ "21 Feb 2012" "4.2.7p258" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:52:26 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:34 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index edfb94c66f0b2c9a1a2f369a1034cba4a50c3d7b..17e076f9395e585c872e12cfaa5414c6ea76405a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 2012
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:52:29 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:37 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b7b6965e8c162a295a00d0413cd3943a9577db4a..9d2241992e10ad23989f811f5055852962958986 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:52:05 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:53:13 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.7p257\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p258\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.7p257\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p258\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.7p257";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p258";
 
 /*
  *  certificate option description:
index 402d27e40ed74cf4d2eb08dba09508193eb0b6b3..e7a2c3780159c617cb126888b248012578d93c63 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  February 17, 2012 at 05:52:05 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  February 21, 2012 at 04:53:13 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.7p257"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p257"
+#define NTP_KEYGEN_VERSION       "4.2.7p258"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p258"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5b8ec7642f0b6047ba2d418618635a1c493388f9..9cff46e9f384f8541656e30a26ac120f63277a48 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  February 17, 2012 at 05:52:12 AM by AutoGen 5.14
+# It has been AutoGen-ed  February 21, 2012 at 04:53:21 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.7p257
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p258
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index debc8af81a61c91365d0eb935c4bdb02920cccdc..ded62493d8b0ca1a5f968c4ac83174c462d90592 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "17 Feb 2012" "ntp (4.2.7p257)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "21 Feb 2012" "ntp (4.2.7p258)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:52:09 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:17 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a7d8d440c0c7eb71f5b0cf55ef392807831f3512..cb4a21e44cff4f289cab1c9daf4d8a618e3cd1e0 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 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  February 17, 2012 at 05:52:13 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:21 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5bb0f80ae5108a16873fdb24227326c719106c5f..d31ef1734f6db42117358b8ddd5ae7c7a6e1b162 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "17 Feb 2012" "ntp (4.2.7p257)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "21 Feb 2012" "ntp (4.2.7p258)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  February 17, 2012 at 05:52:09 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:17 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5649600b23d2558414fb2151fc4c9fdc5c627408..85fe1ab27b70d9165cdd58ca2a2208cf06425701 100644 (file)
@@ -1,9 +1,9 @@
-.Dd February 17 2012
+.Dd February 21 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  February 17, 2012 at 05:52:13 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February 21, 2012 at 04:53:21 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME