]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P201 NTP_4_2_7P201
authorHarlan Stenn <stenn@ntp.org>
Fri, 5 Aug 2011 04:59:41 +0000 (04:59 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 5 Aug 2011 04:59:41 +0000 (04:59 +0000)
bk: 4e3b78bdhuSP0wZv80IGSDB5ffh7JA

52 files changed:
ChangeLog
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1ntpdman
ntpd/ntpd.1ntpdmdoc
ntpd/ntpd.man.in
ntpd/ntpd.mdoc.in
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1ntpdcman
ntpdc/ntpdc.1ntpdcmdoc
ntpdc/ntpdc.html
ntpdc/ntpdc.man.in
ntpdc/ntpdc.mdoc.in
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1ntpqman
ntpq/ntpq.1ntpqmdoc
ntpq/ntpq.man.in
ntpq/ntpq.mdoc.in
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.1ntpsnmpdman
ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
ntpsnmpd/ntpsnmpd.man.in
ntpsnmpd/ntpsnmpd.mdoc.in
packageinfo.sh
scripts/ntp-wait-opts.texi
scripts/ntp-wait.1ntp-waitman
scripts/ntp-wait.1ntp-waitmdoc
scripts/ntp-wait.html
scripts/ntp-wait.man.in
scripts/ntp-wait.mdoc.in
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1sntpman
sntp/sntp.1sntpmdoc
sntp/sntp.html
sntp/sntp.man.in
sntp/sntp.mdoc.in
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1ntp-keygenman
util/ntp-keygen.1ntp-keygenmdoc
util/ntp-keygen.man.in
util/ntp-keygen.mdoc.in

index c72ac976d12ac3b7334f9cc1393efb8c78fc747a..a26a6473e8cc5f3f7c4c24dfc5551d93d25c408f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p201) 2011/08/05 Released by Harlan Stenn <stenn@ntp.org>
 * sntp: change -h/--headspace to -g/--gap, and change the default gap
   from 10 to 50ms
 * [Backward Incompatible] from 4.2.6p4: sntp: -l/--filelog ->
