]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P184
authorHarlan Stenn <stenn@ntp.org>
Mon, 20 Jun 2011 09:46:53 +0000 (09:46 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 20 Jun 2011 09:46:53 +0000 (09:46 +0000)
bk: 4dff170dcJO6qqco9ekp1KkQjtoi_Q

31 files changed:
ChangeLog
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1
ntpdc/ntpdc.html
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.1
packageinfo.sh
scripts/ntp-wait-opts.texi
scripts/ntp-wait.1
scripts/ntp-wait.html
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1
sntp/sntp.html
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 9750bfc4612ccb0ef2e9b65e6fda9aa30f2989ee..1714e81a61a1e4204dfbb3a72c720a1e00ea9b72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p184) 2011/06/20 Released by Harlan Stenn <stenn@ntp.org>
 * Added ntp_locs.m4.
 * genLocInfo improvements.
 * Add the man page tag "flavor" to the loc.* files.
index 5f0a446f467554db0c1015050a724d691e6e1d19..ea7938fdc55c77705c311f703d8195cf53aa6292 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 11:13:00 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:45:35 AM by AutoGen 5.11.10pre10
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpd 4.2.7p183\n\
+"ntpd 4.2.7p184\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, 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\
@@ -1028,7 +1028,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p183\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index c6be5548dd1f313e723194f75efb58dfee48165a..c65470c92519793ca0cf9f263dd3cf56f72f8098 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 11:13:00 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:45:35 AM by AutoGen 5.11.10pre10
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -102,8 +102,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p183"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p183"
+#define NTPD_VERSION       "4.2.7p184"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 20efb53ea12f78d18428186eb7f551eec3caf640..20dcbd0564a2328c44ef2f8156ae525ce6228941 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 19, 2011 at 11:15:39 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 20, 2011 at 09:45:50 AM by AutoGen 5.11.10pre10
 # 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.7p183
+ntpd - NTP daemon program - Ver. 4.2.7p184
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index c6e9f0a88c35443309d2e763f555391b30715d61..47a9519942629cb1f8d41717501ba7cc11c10780 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 19 2011
+.Dd June 20 2011
 .Dt NTPD 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 19, 2011 at 11:15:37 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 20, 2011 at 09:45:49 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 05cdb83ec7735187c1f5c2731b1be41271d7fbd0..c6113648be36cbafc54eba823fa75eeec095abe0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 11:16:20 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:45:54 AM by AutoGen 5.11.10pre10
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[334] =
-"ntpdc 4.2.7p183\n\
+"ntpdc 4.2.7p184\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, 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\
@@ -473,7 +473,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[132] =
-"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p183\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 19034f37218ed8a5ab49dd1425a5a1e33bde21ce..4c67b01d6a6740c73ec0d84f9b569fe90b513804 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 11:16:20 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:45:54 AM by AutoGen 5.11.10pre10
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -81,8 +81,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p183"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p183"
+#define NTPDC_VERSION       "4.2.7p184"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c0add2ca6ca5712ddf2113e9e72caec106be1b8d..d0178f519aa2e42fb0e69ea5eed72553d9264797 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  June 19, 2011 at 11:17:13 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 20, 2011 at 09:46:05 AM by AutoGen 5.11.10pre10
 # 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.7p183
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p184
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 307e05299fb6f82fb8f2c463d30137d0f905f624..1751c24259d1035e769838f129d4215a8f8118b7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 19 2011
+.Dd June 20 2011
 .Dt NTPDC 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 19, 2011 at 11:17:12 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 20, 2011 at 09:46:04 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9cfc6801fac1593437b962308b54d543f920ed7f..4c510ddbc729dbd3139f93b69c72a27a2e29d0fe 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.7p183 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p184 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-usage-3"></a>
 This is the automatically generated usage text for ntpdc:
 
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p183
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p184
 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 ad7caf6e591b408c424b3218a81b46be85e90cfd..e2621db47025385aa59a878d49fe3068175e2e55 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 11:17:15 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:46:05 AM by AutoGen 5.11.10pre10
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpq 4.2.7p183\n\
+"ntpq 4.2.7p184\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, 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\
@@ -450,7 +450,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p183\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ac04bf9f0176d0f55a4aaddc9ebbbe974b8d982d..b12ed01e70ee7b4157080e9f4f7039ad8fb31082 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 11:17:15 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:46:05 AM by AutoGen 5.11.10pre10
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p183"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p183"
+#define NTPQ_VERSION       "4.2.7p184"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ec00aeb682c745c5df80e86b5cbf325ddc3dc448..65c4259a8561a9dd900ff41c794b535649acc8ab 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  June 19, 2011 at 11:17:57 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 20, 2011 at 09:46:16 AM by AutoGen 5.11.10pre10
 # 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.7p183
