From: Harlan Stenn Date: Fri, 5 Aug 2011 04:59:41 +0000 (+0000) Subject: NTP_4_2_7P201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de7694f4cccebd34111f7c14c2b99a1f79c6c8be;p=thirdparty%2Fntp.git NTP_4_2_7P201 bk: 4e3b78bdhuSP0wZv80IGSDB5ffh7JA --- diff --git a/ChangeLog b/ChangeLog index c72ac976d1..a26a6473e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.7p201) 2011/08/05 Released by Harlan Stenn * 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 -> diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 4cde148be9..ec0a9366d8 100644 --- a/ntpd/ntpd-opts.c +++ b/ntpd/ntpd-opts.c @@ -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 [ - [] | --[{=| }] ]... \\\n\ \t\t[ ... ]\n"; #define zRcName NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 522c2e94c5..2d54fc193f 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -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 diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index ce6411b1f6..48553e5baa 100644 --- a/ntpd/ntpd-opts.texi +++ b/ntpd/ntpd-opts.texi @@ -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 [ - [] | --[@{=| @}] ]... \ [ ... ] Flg Arg Option-Name Description diff --git a/ntpd/ntpd.1ntpdman b/ntpd/ntpd.1ntpdman index dd1326415e..11c2c33fde 100644 --- a/ntpd/ntpd.1ntpdman +++ b/ntpd/ntpd.1ntpdman @@ -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 .\" diff --git a/ntpd/ntpd.1ntpdmdoc b/ntpd/ntpd.1ntpdmdoc index 9118b59ab6..1f481b2f42 100644 --- a/ntpd/ntpd.1ntpdmdoc +++ b/ntpd/ntpd.1ntpdmdoc @@ -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 diff --git a/ntpd/ntpd.man.in b/ntpd/ntpd.man.in index 9e85ecad0a..dc5a6e0e62 100644 --- a/ntpd/ntpd.man.in +++ b/ntpd/ntpd.man.in @@ -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 .\" diff --git a/ntpd/ntpd.mdoc.in b/ntpd/ntpd.mdoc.in index 29f9817852..386f08a3f3 100644 --- a/ntpd/ntpd.mdoc.in +++ b/ntpd/ntpd.mdoc.in @@ -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 diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index 1f0b9a37b0..4b5f74aa5a 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -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 [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index a481b4526f..d98a47983f 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -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 diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 5b2037177d..c14c088a2a 100644 --- a/ntpdc/ntpdc-opts.texi +++ b/ntpdc/ntpdc-opts.texi @@ -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 [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpdc/ntpdc.1ntpdcman b/ntpdc/ntpdc.1ntpdcman index a11be1248a..efd6b61329 100644 --- a/ntpdc/ntpdc.1ntpdcman +++ b/ntpdc/ntpdc.1ntpdcman @@ -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 .\" diff --git a/ntpdc/ntpdc.1ntpdcmdoc b/ntpdc/ntpdc.1ntpdcmdoc index 023768e01d..28b4ae23f5 100644 --- a/ntpdc/ntpdc.1ntpdcmdoc +++ b/ntpdc/ntpdc.1ntpdcmdoc @@ -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 diff --git a/ntpdc/ntpdc.html b/ntpdc/ntpdc.html index 9cea46dad2..61a865ff58 100644 --- a/ntpdc/ntpdc.html +++ b/ntpdc/ntpdc.html @@ -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. -

This document applies to version 4.2.7p200 of ntpdc. +

This document applies to version 4.2.7p201 of ntpdc.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. @@ -116,7 +116,7 @@ Up: ntpdc Invocation

This is the automatically generated usage text for ntpdc: -

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
diff --git a/ntpdc/ntpdc.man.in b/ntpdc/ntpdc.man.in
index 21dad8808e..c411d93309 100644
--- a/ntpdc/ntpdc.man.in
+++ b/ntpdc/ntpdc.man.in
@@ -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
 .\"
