]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P143 NTP_4_2_7P143
authorHarlan Stenn <stenn@ntp.org>
Thu, 31 Mar 2011 18:16:47 +0000 (18:16 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 31 Mar 2011 18:16:47 +0000 (18:16 +0000)
bk: 4d94c50fxKlILUmjfZx1XJflTNJQBA

27 files changed:
ChangeLog
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1
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 e73957a2e31d66e18419187c23ebd5f20a646295..420245c1f76737982bb5ad32fee33ebdba84b77e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p143) 2011/03/31 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1732] ntpd ties up CPU on disconnected USB refclock.
 * [Bug 1861] tickadj build failure using uClibc.
 * [Bug 1862] in6addr_any test in configure fooled by arm gcc 4.1.3 -O2.
index 8b025a141cad23da1baef95e331400416b15175e..15baa88be06400c04a796360dcdbdc943848cf37 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:55:47 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 11:31:46 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.7p142\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 9899a23cdfa1aaa4c148d24ea907dc7fd40b7b2f..47515f76a1758c4e16681e2ba2bae1d2a3293b48 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:55:47 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 11:31:45 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.7p142"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p142"
+#define NTPD_VERSION       "4.2.7p143"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 184e5383184c7870571d816e9fe66c74816d6f24..5a738d7f9c496128b808d7020df4bdfbcc76911b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  March 21, 2011 at 07:56:13 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 31, 2011 at 01:29:56 PM 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.7p142
+ntpd - NTP daemon program - Ver. 4.2.7p143
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
@@ -129,8 +129,8 @@ USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
    -? no  help           Display extended usage information and exit
    -! no  more-help      Extended usage information passed thru pager
 
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+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:
  - examining environment variables named NTPD_*