index 4cde148be97d630cc290f09c05742e01a7cffa50..ec0a9366d83e26f1eb1b2593a80a47463524a9a9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 11:46:46 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:55:24 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpd 4.2.7p200\n\
+"ntpd 4.2.7p201\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -1028,7 +1028,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p200\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p201\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 522c2e94c5cc2331db4a65f65757371d69b20550..2d54fc193ff6c59b6a7658604080a7b3650e667e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 11:46:45 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:55:24 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -102,8 +102,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p200"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p200"
+#define NTPD_VERSION       "4.2.7p201"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ce6411b1f6d1833c3d71ec7d417788ba767d17b7..48553e5baae397369d35e1d4e82305582a6e580b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  4, 2011 at 11:48:04 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  5, 2011 at 04:55:42 AM by AutoGen 5.12
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -63,7 +63,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p200
+ntpd - NTP daemon program - Ver. 4.2.7p201
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index dd1326415e13040d0489a770a76b43d276b3b631..11c2c33fde92acc42811618751fd85a02a4a6f07 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "04 Aug 2011" "4.2.7p200" "User Commands"
+.TH ntpd 1ntpdman "05 Aug 2011" "4.2.7p201" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:47:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:55:39 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9118b59ab635b5e02136e61a761deca528a1f9db..1f481b2f42fb808798575a27473065e3758820cd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:48:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:55:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9e85ecad0ae976472073429732ec63b276efbdea..dc5a6e0e62084b81a0262f5d4d4394b658075af5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
+.TH ntpd @NTPD_MS@ "05 Aug 2011" "4.2.7p201" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:47:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:55:39 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 29f9817852730bb465b43a8ae2b38fe1e344130f..386f08a3f3bdba55ab990485553e86fa6a2e663e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:48:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:55:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1f0b9a37b08734fdcdfb6492a367dcdadc3067fc..4b5f74aa5ab38999380703710acde6aa036f1bd4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 11:48:27 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:55:48 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[334] =
-"ntpdc 4.2.7p200\n\
+"ntpdc 4.2.7p201\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -473,7 +473,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[132] =
-"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p200\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p201\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a481b4526f12e7ca286ed6dac30c69267e72c8ab..d98a47983f6b1890208096bd182aaeb6a1ad3aa0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 11:48:26 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:55:48 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -81,8 +81,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p200"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p200"
+#define NTPDC_VERSION       "4.2.7p201"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5b2037177d241c22798822ef43db73e00950987f..c14c088a2a8b8f5c4fa185299a8f65217df04082 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August  4, 2011 at 11:50:24 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  5, 2011 at 04:56:56 AM by AutoGen 5.12
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p200
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p201
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index a11be1248a716552107e6b3ed832295a6af02e8e..efd6b613293fadade24b869de1b6c327f9cc3ab3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "04 Aug 2011" "4.2.7p200" "User Commands"
+.TH ntpdc 1ntpdcman "05 Aug 2011" "4.2.7p201" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:49:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:55:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 023768e01d4c9bda4a96c93731f299a2906299d2..28b4ae23f5613ba878b730ac74cc13a3931b46ce 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:50:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:56:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9cea46dad2ce409c991525e73dedc09ad4593e51..61a865ff581090fa4f9b484a55f3b64717744604 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.7p200 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p201 of <code>ntpdc</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -116,7 +116,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntpdc-Invocation">ntpdc Invocation</a>
 <p><a name="index-ntpdc-usage-3"></a>
 This is the automatically generated usage text for ntpdc:
 
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p200
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p201
 USAGE:  ntpdc [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 21dad8808e079b90224fa380cb5082b8d5d52cd4..c411d933090ef831c6e14007e5b0c70653303f00 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
+.TH ntpdc @NTPDC_MS@ "05 Aug 2011" "4.2.7p201" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:49:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:55:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 04230ddc1f6fcf50819d2994d3dc77f70f2c9c9b..b642730ddb986884e1950f8c714643c8de73add7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:50:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:56:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b4535a42db3ab98b2aeef2a5c7c984dc5ee18a83..31eb07b983e7305e5e1cca0c1411ac80b4811bd3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 11:50:31 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:56:59 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpq 4.2.7p200\n\
+"ntpq 4.2.7p201\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -450,7 +450,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.7p200\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p201\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 519f49d7670e15ae30235b4d9a1ded972eafdc3d..4606483bc0feb57550150a94ffea65871fff66f0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 11:50:30 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:56:59 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p200"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p200"
+#define NTPQ_VERSION       "4.2.7p201"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ff517dbbc31e0a0c4c2ae582737858d310c3935a..ef71330d73c777ed2298438202772edc02f07199 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August  4, 2011 at 11:51:49 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  5, 2011 at 04:57:31 AM by AutoGen 5.12
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p200
+ntpq - standard NTP query program - Ver. 4.2.7p201
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 5b7a595e33060a04241a58b660f412509b130aba..12c97ebe3c8fb178c4ee5aa413edf9ff37be9ed4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "04 Aug 2011" "4.2.7p200" "User Commands"
+.TH ntpq 1ntpqman "05 Aug 2011" "4.2.7p201" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:51:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:57:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4ba8cdc272e847abc590f7c8afc30d43a68974f8..d14b4b875e0188133969affa01ba8ff84d163abe 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:51:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:57:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f91462fc252a0427d92518d4a133114f9ca83ddd..49c6eb3617d2f61675354ce1492bd48c7482dd8f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
+.TH ntpq @NTPQ_MS@ "05 Aug 2011" "4.2.7p201" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:51:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:57:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 716e2f02769fcf5d1a0b97bab3d8eac754a08f49..6da024ad648f1a7a4f3b090802c6431d0bd4d0e1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:51:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:57:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c365b260461592766dc8e869b12b7790e950df86..dedcef9c05211de7d541b03e67a056382d301a37 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 11:51:55 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:57:34 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[337] =
-"ntpsnmpd 4.2.7p200\n\
+"ntpsnmpd 4.2.7p201\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -277,7 +277,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.7p200\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p201\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 940d0308684956e95955d3ef2f5d479472c3a017..f81f5e6202811ff5eb93e593cff41bac25f4a457 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 11:51:54 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:57:33 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -74,8 +74,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p200"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p200"
+#define NTPSNMPD_VERSION       "4.2.7p201"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0bbafd0333ec55e4417feaa91c89baedd5f24106..a0ceea81dd106f40f4e9d003f029d1c5c9613919 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  4, 2011 at 11:52:35 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  5, 2011 at 04:57:50 AM by AutoGen 5.12
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p200
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p201
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index efbcae5899541678b2a957681d5bf21e30903d75..5f648d6b733a4bf565d655513490e3614df0a309 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "04 Aug 2011" "4.2.7p200" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "05 Aug 2011" "4.2.7p201" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:52:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:57:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2f7d107d8c16d51f886a4ebd91e9209767880d02..e6cd94a26a115117a0a32aaf8a02b6ebd4af84a6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:52:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:57:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index dab0e9c80d7f7282068f8d91b95b2ca358ab84d4..39ae09dab79658e48f1760c08072f63980d45ded 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "05 Aug 2011" "4.2.7p201" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:52:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:57:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b15873f940a82f9c1bd4d4a2860dea35d5e8ded9..dcdde9a502fd465f81ff6ced029be75edd38b644 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:52:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:57:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6f8defcaed2ea1b59dee867ea62e6aa522bd7c0c..61208ce5c0e73dfe9b4fe0b2ec5a3a9cad9694e1 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=200
+point=201
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index d2df7864d5fdb5afb02d8be6935205d668b7a1e9..fe39b41f0e45f36aecb43bc4cb29afe4db465196 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August  4, 2011 at 11:46:39 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  5, 2011 at 04:55:22 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c071d0af9f8b9e76d6e3df4cbbe516c812d6a1b2..fd49da56f1276066fe7830d18bfbd1e432f2b4c6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "04 Aug 2011" "ntp (4.2.7p200)" "User Commands"
+.TH ntp-wait 1ntp-waitman "05 Aug 2011" "ntp (4.2.7p201)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:46:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:55:20 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 23ee683d3013fa987f0633783a870f438a74bab9..04af93aa292f0ff1094e29ae29e09fa687c6d28e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:46:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:55:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fb914436d82bfa226914eca5e1896500e0d7b23e..884ae5636a21964157fe02e567de5123bae293f6 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.7p200 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p201 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 685c301d4273f22f06e143e593697c9aa9079780..dbd8db179644833eef0c510e87e0670f0ec02114 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "04 Aug 2011" "ntp (4.2.7p200)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "05 Aug 2011" "ntp (4.2.7p201)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:46:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:55:20 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f0621d8224e1c1955a7fdbf1dce5c42e9a3c137e..13454cee469f145c800a746ea2d0e39983d83d44 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:46:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:55:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b2de39a7e59d01322657ed17c74a110a653acb92..87100205580d99333ec71438913a85668f2a17e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 10:48:33 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:53:03 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"sntp 4.2.7p200\n\
+"sntp 4.2.7p201\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -663,7 +663,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.7p200\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p201\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 5df93449c5c91f7ad5daa38350601cb4aad8af20..f9845d7cf06f8eb4f44a3308834335c99ba926ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 10:48:33 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:53:03 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p200"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p200"
+#define SNTP_VERSION       "4.2.7p201"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 00dd9eb287dfb551afc57092542ee772f1982893..d480ddd4887e9d6232cff4fbacd3c927dc6d5394 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August  4, 2011 at 10:48:46 PM by AutoGen 5.12
+# It has been AutoGen-ed  August  5, 2011 at 04:58:55 AM by AutoGen 5.12
 # 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.7p200
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p201
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 0ea4e1e9b982c7e52483b6ed11df91eb5ec57cfe..4dab31270c59cd47783c5c4c1bdd7cb1d7da4d35 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "04 Aug 2011" "4.2.7p200" "User Commands"
+.TH sntp 1sntpman "05 Aug 2011" "4.2.7p201" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 10:48:48 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:58:45 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 043128a292cdd2bbe40f82600daf10c668bd80d5..dc5e80810491f8d47307b2a39de45390220b60b7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt SNTP 1sntpmdoc User Commands
-.Os FreeBSD 6.4-STABLE
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 10:48:44 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:58:56 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 678ec111ab98e54289a932611d79ebd6792843f9..ef127a16380bcadb2767e9edf2d942317da9e334 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.8">
+<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 4.2.7p200 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p201 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 <samp><span class="command">sntp</span></samp> usage text and option meanings.
+the aginfo template and the option descriptions for the <span class="command">sntp</span> program.  It documents the <span class="command">sntp</span> 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,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.7p200
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p201
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -214,11 +209,10 @@ 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>
@@ -232,11 +226,10 @@ 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>
@@ -248,11 +241,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>
@@ -271,11 +263,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>
@@ -300,12 +291,10 @@ 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-gap">sntp gap</a>,
+<a name="sntp-debug_002dlevel"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-gap">sntp gap</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>
@@ -320,11 +309,10 @@ This is the &ldquo;increase debug verbosity level&rdquo; option.
 
 <div class="node">
 <p><hr>
-<a name="sntp-gap"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ipv4">sntp ipv4</a>,
+<a name="sntp-gap"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ipv4">sntp ipv4</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">gap option (-g)</h4>
@@ -339,11 +327,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-gap">sntp gap</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">ipv4 option (-4)</h4>
@@ -362,11 +349,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>
@@ -385,11 +371,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>
@@ -413,11 +398,10 @@ M  Key is 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-logfile">sntp logfile</a>,
+<a name="sntp-kod"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-logfile">sntp logfile</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>
@@ -430,11 +414,10 @@ responses received from servers.  The default is
 
 <div class="node">
 <p><hr>
-<a name="sntp-logfile"></a>
-Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ntpversion">sntp ntpversion</a>,
+<a name="sntp-logfile"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ntpversion">sntp ntpversion</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">logfile option (-l)</h4>
@@ -446,11 +429,10 @@ logfile.
 
 <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-logfile">sntp logfile</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-
+<br>
 </div>
 
 <h4 class="subsection">ntpversion option (-o)</h4>
@@ -462,12 +444,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>
@@ -482,11 +462,10 @@ This is the &ldquo;set the debug verbosity level&rdquo; option.
 
 <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>
@@ -496,11 +475,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>
@@ -510,11 +488,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>
@@ -527,11 +504,10 @@ settimeofday().
 
 <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>
@@ -543,11 +519,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>
@@ -559,10 +534,9 @@ 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>
@@ -580,8 +554,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 41b65e6c24009e82740a81a5cc68503db87ba36c..ffc56c3baf328693b543c27e04ea1a6fe9f65fb8 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
+.TH sntp @SNTP_MS@ "05 Aug 2011" "4.2.7p201" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 10:48:48 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:58:45 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fefaeacfd0e3cc4cf28d06a4bd18ec2bb0b3bc61..9180e16c6d5cf431c3ae82aa30f4f21d7ee439ac 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt SNTP @SNTP_MS@ User Commands
-.Os FreeBSD 6.4-STABLE
+.Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 10:48:44 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:58:56 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ac264f73a5718a7699a11cefd207b41984e33118..7529d415e29e31342763111143092fb241d1a45d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 11:52:42 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:57:54 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[345] =
-"ntp-keygen (ntp) 4.2.7p200\n\
+"ntp-keygen (ntp) 4.2.7p201\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -778,7 +778,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.7p200\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p201\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2a7ca3ef83b2576fb5454c8dba6b903a6b625399..44947dc0d1704881637017065c6151b9520be225 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 11:52:42 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  5, 2011 at 04:57:53 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p200"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p200"
+#define NTP_KEYGEN_VERSION       "4.2.7p201"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d3a96aa68613da1e56fd8bf3138ff910c8fe2d45..9ba8ce2964624f3c77118b52add8cc1fb5676c68 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August  4, 2011 at 11:53:45 AM by AutoGen 5.12
+# It has been AutoGen-ed  August  5, 2011 at 04:58:21 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -49,7 +49,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.7p200
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p201
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 6556b3ba07d6150af6284b9c62f34f9288cbe43d..0c464d5b35676687bf6be11554fcd879d6747a08 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "04 Aug 2011" "ntp (4.2.7p200)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "05 Aug 2011" "ntp (4.2.7p201)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:53:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:58:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0ef6f1b4f6909db56fa2bbadbb2baa7e0b82b509..d2c8509378a155e28a9df60a16abd01f5326e19c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:53:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:58:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 115d996d91aa5ee0e1c2907fc80f5125406c0999..a7968b1765f1940359f46dab9e982263e89c851b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "04 Aug 2011" "ntp (4.2.7p200)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "05 Aug 2011" "ntp (4.2.7p201)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:53:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:58:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 812b02c196936fe29b87e9af024563e56ab31430..99084cad4b4cc13ea943bee643ff47d5a0512be1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 4 2011
+.Dd August 5 2011
 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 11:53:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  5, 2011 at 04:58:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME