]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P131 NTP_4_2_7P131
authorHarlan Stenn <stenn@ntp.org>
Mon, 21 Feb 2011 09:21:02 +0000 (09:21 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 21 Feb 2011 09:21:02 +0000 (09:21 +0000)
bk: 4d622e7ek-JZZ4W-Mpa6HRQirxhymg

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 a2f9f7421aaf00b6c6a504521ad0d4c17ec671bd..92d70c31617c0c625387147f09739f21ea6b61be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p131) 2011/02/21 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1087] -v/--normalverbose conflicts with -v/--version in sntp.
 * [Bug 1088] sntp should (only) report the time difference without -s/-a.
 * older autoconf sometimes dislikes [].
index 10d9f2bc6961d28fad2d173cc28d1567040baaf7..644521ea6fc346df52082ed1e9b0cea24cf627fa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 11:05:29 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:20:29 AM by AutoGen 5.11.6pre7
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -325,7 +325,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[8] = "CLKTEST";
 static char const zUsageTitle[129] =
-"clktest - test the clock line discipline - Ver. 4.2.7p130\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p131\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 00c283fd8176edd7f5903ad548c8d7fc5ae3e920..d9aa05d7b4c29c2401db3ebebe9d9dafc9028916 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 11:05:29 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:20:29 AM by AutoGen 5.11.6pre7
  *  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.7p130"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p130"
+#define CLKTEST_VERSION       "4.2.7p131"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p131"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index aac4293a5d20704ab21a18b8a80b47a71a4c08f3..c075526851af865ce7ab96dd29367023f0258116 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 10:57:22 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:18:28 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p130\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p131\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 477d6109adcf82d9eb58294c1078c983d93a1f69..60bdc30f8ad3f57d45588d2a5cf0893c44863de5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 10:57:17 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:18:28 AM by AutoGen 5.11.6pre7
  *  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.7p130"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p130"
+#define NTPD_VERSION       "4.2.7p131"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p131"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index eb0b92284ba5464ad083bbd5140e8b7f70b04bbe..01021c7527f38ae7c67607fa5fe09a725eec77e7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  February 12, 2011 at 11:01:15 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 21, 2011 at 09:19:48 AM by AutoGen 5.11.6pre7
 # 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.7p130
+ntpd - NTP daemon program - Ver. 4.2.7p131
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 8338f88ddcb629b2f256024762be428562ea6a6a..586f3eb6528d936fa3ef73c3c02fd993c735dd9d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-02-12 "( 4.2.7p130)" "Programmer's Manual"
+.TH NTPD 1 2011-02-21 "( 4.2.7p131)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  February 12, 2011 at 11:01:13 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 21, 2011 at 09:19:47 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e99e4e3be2ed4a8ddd28e4d2dcd3d700072657ae..55f368675783ef3f29f57ee94f0fe4f80a78655e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 11:02:09 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:19:59 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[129] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p130\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p131\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index d5f17a518936b90343e1011921b236f8e9ef3a70..be62ee0b74a7fee69fc03456dad40705f326e2b3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 11:02:09 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:19:59 AM by AutoGen 5.11.6pre7
  *  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.7p130"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p130"
+#define NTPDC_VERSION       "4.2.7p131"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p131"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index db96f51802a313ae4811d88e3d4d3f1b2b03af30..6eb7b1c5e0c075a70709f6d57d1161ea3f61de1a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  February 12, 2011 at 11:02:49 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 21, 2011 at 09:20:08 AM by AutoGen 5.11.6pre7
 # 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.7p130
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p131
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index da1403159d83eb36eabf6a951f3d2670a616dba1..1c75389f48deaf0c261a7a629b64641860587035 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-02-12 "( 4.2.7p130)" "Programmer's Manual"
+.TH NTPDC 1 2011-02-21 "( 4.2.7p131)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  February 12, 2011 at 11:02:47 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 21, 2011 at 09:20:08 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2f7fcf3af9185db88f6fa4663f3953e68f5d2025..89549fbd6bfaa8e2722cefd88608b73ca02e4422 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 11:02:57 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:20:09 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -428,7 +428,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.7p130\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p131\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 16405748c60af992a7e0a0991a69de1b7859d6c7..9a6867df8d59ec8834bc210f5a483ae97bc1f307 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 11:02:57 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:20:09 AM by AutoGen 5.11.6pre7
  *  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.7p130"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p130"
