]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P92 NTP_4_2_7P92
authorHarlan Stenn <stenn@ntp.org>
Wed, 8 Dec 2010 10:11:00 +0000 (10:11 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 8 Dec 2010 10:11:00 +0000 (10:11 +0000)
bk: 4cff59b4ypqENwmrkxGUEgB_bFDHdQ

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 5cd5dfdffbdd25156145134e6b1080349ee18680..a1dc22cd1f6050bdb69261428975f5a486a2fe48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p92) 2010/12/08 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1743] from 4.2.6p3-RC12: Display timezone offset when showing
   time for sntp in the local timezone.
 (4.2.7p91) 2010/12/07 Released by Harlan Stenn <stenn@ntp.org>
index a1a6cda43666e75545599600b69672e2a185c272..8da912e2c9182424c6cb88b9b3e2469206fa195b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:10:58 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:10:42 AM by AutoGen 5.11.3
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -325,7 +325,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "CLKTEST";
 tSCC   zUsageTitle[] =
-"clktest - test the clock line discipline - Ver. 4.2.7p91\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p92\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a568d63c824b5fd4bcddae981960199e78f22b15..79ca35d6bbcae68dae1380853b5cb3b40a50aadc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:10:58 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:10:42 AM by AutoGen 5.11.3
  *  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.7p91"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p91"
+#define CLKTEST_VERSION       "4.2.7p92"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p92"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8950413f54d65a179b56386286ddf0857b2f429e..7f6f485b96f835b1a96fa98839387dbc8bec15c0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:09:59 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:09:44 AM by AutoGen 5.11.3
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.7p91\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p92\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index ed64345b1f0184f074817af8cb859cde5bf24151..0521dcfa0eb5863dfa9485b4d7b0941e9a67a59b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:09:59 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:09:44 AM by AutoGen 5.11.3
  *  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.7p91"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p91"
+#define NTPD_VERSION       "4.2.7p92"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p92"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cc838f601ecce1e9ba93a41f5d57996d0ad48ad2..83ecea021d82f2e6731ec7801c2d7c8d6669cf4d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  7, 2010 at 10:10:25 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  8, 2010 at 10:10:02 AM by AutoGen 5.11.3
 # 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.7p91
+ntpd - NTP daemon program - Ver. 4.2.7p92
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 5341e9649836c01524a1469567301b2144b79483..33f1055692d446dae30a5c224953bfaa8f327b1a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-12-07 "( 4.2.7p91)" "Programmer's Manual"
+.TH NTPD 1 2010-12-08 "( 4.2.7p92)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  7, 2010 at 10:10:24 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  8, 2010 at 10:10:01 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c02486fe8bb1dca4a2212b1d3d50d331c1350031..b61f50842fcb22a0e0d7af72c1ec08c7105bcc4b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:10:30 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:10:09 AM by AutoGen 5.11.3
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p91\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p92\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6079b6fb500c555a585f6186e006568c44a4a80b..dc3a53dcfc9753580c367d7432a25f3fe6dbcda3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:10:30 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:10:09 AM by AutoGen 5.11.3
  *  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.7p91"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p91"
+#define NTPDC_VERSION       "4.2.7p92"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p92"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1da3fe7f44247dee1c7e2a87be4193bccaff0ce7..dde6c37d285ad9913d3e3fdfef198b562405b7e1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December  7, 2010 at 10:10:40 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  8, 2010 at 10:10:22 AM by AutoGen 5.11.3
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTP query program - Ver. 4.2.7p91
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p92
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 52f2227062391d00df5d39b76efbc39d928935d3..bba094c614a4bd366ae9de1e2000c474ba9c1918 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-12-07 "( 4.2.7p91)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-08 "( 4.2.7p92)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December  7, 2010 at 10:10:40 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  8, 2010 at 10:10:22 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 69888fd1954a74072e6ff64339261b7a7934465f..3106ef6d7653e0da20c0a2001887f92b76480d84 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:10:41 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:10:23 AM by AutoGen 5.11.3
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.7p91\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p92\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8548b20b316df7b7f84e9cf20d544548bc053d14..28d31fc8f4c69a809174a3fc9acad1ba452e0ac9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:10:41 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:10:23 AM by AutoGen 5.11.3
  *  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.7p91"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p91"