+ntpq - standard NTP query program - Ver. 4.2.7p184
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3261863991bd2ff396c2b56a6e6de339529f1d74..39a39da85247447fc70fef6dbfc6fa7d5a4d59cd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 19 2011
+.Dd June 20 2011
 .Dt NTPQ 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 19, 2011 at 11:17:56 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 20, 2011 at 09:46:15 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f161e0a2e73f4d9d2578cbcae675a93b6ac7ba4c..4b75c0a68fc4bd6da0771a9ecc18f0cb3f8d6bc1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 11:18:00 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:46:16 AM by AutoGen 5.11.10pre10
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[337] =
-"ntpsnmpd 4.2.7p183\n\
+"ntpsnmpd 4.2.7p184\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, 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\
@@ -277,7 +277,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p183\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index dc3b353e249e1739fc2aefea759a2b75c533c054..037d908806d7b962bbc6a72c655dca000fdc4a77 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 11:17:59 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:46:16 AM by AutoGen 5.11.10pre10
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -74,8 +74,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p183"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p183"
+#define NTPSNMPD_VERSION       "4.2.7p184"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 535b1bebabb3c66fb91318340c3ff110b63cb03b..8b28a48b837f327efafa09bcb74866406c53dcc9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  June 19, 2011 at 11:18:32 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 20, 2011 at 09:46:21 AM by AutoGen 5.11.10pre10
 # 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.7p183
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p184
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 7bd91d6f13e18455d25c0aec6ee7313e23d05306..7547dc47eabfc5c237b5af992b20dcf1ac47d122 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 19 2011
+.Dd June 20 2011
 .Dt NTPSNMPD 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 19, 2011 at 11:18:32 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 20, 2011 at 09:46:20 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 49665c11b86321081cc867be532efe75b5491d93..e17b460801061289c3dacf692941fc8bf69d3336 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=183
+point=184
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 0909436976e416a3be542562cf56fda42c296029..8d60c6497c5d696fe3a0e9612ccfceadfc77184c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  June 19, 2011 at 11:09:23 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 20, 2011 at 09:45:33 AM by AutoGen 5.11.10pre10
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 44e1718522122104e358efd54d0d975c1078019b..eed9b100abaaf94e2ff9ca0c8da9949c3fd42726 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 19 2011
+.Dd June 20 2011
 .Dt NTP_WAIT 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 19, 2011 at 11:09:21 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 20, 2011 at 09:45:33 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 097948bcb1d98b1bb78968e609d0553cfed3a81b..37de5401e54c426e948df66f20c5cd6c856bc19c 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.7p183 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p184 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index ac2f5f7f42b05c34d1bd043c51712731b9c7722e..b7ea45fd810a5aaa4c9dc40220c352d29627aebc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 10:54:25 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:46:29 AM by AutoGen 5.11.10pre10
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"sntp 4.2.7p183\n\
+"sntp 4.2.7p184\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, 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\
@@ -663,7 +663,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p183\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 83c1d6675fe6ae75af3a0fd9ef9a4ee62c4928b9..ea6bcab6ac0787b68ad672a4173e331f4ce25edc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 10:54:25 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:46:29 AM by AutoGen 5.11.10pre10
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p183"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p183"
+#define SNTP_VERSION       "4.2.7p184"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9b0317382cbd5c970ca811612f56ca2a6d914faf..eaab7783598e21bd6e0595451af38adb74f31fe2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  June 19, 2011 at 11:19:41 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 20, 2011 at 09:46:37 AM by AutoGen 5.11.10pre10
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p183
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p184
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index c8e6e811fc543866904defcdcc6228b28cd61ade..ab874041bb96c114712b44b2634fc1a88e8f0654 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 19 2011
+.Dd June 20 2011
 .Dt SNTP 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 19, 2011 at 11:19:40 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 20, 2011 at 09:46:36 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c1cd4202c6459e6980471281b75be333c371db16..6894d9eb9621b71e09554c266ab8a88bc4146544 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.7p183 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p184 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -150,7 +150,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p183
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p184
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 47bbeb96b1772392dda37e3f596fd05b1d702ced..2350868819fc0a6d0e9e03e7af545b4dc1f2e4b9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 11:18:39 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:46:21 AM by AutoGen 5.11.10pre10
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[345] =
-"ntp-keygen (ntp) 4.2.7p183\n\
+"ntp-keygen (ntp) 4.2.7p184\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, 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\
@@ -778,7 +778,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p183\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c7f6bec730914b257a2ce443bc56d6a615c5db77..565af29bc08007a2f472e214a0c060c284ddf578 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  June 19, 2011 at 11:18:38 AM by AutoGen 5.11.10pre10
+ *  It has been AutoGen-ed  June 20, 2011 at 09:46:21 AM by AutoGen 5.11.10pre10
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p183"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p183"
+#define NTP_KEYGEN_VERSION       "4.2.7p184"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 006df2bfcd593146e95a2735b276c30557d42392..30d7ca726918e5b562286dd9291304774195ec0c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  June 19, 2011 at 11:19:11 AM by AutoGen 5.11.10pre10
+# It has been AutoGen-ed  June 20, 2011 at 09:46:29 AM by AutoGen 5.11.10pre10
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -49,7 +49,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.7p183
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p184
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 3922a5d8d0c700a8b3a517a3ec1893de5585e04b..7b322bc9d0b3a51a7bcdca635b0411dce9aa588c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 19 2011
+.Dd June 20 2011
 .Dt NTP_KEYGEN 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June 19, 2011 at 11:19:10 AM by AutoGen 5.11.10pre10
+.\"  It has been AutoGen-ed  June 20, 2011 at 09:46:28 AM by AutoGen 5.11.10pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME