]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P137 NTP_4_2_7P137
authorHarlan Stenn <stenn@ntp.org>
Mon, 7 Mar 2011 10:06:50 +0000 (10:06 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 7 Mar 2011 10:06:50 +0000 (10:06 +0000)
bk: 4d74ae3aD-N1Ij-_hfAk5aQx949sOg

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 88b19f462d223f1082c3ddcbddfd72f4ec1cb40d..d4a7765d0a6bdf856f966efccb27050a0fcfa18e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p137) 2011/03/07 Released by Harlan Stenn <stenn@ntp.org>
 * Use TRACE() instead of DPRINTF() for libntp and utilities, which
   use the "debug" variable regardless of #ifdef DEBUG.
 * Declare debug in libntp instead of each program.  Expose extern
index f5b8044822531d625cce26df7d8c18ec550ca5a7..039b3896f8e120379ab83d68890693badc51797f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:24:45 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:32:51 AM by AutoGen 5.11.6
  *  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.7p136\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p137\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 023aeb43e807ae85c13c957817a881ecedcf0038..12400f6f57a37d1f346dae43b5e5c6076ba9a43f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:24:45 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:32:50 AM by AutoGen 5.11.6
  *  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.7p136"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p136"
+#define CLKTEST_VERSION       "4.2.7p137"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p137"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2d8449c335c31bfb0bcb87ea0ae17d9d6d92f0e6..7d3ca31b4252386db4d38b5cefc7ee89eb85dec8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:23:52 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:28:01 AM by AutoGen 5.11.6
  *  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.7p136\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p137\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 4dec622ae2579a1bf89c60c9b9f094678a0ca9a1..a95b0e3b2ddc01ea535f8f88d65605ac6751a630 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:23:52 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:28:01 AM by AutoGen 5.11.6
  *  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.7p136"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p136"
+#define NTPD_VERSION       "4.2.7p137"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p137"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ee78dc03f37553a25435f258060f6a9a2515d7ec..1be23d87380b0a39349686e3430464491cbb6762 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 07:24:11 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  6, 2011 at 11:29:48 AM by AutoGen 5.11.6
 # 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.7p136
+ntpd - NTP daemon program - Ver. 4.2.7p137
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 20034309f8db0c5ad9d39b3e8e351b1d019c697c..aa7f122f7d72fc8b976c58e4056c87d59eba7e71 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-03-02 "( 4.2.7p136)" "Programmer's Manual"
+.TH NTPD 1 2011-03-06 "( 4.2.7p137)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 07:24:10 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  6, 2011 at 11:29:47 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1b87a76effa789162d8fdd59b6f6ebef11c47d44..5679ae62b1d692cbb0a56a80d9a84babd3e6b129 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:24:18 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:30:36 AM by AutoGen 5.11.6
  *  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.7p136\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p137\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 6aa61d53354c552f44c1b143bdaae057a198f232..a34b0de414da75b562e04594c2be8c5d9385bdaf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:24:17 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:30:36 AM by AutoGen 5.11.6
  *  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.7p136"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p136"
+#define NTPDC_VERSION       "4.2.7p137"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p137"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0033dcccfce839b1c3c39a3fbbf304319e00d4b4..d899e0feab4b18cd3ee9563119a9ee3f3e7cab6c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 07:24:27 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  6, 2011 at 11:31:16 AM by AutoGen 5.11.6
 # 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.7p136
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p137
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 41cfb31a0b273903b1f5240ce51d72c613426213..d2406d259a5f699914c60e409317fc51e8fd804b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-03-02 "( 4.2.7p136)" "Programmer's Manual"
+.TH NTPDC 1 2011-03-06 "( 4.2.7p137)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 07:24:27 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  6, 2011 at 11:31:15 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d1980173413432decf7ca6b5d3c1af6733a25a08..8d8ec6740b74cf95503e1e01ea49ce7e14a12bf2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:24:28 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:31:18 AM by AutoGen 5.11.6
  *  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.7p136\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p137\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 542ed93179bb171508d2053bc2b9f413edf02f09..47783d92f8be3fbfcbfa50db2cdfe22a0dbb347e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:24:28 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:31:18 AM by AutoGen 5.11.6
  *  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.7p136"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p136"
+#define NTPQ_VERSION       "4.2.7p137"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p137"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5ff95113bb7120850ef574b5306595e77906d7fa..5168df235cbc4622a287715bc4781d9645e56795 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 07:24:39 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  6, 2011 at 11:32:04 AM by AutoGen 5.11.6
 # 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.7p136