+#define NTPQ_VERSION       "4.2.7p131"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p131"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0bfd9041923f785db4919a2bae14debfc6f17747..938f188a05181a1944c267c4ce8660b967aa7455 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  February 12, 2011 at 11:03:53 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 21, 2011 at 09:20:20 AM by AutoGen 5.11.6pre7
 # 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.7p130
+ntpq - standard NTP query program - Ver. 4.2.7p131
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 104a49a02f8f9897a7899f73ca1d4a15a8d8eaeb..ae7ae693ed7d12216e40c49e0a7d8d0d05661f71 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-02-12 "( 4.2.7p130)" "Programmer's Manual"
+.TH NTPQ 1 2011-02-21 "( 4.2.7p131)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  February 12, 2011 at 11:03:51 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 21, 2011 at 09:20:20 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3af4d25100778c587824db9275ed5be863dc8fdd..6077865dd11e03be4e2d4b15baf94107fdd8985e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 11:04:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:20:21 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -255,7 +255,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.7p130\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p131\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9affdf5cf0b6ab3ca9c6dc8e0701c154ba6a8bf5..b205f785df10bd97aea0cbbbaf611058f255e794 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 11:04:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:20:21 AM by AutoGen 5.11.6pre7
  *  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.7p130"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p130"
+#define NTPSNMPD_VERSION       "4.2.7p131"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p131"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c0ae2c4e8ea53e45cc9b4d1414ca77e2b031899a..f7fc8f81ed3d62132e93191676dbd9e37825f214 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  February 12, 2011 at 11:04:52 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 21, 2011 at 09:20:28 AM by AutoGen 5.11.6pre7
 # 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.7p130
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p131
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index dd4ad7108856c180dcf3e847714e5f750e2b6c42..a47787ef22916f3b8407a229541a1998ce9e45c9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-02-12 "( 4.2.7p130)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-02-21 "( 4.2.7p131)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  February 12, 2011 at 11:04:52 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 21, 2011 at 09:20:27 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5fddaf608dd56b27798f73e0c5fcfe94adb4f893..271eca24111d8d8166e9158db524d00f8ea57f60 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=130
+point=131
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 97a16b8bd40a0cf36cd888601920aefa8d17010e..5fd4f3a915c413fe6d7cecdf892ed66331ddcfd1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  February  7, 2011 at 02:10:40 AM by AutoGen 5.11.6pre20
+ *  It has been AutoGen-ed  February 21, 2011 at 09:18:09 AM by AutoGen 5.11.6pre7
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -642,7 +642,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.7p120\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p131\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
@@ -654,14 +654,14 @@ static char const * const apzHomeList[3] = {
 static char const zBugsAddr[34]    = "http://bugs.ntp.org, bugs@ntp.org";
 static char const zExplain[] = "\n\n";
 static char const zDetail[351] = "\n\
-sntp implements the Simple Network Time Protocol and is used to query an\n\
-NTP or SNTP server and either display the time or set the local system's\n\
-time (given suitable privilege).\n\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\
+system's time (given suitable privilege).\n\n\
 It can be run interactively from the command line or as a cron job.\n\n\
-NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and\n\
-RFC 1305.\n";
+NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and RFC\n\
+1305.\n";
 static char const zFullVersion[] = SNTP_FULL_VERSION;
-/* extracted from /usr/local/share/autogen/optcode.tlib near line 504 */
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
 
 #if defined(ENABLE_NLS)
 # define OPTPROC_BASE OPTPROC_TRANSLATE
@@ -678,22 +678,6 @@ static char const zFullVersion[] = SNTP_FULL_VERSION;
 # define PKGDATADIR ""
 #endif
 
-#ifndef  WITH_PACKAGER
-# define sntp_packager_info NULL
-#else
-static char const sntp_packager_info[] =
-    "Packaged by " WITH_PACKAGER
-
-# ifdef WITH_PACKAGER_VERSION
-        " ("WITH_PACKAGER_VERSION")"
-# endif
-
-# ifdef WITH_PACKAGER_BUG_REPORTS
-    "\nReport sntp bugs to " WITH_PACKAGER_BUG_REPORTS
-# endif
-    "\n";
-#endif
-
 tOptions sntpOptions = {
     OPTIONS_STRUCT_VERSION,
     0, NULL,                    /* original argc + argv    */
@@ -712,7 +696,7 @@ tOptions sntpOptions = {
     zExplain,     zDetail,      optDesc,
     zBugsAddr,                  /* address to send bugs to */
     NULL, NULL,                 /* extensions/saved state  */
-    optionUsage, /* usage procedure */
+    optionUsage,       /* usage procedure */
     translate_option_strings,   /* translation procedure */
     /*
      *  Indexes to special options
@@ -725,7 +709,7 @@ tOptions sntpOptions = {
     24 /* full option count */, 19 /* user option count */,
     sntp_full_usage, sntp_short_usage,
     NULL, NULL,
-    PKGDATADIR, sntp_packager_info
+    PKGDATADIR
 };
 
 /*
@@ -907,7 +891,7 @@ doOptNtpversion(tOptions* pOptions, tOptDesc* pOptDesc)
     }
     pOptDesc->optArg.argInt = val;
 }
-/* extracted from /usr/local/share/autogen/optmain.tlib near line 107 */
+/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
 
 #if defined(TEST_SNTP_OPTS) /* TEST MAIN PROCEDURE: */
 
@@ -925,7 +909,7 @@ main(int argc, char** argv)
     return res;
 }
 #endif  /* defined TEST_SNTP_OPTS */
-/* extracted from /usr/local/share/autogen/optcode.tlib near line 657 */
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
 
 #if ENABLE_NLS
 #include <stdio.h>
@@ -969,6 +953,7 @@ translate_option_strings(void)
      *  been changed by the first pass through this code.  One shot only.
      */
     if (option_usage_text.field_ct != 0) {
+
         /*
          *  Do the translations.  The first pointer follows the field count
          *  field.  The field count field is the size of a pointer.
@@ -988,7 +973,6 @@ translate_option_strings(void)
         COERSION(pzUsageTitle);
         COERSION(pzExplain);
         COERSION(pzDetail);
-        COERSION(pzPackager);
         option_usage_text.field_ct = 0;
 
         for (ix = sntpOptions.optCt; ix > 0; ix--, pOD++)
index abdc7005ec530a64d694900c831366acebd6cfd1..6c29620d4b301c973eda0f7c13b22a8a7cdd0462 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  February  7, 2011 at 02:10:40 AM by AutoGen 5.11.6pre20
+ *  It has been AutoGen-ed  February 21, 2011 at 09:18:09 AM by AutoGen 5.11.6pre7
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p120"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p120"
+#define SNTP_VERSION       "4.2.7p131"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p131"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
@@ -276,7 +276,7 @@ typedef enum {
                 sntpOptions.pzCurOpt  = NULL)
 #define START_OPT       RESTART_OPT(1)
 #define USAGE(c)        (*sntpOptions.pUsageProc)(&sntpOptions, c)
-/* extracted from /usr/local/share/autogen/opthead.tlib near line 435 */
+/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 435 */
 
 /* * * * * *
  *
index 30fe1ef4dd5d13c4a88f70de55b6af1a1dd5cd2c..1e88ffbd33cf7664432dc31d88a78c9625a51bee 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  February  7, 2011 at 02:10:44 AM by AutoGen 5.11.6pre20
+# It has been AutoGen-ed  February 21, 2011 at 09:18:24 AM by AutoGen 5.11.6pre7
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,8 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
- 7 Feb 02:10:44 sntp[16648]: sntp 4.2.7p120@@1.2505-o Mon Feb  7 07:10:42 UTC 2011 (16)
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p120
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p131
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -130,14 +129,14 @@ The following option preset mechanisms are supported:
  - reading file ./.ntprc
  - examining environment variables named SNTP_*
 
-sntp implements the Simple Network Time Protocol and is used to query an
-NTP or SNTP server and either display the time or set the local system's
-time (given suitable privilege).
+sntp implements the Simple Network Time Protocol and is used to query
+an NTP or SNTP server and either display the time or set the local
+system's time (given suitable privilege).
 
 It can be run interactively from the command line or as a cron job.
 
-NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and
-RFC 1305.
+NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and RFC
+1305.
 
 please send bug reports to:  http://bugs.ntp.org, bugs@@ntp.org
 @end example
index 5772d84fae9b3cc9391d670f706c103ece690c26..3922aaf9082532f8fa651d969b7d385e4c1526e7 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-02-07 "( 4.2.7p120)" "Programmer's Manual"
+.TH SNTP 1 2011-02-21 "( 4.2.7p131)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  February  7, 2011 at 02:10:44 AM by AutoGen 5.11.6pre20
+.\"  It has been AutoGen-ed  February 21, 2011 at 09:18:23 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 93b720d4bd1d37178378b01af97338bbd9e21e39..d895f8aa4775fb6bb44d79859c4f6c53657a30c2 100644 (file)
@@ -3,7 +3,7 @@
 <title>Sntp User's Manual</title>
 <meta http-equiv="Content-Type" content="text/html">
 <meta name="description" content="Sntp User's Manual">
-<meta name="generator" content="makeinfo 4.11">
+<meta name="generator" content="makeinfo 4.7">
 <link title="Top" rel="top" href="#Top">
 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
 <meta http-equiv="Content-Style-Type" content="text/css">
   pre.smallformat  { font-family:inherit; font-size:smaller }
   pre.smallexample { font-size:smaller }
   pre.smalllisp    { font-size:smaller }
-  span.sc    { font-variant:small-caps }
-  span.roman { font-family:serif; font-weight:normal; } 
-  span.sansserif { font-family:sans-serif; font-weight:normal; } 
+  span.sc { font-variant:small-caps }
+  span.roman { font-family: serif; font-weight: normal; } 
 --></style>
 </head>
 <body>
 <h1 class="settitle">Sntp User's Manual</h1>
 <div class="node">
 <p><hr>
-<a name="Top"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-Description">sntp Description</a>,
+<a name="Top"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-Description">sntp Description</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#dir">(dir)</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#dir">(dir)</a>
-
+<br>
 </div>
 
 <h2 class="unnumbered">Simple Network Time Protocol User Manual</h2>
@@ -38,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 {No value for `VERSION'} of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p116 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -59,8 +57,7 @@ IETF specification.
 <div class="node">
 <p><hr>
 <a name="sntp-Description"></a>
-
-
+<br>
 </div>
 
 <!-- node-name,  next,  previous,  up -->
@@ -81,8 +78,7 @@ error bound of the system clock relative to the server clock.
 <div class="node">
 <p><hr>
 <a name="sntp-Invocation"></a>
-
-
+<br>
 </div>
 
 <h3 class="section">Invoking sntp</h3>
@@ -115,7 +111,7 @@ is believed to be correct to within
 seconds.
 
   <p>This section was generated by <strong>AutoGen</strong>,
-the aginfo template and the option descriptions for the <samp><span class="command">sntp</span></samp> program.  It documents the sntp usage text and option meanings.
+the aginfo template and the option descriptions for the <span class="command">sntp</span> program.  It documents the sntp usage text and option meanings.
 
   <p>This software is released under a specialized copyright license.
 
@@ -144,10 +140,9 @@ the aginfo template and the option descriptions for the <samp><span class="comma
 
 <div class="node">
 <p><hr>
-<a name="sntp-usage"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-authentication">sntp authentication</a>,
+<a name="sntp-usage"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-authentication">sntp authentication</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">sntp usage help (-?)</h4>
@@ -155,8 +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"> 7 Feb 02:10:44 sntp[16648]: sntp 4.2.7p120@1.2505-o Mon Feb  7 07:10:42 UTC 2011 (16)
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p120
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p131
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -209,24 +203,23 @@ The following option preset mechanisms are supported:
  - reading file ./.ntprc
  - examining environment variables named SNTP_*
 
-sntp implements the Simple Network Time Protocol and is used to query an
-NTP or SNTP server and either display the time or set the local system's
-time (given suitable privilege).
+sntp implements the Simple Network Time Protocol and is used to query
+an NTP or SNTP server and either display the time or set the local
+system's time (given suitable privilege).
 
 It can be run interactively from the command line or as a cron job.
 
-NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and
-RFC 1305.
+NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and RFC
+1305.
 
 please send bug reports to:  http://bugs.ntp.org, bugs@ntp.org
 </pre>
   <div class="node">
 <p><hr>
-<a name="sntp-authentication"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-bctimeout">sntp bctimeout</a>,
+<a name="sntp-authentication"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-bctimeout">sntp bctimeout</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-usage">sntp usage</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">authentication option (-a)</h4>
@@ -239,11 +232,10 @@ key's identifier. See the keyfile option (-k) for more details.
 
 <div class="node">
 <p><hr>
-<a name="sntp-bctimeout"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-broadcast">sntp broadcast</a>,
+<a name="sntp-bctimeout"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-broadcast">sntp broadcast</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-authentication">sntp authentication</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">bctimeout option (-B)</h4>
@@ -255,11 +247,10 @@ of seconds specified before giving up.  Default 68 seconds.
 
 <div class="node">
 <p><hr>
-<a name="sntp-broadcast"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-concurrent">sntp concurrent</a>,
+<a name="sntp-broadcast"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-concurrent">sntp concurrent</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-bctimeout">sntp bctimeout</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">broadcast option (-b)</h4>
@@ -278,11 +269,10 @@ for NTP broadcasts.  The default maximum wait time,
 
 <div class="node">
 <p><hr>
-<a name="sntp-concurrent"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-debug_002dlevel">sntp debug-level</a>,
+<a name="sntp-concurrent"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-debug_002dlevel">sntp debug-level</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-broadcast">sntp broadcast</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">concurrent option (-c)</h4>
@@ -307,12 +297,10 @@ so we can send concurrent queries.
 
 <div class="node">
 <p><hr>
-<a name="sntp-debug-level"></a>
-<a name="sntp-debug_002dlevel"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-filelog">sntp filelog</a>,
+<a name="sntp-debug_002dlevel"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-filelog">sntp filelog</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-concurrent">sntp concurrent</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">debug-level option (-d)</h4>
@@ -329,11 +317,10 @@ This is the &ldquo;increase output debug message level&rdquo; option.
 
 <div class="node">
 <p><hr>
-<a name="sntp-filelog"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-headspace">sntp headspace</a>,
+<a name="sntp-filelog"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-headspace">sntp headspace</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-debug_002dlevel">sntp debug-level</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">filelog option (-l)</h4>
@@ -345,11 +332,10 @@ logfile.
 
 <div class="node">
 <p><hr>
-<a name="sntp-headspace"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ipv4">sntp ipv4</a>,
+<a name="sntp-headspace"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ipv4">sntp ipv4</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-filelog">sntp filelog</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">headspace option (-h)</h4>
@@ -364,11 +350,10 @@ Default 10 milliseconds.
 
 <div class="node">
 <p><hr>
-<a name="sntp-ipv4"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ipv6">sntp ipv6</a>,
+<a name="sntp-ipv4"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ipv6">sntp ipv6</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-headspace">sntp headspace</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">ipv4 option (-4)</h4>
@@ -387,11 +372,10 @@ to the IPv4 namespace.
 
 <div class="node">
 <p><hr>
-<a name="sntp-ipv6"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-keyfile">sntp keyfile</a>,
+<a name="sntp-ipv6"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-keyfile">sntp keyfile</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-ipv4">sntp ipv4</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">ipv6 option (-6)</h4>
@@ -410,11 +394,10 @@ to the IPv6 namespace.
 
 <div class="node">
 <p><hr>
-<a name="sntp-keyfile"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-kod">sntp kod</a>,
+<a name="sntp-keyfile"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-kod">sntp kod</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-ipv6">sntp ipv6</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">keyfile option (-k)</h4>
@@ -437,11 +420,10 @@ M  Key in a 1-to-8 character ASCII string using the MD5 authentication scheme.
 
 <div class="node">
 <p><hr>
-<a name="sntp-kod"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ntpversion">sntp ntpversion</a>,
+<a name="sntp-kod"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ntpversion">sntp ntpversion</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-keyfile">sntp keyfile</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">kod option (-K)</h4>
@@ -454,11 +436,10 @@ responses received from servers.  The default is
 
 <div class="node">
 <p><hr>
-<a name="sntp-ntpversion"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-set_002ddebug_002dlevel">sntp set-debug-level</a>,
+<a name="sntp-ntpversion"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-set_002ddebug_002dlevel">sntp set-debug-level</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-kod">sntp kod</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">ntpversion option (-o)</h4>
@@ -470,12 +451,10 @@ NTP protocol version &lt;ntpversion&gt; .
 
 <div class="node">
 <p><hr>
-<a name="sntp-set-debug-level"></a>
-<a name="sntp-set_002ddebug_002dlevel"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-slew">sntp slew</a>,
+<a name="sntp-set_002ddebug_002dlevel"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-slew">sntp slew</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-ntpversion">sntp ntpversion</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">set-debug-level option (-D)</h4>
@@ -493,11 +472,10 @@ but each overrides the previous value(s).
 
 <div class="node">
 <p><hr>
-<a name="sntp-slew"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-step">sntp step</a>,
+<a name="sntp-slew"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-step">sntp step</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-set_002ddebug_002dlevel">sntp set-debug-level</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">slew option (-s)</h4>
@@ -507,11 +485,10 @@ This is the &ldquo;ok to 'slew' the time with adjtime()&rdquo; option.
 
 <div class="node">
 <p><hr>
-<a name="sntp-step"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-steplimit">sntp steplimit</a>,
+<a name="sntp-step"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-steplimit">sntp steplimit</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-slew">sntp slew</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">step option (-S)</h4>
@@ -521,11 +498,10 @@ This is the &ldquo;ok to 'step' the time with settimeofday()&rdquo; option.
 
 <div class="node">
 <p><hr>
-<a name="sntp-steplimit"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-uctimeout">sntp uctimeout</a>,
+<a name="sntp-steplimit"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-uctimeout">sntp uctimeout</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-step">sntp step</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">steplimit option (-M)</h4>
@@ -536,11 +512,10 @@ If the time adjustment is less than steplimit milliseconds, slew the amount usin
 
 <div class="node">
 <p><hr>
-<a name="sntp-uctimeout"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-usereservedport">sntp usereservedport</a>,
+<a name="sntp-uctimeout"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-usereservedport">sntp usereservedport</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-steplimit">sntp steplimit</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">uctimeout option (-u)</h4>
@@ -552,11 +527,10 @@ of seconds specified before giving up.  Default 5 seconds.
 
 <div class="node">
 <p><hr>
-<a name="sntp-usereservedport"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-wait">sntp wait</a>,
+<a name="sntp-usereservedport"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-wait">sntp wait</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-uctimeout">sntp uctimeout</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">usereservedport option (-r)</h4>
@@ -567,10 +541,9 @@ Use port 123, which is reserved for NTP, for our network communications.
 
 <div class="node">
 <p><hr>
-<a name="sntp-wait"></a>
-Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-usereservedport">sntp usereservedport</a>,
+<a name="sntp-wait"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-usereservedport">sntp usereservedport</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">wait option</h4>
@@ -588,8 +561,7 @@ This is the &ldquo;wait for pending replies (if not setting the time)&rdquo; opt
 <div class="node">
 <p><hr>
 <a name="Usage"></a>
-
-
+<br>
 </div>
 
 <!-- node-name,  next,  previous,  up -->
index 7212fe78c3f13d722dae96b60dcf1b66dcad4419..75587c210da6f263fa56f43cf7a5a18f17927f6c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 11:06:07 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:20:32 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,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.7p130\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p131\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e4fce2638314e1c7695f30ee6bf748b1a6e0d10b..ea27b3e2caaba5d5c5d38355df07bf28857b0544 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  February 12, 2011 at 11:06:06 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 21, 2011 at 09:20:32 AM by AutoGen 5.11.6pre7
  *  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.7p130"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p130"
+#define NTP_KEYGEN_VERSION       "4.2.7p131"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p131"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 10367b7e27ba3e62234c3269ff5e9b2e1f5c7e79..2025fc3486cadcf4f2f7896d173a74c44215d6dc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  February 12, 2011 at 11:06:40 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 21, 2011 at 09:20:41 AM by AutoGen 5.11.6pre7
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -51,7 +51,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.7p130
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p131
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index d419a4d8ececc2945742006c2aed017d3069b02c..7b1bcc4c6292188cb717a799ace54f647bef9a73 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-02-12 "(ntp 4.2.7p130)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-02-21 "(ntp 4.2.7p131)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  February 12, 2011 at 11:06:39 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 21, 2011 at 09:20:41 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"