]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P100 NTP_4_2_7P100
authorHarlan Stenn <stenn@ntp.org>
Tue, 21 Dec 2010 11:27:17 +0000 (11:27 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 21 Dec 2010 11:27:17 +0000 (11:27 +0000)
bk: 4d108f15Dos9Tah56BwzGlAUxArlxQ

29 files changed:
ChangeLog
clockstuff/clktest-opts.c
clockstuff/clktest-opts.h
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
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
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 4fa61c69837dfd509d7eb94930d6f68b8b603a22..364ebd5838816f33ff654abbe56923eef7cb6deb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p100) 2010/12/21 Released by Harlan Stenn <stenn@ntp.org>
 (4.2.7p99) 2010/12/21 Released by Harlan Stenn <stenn@ntp.org>
 * Add unit tests for msnprintf().
 (4.2.7p98) 2010/12/20 Released by Harlan Stenn <stenn@ntp.org>
index 919becd755093293005ca246e183dedc011d8287..773f67d13d8a75be6167b70607947cbab2aa230d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:35:54 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:17:42 AM by AutoGen 5.11.6pre5
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -324,8 +324,8 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  *  Define the Clktest Option Environment
  */
 static char const zPROGNAME[8] = "CLKTEST";
-static char const zUsageTitle[128] =
-"clktest - test the clock line discipline - Ver. 4.2.7p99\n\
+static char const zUsageTitle[129] =
+"clktest - test the clock line discipline - Ver. 4.2.7p100\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ca1e66b091dd28baba95e88350451527c78170ac..b6b93c24fd8d473379fb44a880cddec7d63f6a0f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:35:54 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:17:41 AM by AutoGen 5.11.6pre5
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -63,8 +63,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    10
-#define CLKTEST_VERSION       "4.2.7p99"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p99"
+#define CLKTEST_VERSION       "4.2.7p100"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p100"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cb21c06fd0223682ca13baf7d57440e14d58feca..1092feee803ee9979eaae0398f596e18404515f8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:34:47 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:11:48 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1005,8 +1005,8 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  *  Define the Ntpd Option Environment
  */
 static char const zPROGNAME[5] = "NTPD";
-static char const zUsageTitle[132] =
-"ntpd - NTP daemon program - Ver. 4.2.7p99\n\
+static char const zUsageTitle[133] =
+"ntpd - NTP daemon program - Ver. 4.2.7p100\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 1cf9df4ac1becca146529a19f0ae226ff9c436e6..755e367d6cfecd094084f4ad6415a2964908e219 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:34:47 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:11:48 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p99"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p99"
+#define NTPD_VERSION       "4.2.7p100"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p100"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0835d751b028799ad0695bb4fdea82c3b39e9b22..591522717975d8ddee917814349458855dae41aa 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2010 at 09:35:15 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 21, 2010 at 11:14:06 AM by AutoGen 5.11.6pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d0b652535ca9841aba380f2b49f772247a24c173..975258929b9e711b87826c7d3ea7acac33cb9117 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-12-21 "( 4.2.7p99)" "Programmer's Manual"
+.TH NTPD 1 2010-12-21 "( 4.2.7p100)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2010 at 09:35:15 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 21, 2010 at 11:14:03 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 21098adb7399319d351766f28fc6034838484a04..b9faad98c8a9b92ba48cd7bbf37d39d1bf7c779b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:35:22 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:15:13 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -450,8 +450,8 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  *  Define the Ntpdc Option Environment
  */
 static char const zPROGNAME[6] = "NTPDC";
-static char const zUsageTitle[128] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p99\n\
+static char const zUsageTitle[129] =
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p100\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ae3ad5de839da609d3393d75f25abe9c82f0deca..600dfdc36a1c721b3bd57b2f067ee015394b13d0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:35:22 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:15:12 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p99"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p99"
+#define NTPDC_VERSION       "4.2.7p100"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p100"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a19e4e75f11338e1a7b562bc49465e3aec0a6b24..df547f496a22ea9bf1fec7745d0c887140487d99 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2010 at 09:35:35 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 21, 2010 at 11:16:16 AM by AutoGen 5.11.6pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 83940d4b1aa032b19ae293c254c7dc3baa5ddd66..91e734d493716a5140b9eecddcfc5936e5079da6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-12-21 "( 4.2.7p99)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-21 "( 4.2.7p100)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2010 at 09:35:34 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 21, 2010 at 11:16:14 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 16921eb254e0142bd9b2711a68c2dd2250a1d2e6..15dfe23fe2bd51d3f872699446d8193dfc1f3bab 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:35:35 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:16:19 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -427,8 +427,8 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  *  Define the Ntpq Option Environment
  */
 static char const zPROGNAME[5] = "NTPQ";