+#define NTPQ_VERSION       "4.2.7p92"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p92"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index af1859a350a09ce032ef6f3287530929bee29186..bd06e030fa149a6f34f0cc3af8a18837662b1cff 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December  7, 2010 at 10:10:52 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  8, 2010 at 10:10:35 AM by AutoGen 5.11.3
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p91
+ntpq - standard NTP query program - Ver. 4.2.7p92
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 25adb8b41a24a39f185f0ad84d1755434db0a06f..b7b5f15447705c8fe5c606015f0871237d7b024e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-12-07 "( 4.2.7p91)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-08 "( 4.2.7p92)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December  7, 2010 at 10:10:51 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  8, 2010 at 10:10:34 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 99ab64dbbcd17c28551f63543114e22cfcefdc6f..cca53c7bdc08f7c19d7fcfe12981df32e43e5b8b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:10:52 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:10:35 AM by AutoGen 5.11.3
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -255,7 +255,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p91\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p92\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1b6a01d9b263636c68813a3fda5fd7d591ae459f..57d98a87653c66271e4fda4cc801ed719601e4a2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:10:52 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:10:35 AM by AutoGen 5.11.3
  *  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.7p91"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p91"
+#define NTPSNMPD_VERSION       "4.2.7p92"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p92"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7089759c306116799b4cb1f762fb92947b6d8822..d67c7a3b0508294604fa71d98148ae8f42e065fa 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  7, 2010 at 10:10:58 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  8, 2010 at 10:10:41 AM by AutoGen 5.11.3
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -34,7 +34,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p91
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p92
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 88835b77455b54b9524e2ea74a9f577cd0cc5264..067fe87134dbc9da42e48fffbc2e50ff553d9818 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-12-07 "( 4.2.7p91)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-08 "( 4.2.7p92)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  7, 2010 at 10:10:57 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  8, 2010 at 10:10:41 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f7001c1888237de6146b781a91870cf93f8d99fe..c9b4f9619251acb2ec9363f6f0f2530f2a10067f 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=91
+point=92
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index bc530f6f436f6cd8a6a1e6e6cf72410b3defe9f4..b447f125fa153b1e7ef718dbf787f3c910bb7ba2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:09:52 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:09:35 AM by AutoGen 5.11.3
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -473,7 +473,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.7p91\n\
+"sntp - standard SNTP program - Ver. 4.2.7p92\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -482,7 +482,7 @@ tSCC*  apzHomeList[] = {
        NULL };
 
 tSCC   zBugsAddr[]    = "http://bugs.ntp.org, bugs@ntp.org";
-#define zExplain NULL
+tSCC   zExplain[]     = "\n\n";
 tSCC    zDetail[]     = "\n\
 sntp implements the Simple Network Time Protocol, and is used to query\n\
 an NTP or SNTP server and either display the time or set the local\n\
index e2b63d8ecf525139da6f70b02750572e702cf12a..8504dbb6c38840832c7784e3cd1ebc97d10255ff 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:09:52 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:09:34 AM by AutoGen 5.11.3
  *  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.7p91"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p91"
+#define SNTP_VERSION       "4.2.7p92"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p92"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 897a521d9b64a4cc8e6c448fd0fd9f1cdb7ffcbe..21c77e4ab69dde350e0cb1f101164529671cdcb7 100644 (file)
@@ -6,11 +6,10 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December  7, 2010 at 10:09:58 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  8, 2010 at 10:09:43 AM by AutoGen 5.11.3
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
-This program has no explanation.
 
 @code{sntp}
 can be used as a SNTP client to query a NTP or SNTP server and either display
@@ -69,7 +68,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard SNTP program - Ver. 4.2.7p91
+sntp - standard SNTP program - Ver. 4.2.7p92
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
@@ -107,6 +106,8 @@ USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
 Options are specified by doubled hyphens and their name
 or by a single hyphen and the flag character.
 
+
+
 The following option preset mechanisms are supported:
  - reading file /deacon/users/stenn/.ntprc
  - reading file /deacon/backroom/snaps/ntp-dev/sntp/.ntprc