+ntpq - standard NTP query program - Ver. 4.2.7p137
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index eabb44cba923119973b668f6fea1820a8243894a..96841a5deee81c2b4b88b0cbb002ea6f07ea353d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-03-02 "( 4.2.7p136)" "Programmer's Manual"
+.TH NTPQ 1 2011-03-06 "( 4.2.7p137)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 07:24:38 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  6, 2011 at 11:32:03 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 728c7ffb980b5dfd99735d485a4254c262c72ff3..4f010e79a2c9d1e5bb9203936f7a7d5a648a0547 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:24:39 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:32:07 AM by AutoGen 5.11.6
  *  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.7p136\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p137\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 98e517ca1bb2c578a7cb547771dfd41b2f6269b7..a4fb647d68f0062d66dd9c74edae751f1d33f593 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:24:39 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:32:07 AM by AutoGen 5.11.6
  *  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.7p136"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p136"
+#define NTPSNMPD_VERSION       "4.2.7p137"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p137"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 73f01af5f5ede281e398725681acd13ea9b208ac..ac00741c1ae6570d99964158dfcc3f45f25563da 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 07:24:45 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  6, 2011 at 11:32:47 AM by AutoGen 5.11.6
 # 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.7p136
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p137
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 0d4e63235a17dae8e8166eaaeb39e86ec5e56fb6..fe113249ff0f578d5c6729f8b122aa0e90d3a846 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-03-02 "( 4.2.7p136)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-03-06 "( 4.2.7p137)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 07:24:44 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  6, 2011 at 11:32:46 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 61b227f14de6d0846189d2bca930f1f30ce4a47f..9e54a9d32619a68b88e1e9d2736f85991115d288 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=136
+point=137
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 5ac86735c9f284e600f098bbe9dac02f5db4163c..e4a2fed686eb2b37d238547459b7a05fb54ae7eb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:21:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:10:42 AM by AutoGen 5.11.6
  *  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.7p136\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p137\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index cbb89358b1194d9c8667225821f5a6c8a07ef1b8..add4948b590cfcdaf727822e45ec04909becf534 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:21:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:10:42 AM by AutoGen 5.11.6
  *  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.7p136"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p136"
+#define SNTP_VERSION       "4.2.7p137"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p137"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c87c30948e3e021fdd0590eb9dc8a2b8b373e2a5..66a49fbc30b0a662db65fe7e2dac98a71fb9a4d4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 07:25:02 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  7, 2011 at 10:04:59 AM by AutoGen 5.11.6
 # 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.7p136
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p137
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 4ad32d29000e8883bf2afed4cfe668c390dacab8..e2c62b8547934280e1c98ee2222fe752116ba524 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-03-02 "( 4.2.7p136)" "Programmer's Manual"
+.TH SNTP 1 2011-03-07 "( 4.2.7p137)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 07:25:02 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  7, 2011 at 10:04:57 AM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 014bdf9855eb04abfd7b0fd21d2ddf5ffaaa8175..2d218fec1214cfdabfa34fc57463ffd213025d36 100644 (file)
@@ -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.7p136
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p137
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 793d119a2cac4b815a6d4dec9748203e1f2b974a..2f3b3265b4c20b9aa70d197a9b2da966ceec7bdb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:24:46 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:33:07 AM by AutoGen 5.11.6
  *  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.7p136\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p137\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 1cb44688282da24252dffaf594ebecfa134dc3da..2d2df56cebac8446cdf79088cc5505ce76866c57 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 07:24:46 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  6, 2011 at 11:33:07 AM by AutoGen 5.11.6
  *  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.7p136"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p136"
+#define NTP_KEYGEN_VERSION       "4.2.7p137"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p137"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 21ba80ad34c541f2b7b4f1ee721132525f00ee06..dc799fa81b0f229c94cf85d489de7050af1f3442 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 07:24:55 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  7, 2011 at 10:02:54 AM by AutoGen 5.11.6
 # 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.7p136
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p137
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 67599606163a1b3a0a641891b9726b950e8652c8..7d906d3122df203a619bb6dd6329185fe0e9f66b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-03-02 "(ntp 4.2.7p136)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-03-06 "(ntp 4.2.7p137)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 07:24:54 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  6, 2011 at 11:35:08 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"