-static char const zUsageTitle[120] =
-"ntpq - standard NTP query program - Ver. 4.2.7p99\n\
+static char const zUsageTitle[121] =
+"ntpq - standard NTP query program - Ver. 4.2.7p100\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 71d0aeadcac41b79310e699a0cf44adfe2113c83..b3ec31100edc886f5ad1dbfe1b1248399d9c6a19 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:35:35 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:16:18 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p99"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p99"
+#define NTPQ_VERSION       "4.2.7p100"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p100"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dbc424210b8fa19f885b7e0e664593a54846d6e1..060429e42bff6144a188e90345bfb0e7f5ee4b50 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2010 at 09:35:47 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 21, 2010 at 11:17:10 AM by AutoGen 5.11.6pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 820dc93f70bfa1574bc7ab5abd1ac47a820901b0..b415feb72b96535306615b3e0b6b9569e23bdb92 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-12-21 "( 4.2.7p99)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-21 "( 4.2.7p100)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2010 at 09:35:47 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 21, 2010 at 11:17:09 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b3b9bb1dec87a23d727b0e5a358a674be7259a65..6458f4b9b3e6119361f4eaa43ca042bb2f292ae3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:35:48 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:17:12 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -254,8 +254,8 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  *  Define the Ntpsnmpd Option Environment
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
-static char const zUsageTitle[104] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p99\n\
+static char const zUsageTitle[105] =
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p100\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c002c68da3358c0f50501ac58e9defc8d407d51a..7226628d1bbea2325dec113b47752aa10924995b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:35:47 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:17:12 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -61,8 +61,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p99"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p99"
+#define NTPSNMPD_VERSION       "4.2.7p100"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p100"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d30a7c5b7f487134f5dabe59e6a323b2b1367c42..7deddd8a6cb8561fee19cca91687dd50dff99c60 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2010 at 09:35:53 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 21, 2010 at 11:17:38 AM by AutoGen 5.11.6pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6c121a367d29c1f166a11a86444c304e1904c5ad..27d6dc45ea08296ad799244893f69e0328be422a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-12-21 "( 4.2.7p99)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-21 "( 4.2.7p100)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2010 at 09:35:53 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 21, 2010 at 11:17:37 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e8269291c5231fc15a6a248fe9eb9aa47e5fd339..3ae95f485dd6c228ddcbfa9728e2fd365bcf3a67 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=99
+point=100
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 9174ccba0c0d5fb410fbebfc7d5d1343649750d5..0a339ecbbdd04790490556e0ef42e65fdfe34fe8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:34:40 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:10:39 AM by AutoGen 5.11.6pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -472,8 +472,8 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  *  Define the Sntp Option Environment
  */
 static char const zPROGNAME[5] = "SNTP";
-static char const zUsageTitle[122] =
-"sntp - standard SNTP program - Ver. 4.2.7p99\n\
+static char const zUsageTitle[123] =
+"sntp - standard SNTP program - Ver. 4.2.7p100\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0a4708b65ffb74d127b92aa86291a1e720613f82..6c122aac8b9eba1b918d6afec050e73dc14ba5f5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:34:40 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:10:37 AM by AutoGen 5.11.6pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.7p99"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p99"
+#define SNTP_VERSION       "4.2.7p100"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p100"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2e9eba926df46e440926d61c95c16c3e333bf7fd..af056924aed23f36ad2a53820204875472ae72f1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2010 at 09:34:46 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 21, 2010 at 11:11:33 AM by AutoGen 5.11.6pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -25,7 +25,7 @@ are defined and described by RFC 5905.
 The default is to write the estimated correct local date and time (i.e. not
 UTC) to the standard output in a format like
 @example