index c5e01222092b91da2f72b61717a8a23f03b19ba4..509586665ccfd3972738aec5437a67e3348afcd0 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-12-07 "( 4.2.7p91)" "Programmer's Manual"
+.TH SNTP 1 2010-12-08 "( 4.2.7p92)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December  7, 2010 at 10:09:58 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  8, 2010 at 10:09:43 AM by AutoGen 5.11.3
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -14,6 +14,8 @@ sntp \- standard SNTP program
 .br
 .in +8
 hostname-or-IP ...
+.PP
+
 .SH "DESCRIPTION"
 This manual page briefly documents the \fBsntp\fP command.
 .I sntp
index 7be3944d5356c41c0f3fc84aad1c81481c13f959..fa179fbec11a5e6b08a190fde7c927c15ec02bff 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.7p91 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p92 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -50,13 +50,13 @@ IETF specification.
 
 <ul class="menu">
 <li><a accesskey="1" href="#sntp-Description">sntp Description</a>:             Description
-* sntp Invocation::                Invoking sntp
-<li><a accesskey="2" href="#Usage">Usage</a>:                        Usage
+<li><a accesskey="2" href="#sntp-Invocation">sntp Invocation</a>:              Invoking sntp
+<li><a accesskey="3" href="#Usage">Usage</a>:                        Usage
 </ul>
 
 <div class="node">
 <p><hr>
-<a name="sntp-Description"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Usage">Usage</a>,
+<a name="sntp-Description"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-Invocation">sntp Invocation</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#Top">Top</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
 <br>
@@ -81,9 +81,8 @@ error bound of the system clock relative to the server clock.
 
 <h3 class="section">Invoking sntp</h3>
 
-<p><a name="index-sntp-1"></a><a name="index-standard-SNTP-program-2"></a>This program has no explanation.
-
-  <p><code>sntp</code>
+<p><a name="index-sntp-1"></a><a name="index-standard-SNTP-program-2"></a>
+<code>sntp</code>
 can be used as a SNTP client to query a NTP or SNTP server and either display
 the time or set the local system's time (given suitable privilege).  It can be
 run as an interactive command or in a
@@ -141,7 +140,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 SNTP program - Ver. 4.2.7p91
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p92
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
@@ -179,6 +178,8 @@ USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ].
 Options are specified by doubled hyphens and their name
 or by a single hyphen and the flag character.
 
+
+
 The following option preset mechanisms are supported:
  - reading file /deacon/users/stenn/.ntprc
  - reading file /deacon/backroom/snaps/ntp-dev/sntp/.ntprc
@@ -427,7 +428,7 @@ of seconds specified before giving up.  Default 68 seconds.
 
 <div class="node">
 <p><hr>
-<a name="Usage"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-Description">sntp Description</a>,
+<a name="Usage"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-Invocation">sntp Invocation</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
 <br>
 </div>
index e8ab8f622199836195bc9cd2d37ab5e04b53654f..fbef78b7e73672634ac84ffad22a85efd3d86222 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:10:59 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:10:43 AM by AutoGen 5.11.3
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p91\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p92\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 02f28a488571b4e7c9babc12a73bfaf9d72db38f..640303d3be0a7c5e5cc1fc4df9905f95df5927a7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December  7, 2010 at 10:10:59 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  8, 2010 at 10:10:42 AM by AutoGen 5.11.3
  *  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.7p91"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p91"
+#define NTP_KEYGEN_VERSION       "4.2.7p92"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p92"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 98ea2a23e43055bae9a48c17c94517abc95c38e3..cd4c0d4147a20ab974a269c6270c9e771b87f9ef 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December  7, 2010 at 10:11:06 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  8, 2010 at 10:10:51 AM by AutoGen 5.11.3
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -52,7 +52,7 @@ This is the automatically generated usage text for ntp-keygen:
 @exampleindent 0
 @example
 Using OpenSSL version 90704f
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p91
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p92
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index afadd8ca294176c520cc6e5b716a89ab8acfc0f7..aa1abadcc91b8b21a7d09aca139172f162c7b27d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-07 "(ntp 4.2.7p91)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-08 "(ntp 4.2.7p92)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December  7, 2010 at 10:11:05 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  8, 2010 at 10:10:51 AM by AutoGen 5.11.3
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"