index cd5d272fbb1a5123b9aa0f57b8206248ba912d79..034f87a43bb070a0855e2f0354498aa883ee6c10 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-03-21 "( 4.2.7p142)" "Programmer's Manual"
+.TH NTPD 1 2011-03-31 "( 4.2.7p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March 21, 2011 at 07:56:13 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 31, 2011 at 01:29:55 PM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 711ffab855f4eb5ca7f689545009d2c738948152..610678557f7db1d3536814d2a4727d654c63a282 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:56:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 01:30:08 PM 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.7p142\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2dac6f4bd8e8c2eae79280d51986c0538deac933..cd140b5f6850e70c32bf440554207b34551959ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:56:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 01:30:07 PM 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.7p142"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p142"
+#define NTPDC_VERSION       "4.2.7p143"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 65fef5cd18c738b706ab3649547780d089812051..a7208cf93bdaf3971b68beb5e1d2c7a56d6b2137 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  March 21, 2011 at 07:56:38 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 31, 2011 at 01:30:18 PM 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.7p142
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p143
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
@@ -97,8 +97,8 @@ USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+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 $HOME/.ntprc
index 0827d2da51787e7705576d428186af46c99243f2..97c4667f331e957993598b127f81e9a1d55034ff 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-03-21 "( 4.2.7p142)" "Programmer's Manual"
+.TH NTPDC 1 2011-03-31 "( 4.2.7p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  March 21, 2011 at 07:56:37 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 31, 2011 at 01:30:17 PM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 42ed2bd4b190887fc87d98f7cc42938b34ec4e57..eaa18bf83b7d3e82b0432e2a6a3da66487bd3374 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:56:38 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 01:30:18 PM 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.7p142\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ce4f6934c2fe1b6d1fa382bff82da3bbfa354229..19269d7f4c8754d928336789f941953a138b3bbc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:56:38 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 01:30:18 PM 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.7p142"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p142"
+#define NTPQ_VERSION       "4.2.7p143"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 557882d2e5eaa84afffeaa7567c02442b719a350..cb00c9d144bf9970f7a7075c8ee68144d6c81421 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  March 21, 2011 at 07:56:52 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 31, 2011 at 01:30:40 PM 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.7p142
+ntpq - standard NTP query program - Ver. 4.2.7p143
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
@@ -79,8 +79,8 @@ USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+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 $HOME/.ntprc
index a1132051659806107fd9cd27648a1c54d2eab358..0a38b224da02e2e30b068444d073e3b75ae61379 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-03-21 "( 4.2.7p142)" "Programmer's Manual"
+.TH NTPQ 1 2011-03-31 "( 4.2.7p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  March 21, 2011 at 07:56:52 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 31, 2011 at 01:30:40 PM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6a2f58b4b18c1d8017ac524ed706e8cab242a339..d02d5e41a1b162f538ad1aee301b9ccf6d1dde81 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:56:53 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 01:30:41 PM 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.7p142\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2bf5caeb88a4bad212fe47420283591fb9361bb4..321af154d596220e1eb52ebd26986594f52a6ae8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:56:53 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 01:30:40 PM 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.7p142"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p142"
+#define NTPSNMPD_VERSION       "4.2.7p143"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9d6bf07a5fe37a0016445c2dde2bfa3bd875e817..5cd2ae364738170b8c7b141bbf880bd1fabb93e3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  March 21, 2011 at 07:56:59 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 31, 2011 at 01:30:48 PM 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.7p142
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p143
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
@@ -48,8 +48,8 @@ USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+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 $HOME/.ntprc
index 1634703dd573acc15b16a64d07e6d2176e6e8e8f..694d5ac4990890a9165c3050b0f9c2525e7725b0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-03-21 "( 4.2.7p142)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-03-31 "( 4.2.7p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March 21, 2011 at 07:56:59 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 31, 2011 at 01:30:48 PM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 49e2d81d3b6c54e3ab286f33eb6f1ba947d8a56e..1da55ec735265a7c53574ea406459326d3a0c741 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=142
+point=143
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 9f5a4232b8fe25a73ff565a150a202d27b43d13a..842197a090ecd622eeaee7d8e71e430dcd0a59c5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:52:39 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 11:14:19 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.7p142\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 58a45c36ffef7826dea0d7ed71476ad0618ac487..18433f99109ccc011ad70d3790d9a7c151a04b7c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:52:39 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 11:14:18 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.7p142"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p142"
+#define SNTP_VERSION       "4.2.7p143"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 178ff23c4074aa97d7b102d08eca46cc91a1537c..1148f8dfbec1880484bea8fa1b839e7c70f1d355 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  March 21, 2011 at 07:57:24 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 31, 2011 at 01:31:36 PM 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.7p142
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p143
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -119,8 +119,8 @@ USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
 
 
 
index d754a9a3db41f642f57a8e83a352cf1b2e357f1f..e7c4d4003e9c27bc3b812ed2cc4103b7b1d81392 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-03-21 "( 4.2.7p142)" "Programmer's Manual"
+.TH SNTP 1 2011-03-31 "( 4.2.7p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  March 21, 2011 at 07:57:23 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 31, 2011 at 01:31:36 PM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3098078f2abb2cec878e2dece7dbcbb69fe015ef..66995cbea0f8002c1b2930cfe878ac2d4c512c0e 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.7p142
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p143
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -193,8 +193,8 @@ USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ].
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
 
 
 
index bff33c0c2b90086b6e4a6c251f171b86913fc46b..660207b33d164f87c3b8574847a3af793d2cd1fe 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:57:02 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 01:30:55 PM 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.7p142\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e43d99d3cabda9436eedff023082238192a6cf65..0ba2f44757b7bd1a3fc53f2cff2439bd6e26f81d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  March 21, 2011 at 07:57:02 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 31, 2011 at 01:30:55 PM 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.7p142"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p142"
+#define NTP_KEYGEN_VERSION       "4.2.7p143"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cfae67091ae49f43e4363c02b255aa4331c81085..d8f5543a747e87d392e92ba2eea6fbf1c23f7444 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  March 21, 2011 at 07:57:14 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 31, 2011 at 01:31:14 PM 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.7p142
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p143
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
@@ -84,8 +84,8 @@ USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+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 $HOME/.ntprc
index dd99c98484130cedecc69b1fc5cc864dab5deacb..3c203649ed3320703911747a7c44354b9193f27d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-03-21 "(ntp 4.2.7p142)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-03-31 "(ntp 4.2.7p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  March 21, 2011 at 07:57:13 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 31, 2011 at 01:31:14 PM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"