-1996 Oct 15 20:17:25.123 +4.567 +/- 0.089 secs
+1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 secs
 @end example
 where the
 @example
@@ -33,8 +33,9 @@ where the
 @end example
 indicates the local clock is 4.567 seconds behind the correct time
 (so 4.567 seconds must be added to the local clock to get it to be correct),
-and the time of
-@code{1996 Oct 15 20:17:25.123}
+and the (local) time of
+@code{1996-10-15 20:17:25.123}
+can be converted to UTC time by adding 8 hours and 0 minutes, and
 is believed to be correct to within
 @code{+/- 0.089}
 seconds.
index 2f9ad42529bc90742a2de2fa8e975852071b1b27..59fd57ce9875859e18faaf678db403433b5eb88a 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-12-21 "( 4.2.7p99)" "Programmer's Manual"
+.TH SNTP 1 2010-12-21 "( 4.2.7p100)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2010 at 09:34:46 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 21, 2010 at 11:11:30 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -31,13 +31,17 @@ are defined and described by RFC 5905.
 .PP
 The default is to write the estimated correct local date and time (i.e. not
 UTC) to the standard output in a format like
-.BR "'1996 Oct 15 20:17:25.123 +4.567 +/- 0.089 secs'" ,
+.BR "'1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 secs'" ,
 where the
+.B "'(+0800)'"
+means that to get to UTC from the reported local time one must
+add 8 hours and 0 minutes,
+and the
 .B "'+4.567 +/- 0.089 secs'"
 indicates the local clock is 4.567 seconds behind the correct time
 (so 4.567 seconds must be added to the local clock to get it to be correct),
 and the time of
-'1996 Oct 15 20:17:25.123'
+'1996-10-15 20:17:25.123'
 is believed to be correct to within
 +/- 0.089
 seconds.
index 857154c82fad551bc6550cb8c984e02057275c32..91e5d7122488842d3cffeba7464001a343bf3318 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.7p99 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p100 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -92,15 +92,16 @@ are defined and described by RFC 5905.
 
   <p class="indent">The default is to write the estimated correct local date and time (i.e. not
 UTC) to the standard output in a format like
-<pre class="example">     1996 Oct 15 20:17:25.123 +4.567 +/- 0.089 secs
+<pre class="example">     1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 secs
 </pre>
   <p>where the
 <pre class="example">     +4.567 +/- 0.089 secs
 </pre>
   <p>indicates the local clock is 4.567 seconds behind the correct time
 (so 4.567 seconds must be added to the local clock to get it to be correct),
-and the time of
-<code>1996 Oct 15 20:17:25.123</code>
+and the (local) time of
+<code>1996-10-15 20:17:25.123</code>
+can be converted to UTC time by adding 8 hours and 0 minutes, and
 is believed to be correct to within
 <code>+/- 0.089</code>
 seconds.
index 01eb55f51b06b7bc83aeddb453baf24922521492..64958fd4968cd54c3bf110078cf241bab52e84ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:35:59 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:17:45 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -756,8 +756,8 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  *  Define the Ntp_Keygen Option Environment
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
-static char const zUsageTitle[115] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p99\n\
+static char const zUsageTitle[116] =
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p100\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 1764b93afe7f95be18372c7647f82598b7517fea..0f6bc1dced84234c97c0faf050c6fbcea8f12575 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2010 at 09:35:58 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 21, 2010 at 11:17:44 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p99"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p99"
+#define NTP_KEYGEN_VERSION       "4.2.7p100"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p100"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a3f3dcd35024153226c0077cf3287566264e4479..00365dc9293184760b765fbed5d57dc709027b2e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2010 at 09:36:09 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 21, 2010 at 11:17:57 AM by AutoGen 5.11.6pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5437669e862dc4b1fc081f4d3b1b9927f110a6f4..dfe4a6643626c060373e8bbe749d44972b5096b3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-21 "(ntp 4.2.7p99)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-21 "(ntp 4.2.7p100)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2010 at 09:36:08 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 21, 2010 at 11:17:56 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"