diff --git a/ntpdc/ntpdc.mdoc.in b/ntpdc/ntpdc.mdoc.in
index 04230ddc1f..b642730ddb 100644
--- a/ntpdc/ntpdc.mdoc.in
+++ b/ntpdc/ntpdc.mdoc.in
@@ -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
diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c
index b4535a42db..31eb07b983 100644
--- a/ntpq/ntpq-opts.c
+++ b/ntpq/ntpq-opts.c
@@ -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 [ - [] | --[{=| }] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h
index 519f49d767..4606483bc0 100644
--- a/ntpq/ntpq-opts.h
+++ b/ntpq/ntpq-opts.h
@@ -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
diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi
index ff517dbbc3..ef71330d73 100644
--- a/ntpq/ntpq-opts.texi
+++ b/ntpq/ntpq-opts.texi
@@ -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 [ - [] | --[@{=| @}] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
diff --git a/ntpq/ntpq.1ntpqman b/ntpq/ntpq.1ntpqman
index 5b7a595e33..12c97ebe3c 100644
--- a/ntpq/ntpq.1ntpqman
+++ b/ntpq/ntpq.1ntpqman
@@ -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
 .\"
diff --git a/ntpq/ntpq.1ntpqmdoc b/ntpq/ntpq.1ntpqmdoc
index 4ba8cdc272..d14b4b875e 100644
--- a/ntpq/ntpq.1ntpqmdoc
+++ b/ntpq/ntpq.1ntpqmdoc
@@ -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
diff --git a/ntpq/ntpq.man.in b/ntpq/ntpq.man.in
index f91462fc25..49c6eb3617 100644
--- a/ntpq/ntpq.man.in
+++ b/ntpq/ntpq.man.in
@@ -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
 .\"
diff --git a/ntpq/ntpq.mdoc.in b/ntpq/ntpq.mdoc.in
index 716e2f0276..6da024ad64 100644
--- a/ntpq/ntpq.mdoc.in
+++ b/ntpq/ntpq.mdoc.in
@@ -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
diff --git a/ntpsnmpd/ntpsnmpd-opts.c b/ntpsnmpd/ntpsnmpd-opts.c
index c365b26046..dedcef9c05 100644
--- a/ntpsnmpd/ntpsnmpd-opts.c
+++ b/ntpsnmpd/ntpsnmpd-opts.c
@@ -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 [ - [] | --[{=| }] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h
index 940d030868..f81f5e6202 100644
--- a/ntpsnmpd/ntpsnmpd-opts.h
+++ b/ntpsnmpd/ntpsnmpd-opts.h
@@ -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
diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi
index 0bbafd0333..a0ceea81dd 100644
--- a/ntpsnmpd/ntpsnmpd-opts.texi
+++ b/ntpsnmpd/ntpsnmpd-opts.texi
@@ -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 [ - [] | --[@{=| @}] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
diff --git a/ntpsnmpd/ntpsnmpd.1ntpsnmpdman b/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
index efbcae5899..5f648d6b73 100644
--- a/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
+++ b/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
@@ -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
 .\"
diff --git a/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc b/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
index 2f7d107d8c..e6cd94a26a 100644
--- a/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
+++ b/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
@@ -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
diff --git a/ntpsnmpd/ntpsnmpd.man.in b/ntpsnmpd/ntpsnmpd.man.in
index dab0e9c80d..39ae09dab7 100644
--- a/ntpsnmpd/ntpsnmpd.man.in
+++ b/ntpsnmpd/ntpsnmpd.man.in
@@ -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
 .\"
diff --git a/ntpsnmpd/ntpsnmpd.mdoc.in b/ntpsnmpd/ntpsnmpd.mdoc.in
index b15873f940..dcdde9a502 100644
--- a/ntpsnmpd/ntpsnmpd.mdoc.in
+++ b/ntpsnmpd/ntpsnmpd.mdoc.in
@@ -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
diff --git a/packageinfo.sh b/packageinfo.sh
index 6f8defcaed..61208ce5c0 100644
--- a/packageinfo.sh
+++ b/packageinfo.sh
@@ -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)
diff --git a/scripts/ntp-wait-opts.texi b/scripts/ntp-wait-opts.texi
index d2df7864d5..fe39b41f0e 100644
--- a/scripts/ntp-wait-opts.texi
+++ b/scripts/ntp-wait-opts.texi
@@ -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
diff --git a/scripts/ntp-wait.1ntp-waitman b/scripts/ntp-wait.1ntp-waitman
index c071d0af9f..fd49da56f1 100644
--- a/scripts/ntp-wait.1ntp-waitman
+++ b/scripts/ntp-wait.1ntp-waitman
@@ -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
 .\"
diff --git a/scripts/ntp-wait.1ntp-waitmdoc b/scripts/ntp-wait.1ntp-waitmdoc
index 23ee683d30..04af93aa29 100644
--- a/scripts/ntp-wait.1ntp-waitmdoc
+++ b/scripts/ntp-wait.1ntp-waitmdoc
@@ -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
diff --git a/scripts/ntp-wait.html b/scripts/ntp-wait.html
index fb914436d8..884ae5636a 100644
--- a/scripts/ntp-wait.html
+++ b/scripts/ntp-wait.html
@@ -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.
 
-  

This document applies to version 4.2.7p200 of ntp-wait. +

This document applies to version 4.2.7p201 of ntp-wait.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. diff --git a/scripts/ntp-wait.man.in b/scripts/ntp-wait.man.in index 685c301d42..dbd8db1796 100644 --- a/scripts/ntp-wait.man.in +++ b/scripts/ntp-wait.man.in @@ -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 .\" diff --git a/scripts/ntp-wait.mdoc.in b/scripts/ntp-wait.mdoc.in index f0621d8224..13454cee46 100644 --- a/scripts/ntp-wait.mdoc.in +++ b/scripts/ntp-wait.mdoc.in @@ -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 diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index b2de39a7e5..8710020558 100644 --- a/sntp/sntp-opts.c +++ b/sntp/sntp-opts.c @@ -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 [ - [] | --[{=| }] ]... \\\n\ \t\t[ hostname-or-IP ...]\n"; static char const zRcName[7] = ".ntprc"; diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 5df93449c5..f9845d7cf0 100644 --- a/sntp/sntp-opts.h +++ b/sntp/sntp-opts.h @@ -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 diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 00dd9eb287..d480ddd488 100644 --- a/sntp/sntp-opts.texi +++ b/sntp/sntp-opts.texi @@ -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 [ - [] | --[@{=| @}] ]... \ [ hostname-or-IP ...] Flg Arg Option-Name Description diff --git a/sntp/sntp.1sntpman b/sntp/sntp.1sntpman index 0ea4e1e9b9..4dab31270c 100644 --- a/sntp/sntp.1sntpman +++ b/sntp/sntp.1sntpman @@ -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 .\" diff --git a/sntp/sntp.1sntpmdoc b/sntp/sntp.1sntpmdoc index 043128a292..dc5e808104 100644 --- a/sntp/sntp.1sntpmdoc +++ b/sntp/sntp.1sntpmdoc @@ -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 diff --git a/sntp/sntp.html b/sntp/sntp.html index 678ec111ab..ef127a1638 100644 --- a/sntp/sntp.html +++ b/sntp/sntp.html @@ -3,7 +3,7 @@ Sntp User's Manual - + @@ -14,20 +14,18 @@ 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; } -->

Sntp User's Manual


- -Next: , +Next: , Previous: (dir), Up: (dir) - +

Simple Network Time Protocol User Manual

@@ -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. -

This document applies to version 4.2.7p200 of sntp. +

This document applies to version 4.2.7p201 of sntp.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. @@ -59,8 +57,7 @@ IETF specification.


- - +
@@ -81,8 +78,7 @@ error bound of the system clock relative to the server clock.


- - +

Invoking sntp

@@ -115,7 +111,7 @@ is believed to be correct to within seconds.

This section was generated by AutoGen, -the aginfo template and the option descriptions for the sntp program. It documents the sntp usage text and option meanings. +the aginfo template and the option descriptions for the sntp program. It documents the sntp usage text and option meanings.

This software is released under a specialized copyright license. @@ -144,10 +140,9 @@ the aginfo template and the option descriptions for the


- -Next: , +Next: , Up: sntp Invocation - +

sntp usage help (-?)

@@ -155,7 +150,7 @@ Up: sntp Invocation

This is the automatically generated usage text for sntp: -

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
@@ -214,11 +209,10 @@ please send bug reports to:  http://bugs.ntp.org, bugs@ntp.org
 


- -Next: , +Next: , Previous: sntp usage, Up: sntp Invocation - +

authentication option (-a)

@@ -232,11 +226,10 @@ keyfile option (-k) for more details.


- -Next: , +Next: , Previous: sntp authentication, Up: sntp Invocation - +

bctimeout option (-B)

@@ -248,11 +241,10 @@ of seconds specified before giving up. Default 68 seconds.


- -Next: , +Next: , Previous: sntp bctimeout, Up: sntp Invocation - +

broadcast option (-b)

@@ -271,11 +263,10 @@ for NTP broadcasts. The default maximum wait time,


- -Next: , +Next: , Previous: sntp broadcast, Up: sntp Invocation - +

concurrent option (-c)

@@ -300,12 +291,10 @@ can send concurrent queries.


- - -Next: , +Next: , Previous: sntp concurrent, Up: sntp Invocation - +

debug-level option (-d)

@@ -320,11 +309,10 @@ This is the “increase debug verbosity level” option.


- -Next: , +Next: , Previous: sntp debug-level, Up: sntp Invocation - +

gap option (-g)

@@ -339,11 +327,10 @@ Default 10 milliseconds.


- -Next: , +Next: , Previous: sntp gap, Up: sntp Invocation - +

ipv4 option (-4)

@@ -362,11 +349,10 @@ to the IPv4 namespace.


- -Next: , +Next: , Previous: sntp ipv4, Up: sntp Invocation - +

ipv6 option (-6)

@@ -385,11 +371,10 @@ to the IPv6 namespace.


- -Next: , +Next: , Previous: sntp ipv6, Up: sntp Invocation - +

keyfile option (-k)

@@ -413,11 +398,10 @@ M Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.


- -Next: , +Next: , Previous: sntp keyfile, Up: sntp Invocation - +

kod option (-K)

@@ -430,11 +414,10 @@ responses received from servers. The default is


- -Next: , +Next: , Previous: sntp kod, Up: sntp Invocation - +

logfile option (-l)

@@ -446,11 +429,10 @@ logfile.


- -Next: , +Next: , Previous: sntp logfile, Up: sntp Invocation - +

ntpversion option (-o)

@@ -462,12 +444,10 @@ NTP protocol version <ntpversion> .


- - -Next: , +Next: , Previous: sntp ntpversion, Up: sntp Invocation - +

set-debug-level option (-D)

@@ -482,11 +462,10 @@ This is the “set the debug verbosity level” option.


- -Next: , +Next: , Previous: sntp set-debug-level, Up: sntp Invocation - +

slew option (-s)

@@ -496,11 +475,10 @@ This is the “ok to 'slew' the time with adjtime()” option.


- -Next: , +Next: , Previous: sntp slew, Up: sntp Invocation - +

step option (-S)

@@ -510,11 +488,10 @@ This is the “ok to 'step' the time with settimeofday()” option.


- -Next: , +Next: , Previous: sntp step, Up: sntp Invocation - +

steplimit option (-M)

@@ -527,11 +504,10 @@ settimeofday().


- -Next: , +Next: , Previous: sntp steplimit, Up: sntp Invocation - +

uctimeout option (-u)

@@ -543,11 +519,10 @@ of seconds specified before giving up. Default 5 seconds.


- -Next: , +Next: , Previous: sntp uctimeout, Up: sntp Invocation - +

usereservedport option (-r)

@@ -559,10 +534,9 @@ communications.


- -Previous: sntp usereservedport, +Previous: sntp usereservedport, Up: sntp Invocation - +

wait option

@@ -580,8 +554,7 @@ This is the “wait for pending replies (if not setting the time)” opt


- - +
diff --git a/sntp/sntp.man.in b/sntp/sntp.man.in index 41b65e6c24..ffc56c3baf 100644 --- a/sntp/sntp.man.in +++ b/sntp/sntp.man.in @@ -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 .\" diff --git a/sntp/sntp.mdoc.in b/sntp/sntp.mdoc.in index fefaeacfd0..9180e16c6d 100644 --- a/sntp/sntp.mdoc.in +++ b/sntp/sntp.mdoc.in @@ -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 diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c index ac264f73a5..7529d415e2 100644 --- a/util/ntp-keygen-opts.c +++ b/util/ntp-keygen-opts.c @@ -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 [ - [] | --[{=| }] ]...\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 2a7ca3ef83..44947dc0d1 100644 --- a/util/ntp-keygen-opts.h +++ b/util/ntp-keygen-opts.h @@ -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 diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi index d3a96aa686..9ba8ce2964 100644 --- a/util/ntp-keygen-opts.texi +++ b/util/ntp-keygen-opts.texi @@ -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 [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -c Str certificate certificate scheme diff --git a/util/ntp-keygen.1ntp-keygenman b/util/ntp-keygen.1ntp-keygenman index 6556b3ba07..0c464d5b35 100644 --- a/util/ntp-keygen.1ntp-keygenman +++ b/util/ntp-keygen.1ntp-keygenman @@ -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 .\" diff --git a/util/ntp-keygen.1ntp-keygenmdoc b/util/ntp-keygen.1ntp-keygenmdoc index 0ef6f1b4f6..d2c8509378 100644 --- a/util/ntp-keygen.1ntp-keygenmdoc +++ b/util/ntp-keygen.1ntp-keygenmdoc @@ -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 diff --git a/util/ntp-keygen.man.in b/util/ntp-keygen.man.in index 115d996d91..a7968b1765 100644 --- a/util/ntp-keygen.man.in +++ b/util/ntp-keygen.man.in @@ -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 .\" diff --git a/util/ntp-keygen.mdoc.in b/util/ntp-keygen.mdoc.in index 812b02c196..99084cad4b 100644 --- a/util/ntp-keygen.mdoc.in +++ b/util/ntp-keygen.mdoc.in @@ -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