From: NTP Release Engineering This document describes the configuration file for the NTP Project’s
This document applies to version 4.3.98 of This document applies to version 4.3.99 of All packets sent to and received from the server or peer are to
include authentication fields encrypted using the specified
key
-identifier with values from 1 to 65534, inclusive.
+identifier with values from 1 to 65535, inclusive.
The
default is to include no encryption field.
ntpd program.
ntp.conf.
+ntp.conf.
Short Table of Contents
@@ -415,7 +415,7 @@ option.
The original RFC-1305 specification allows any one of possibly -65,534 keys, each distinguished by a 32-bit key identifier, to +65,535 keys, each distinguished by a 32-bit key identifier, to authenticate an association. The servers and clients involved must agree on the key and key identifier to @@ -986,7 +986,7 @@ The key argument is the key identifier for a trusted key, where the value can be in the -range 1 to 65,534, inclusive. +range 1 to 65,535, inclusive.
crypto [cert file] [leap file] [randfile file] [host file] [sign file] [gq file] [gqpar file] [iffpar file] [mvpar file] [pw password]This command requires the OpenSSL library. @@ -1092,7 +1092,7 @@ The key argument is a key identifier for the trusted key, where the value can be in the range 1 to -65,534, inclusive. +65,535, inclusive.
revoke logsecSpecifies the interval between re-randomization of certain @@ -1121,7 +1121,7 @@ servers. The key arguments are 32-bit unsigned -integers with values from 1 to 65,534. +integers with values from 1 to 65,535.
This document describes the symmetric key file for the NTP Project’s
ntpd program.
This document applies to version 4.3.98 of ntp.keys.
+
This document applies to version 4.3.99 of ntp.keys.
The key file uses the same comment conventions @@ -139,7 +139,7 @@ Key entries use a fixed format of the form
where
keyno
-is a positive integer (between 1 and 65534),
+is a positive integer (between 1 and 65535),
type
is the message digest algorithm,
key
diff --git a/ntpd/ntp.keys.man.in b/ntpd/ntp.keys.man.in
index 4ab986f13..253d7790e 100644
--- a/ntpd/ntp.keys.man.in
+++ b/ntpd/ntp.keys.man.in
@@ -1,8 +1,8 @@
-.TH ntp.keys 5 "07 Jun 2019" "4.3.98" "File Formats"
+.TH ntp.keys 5 "07 Jun 2019" "4.3.99" "File Formats"
.\"
.\" EDIT THIS FILE WITH CAUTION (ntp.man)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:29 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:04 AM by AutoGen 5.18.5
.\" From the definitions ntp.keys.def
.\" and the template file agman-file.tpl
.Sh NAME
diff --git a/ntpd/ntp.keys.mdoc.in b/ntpd/ntp.keys.mdoc.in
index 36a2206ee..6c03bafb8 100644
--- a/ntpd/ntp.keys.mdoc.in
+++ b/ntpd/ntp.keys.mdoc.in
@@ -3,7 +3,7 @@
.Os FreeBSD 11.2-RELEASE_SI
.\" EDIT THIS FILE WITH CAUTION (ntp.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:20 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:01:55 AM by AutoGen 5.18.5
.\" From the definitions ntp.keys.def
.\" and the template file agmdoc-file.tpl
.Sh NAME
diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c
index f15283808..9522b2ad4 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 June 7, 2019 at 12:44:56 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:01:31 AM by AutoGen 5.18.5
* From the definitions ntpd-opts.def
* and the template file options
*
@@ -75,7 +75,7 @@ extern FILE * option_usage_fp;
* static const strings for ntpd options
*/
static char const ntpd_opt_strs[3126] =
-/* 0 */ "ntpd 4.3.98\n"
+/* 0 */ "ntpd 4.3.99\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -205,12 +205,12 @@ static char const ntpd_opt_strs[3126] =
/* 2899 */ "output version information and exit\0"
/* 2935 */ "version\0"
/* 2943 */ "NTPD\0"
-/* 2948 */ "ntpd - NTP daemon program - Ver. 4.3.98\n"
+/* 2948 */ "ntpd - NTP daemon program - Ver. 4.3.99\n"
"Usage: %s [ -
This document applies to version 4.3.98 of ntpd.
+
This document applies to version 4.3.99 of ntpd.
ntpd - NTP daemon program - Ver. 4.3.97
+ntpd - NTP daemon program - Ver. 4.3.98
Usage: ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
[ <server1> ... <serverN> ]
Flg Arg Option-Name Description
diff --git a/ntpd/ntpd.man.in b/ntpd/ntpd.man.in
index 1ce96661f..37545b9a5 100644
--- a/ntpd/ntpd.man.in
+++ b/ntpd/ntpd.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpd @NTPD_MS@ "07 Jun 2019" "4.3.98" "User Commands"
+.TH ntpd @NTPD_MS@ "07 Jun 2019" "4.3.99" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:30 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:05 AM by AutoGen 5.18.5
.\" From the definitions ntpd-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpd/ntpd.mdoc.in b/ntpd/ntpd.mdoc.in
index 56d796592..85d86e755 100644
--- a/ntpd/ntpd.mdoc.in
+++ b/ntpd/ntpd.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:21 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:01:56 AM by AutoGen 5.18.5
.\" From the definitions ntpd-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpdc/invoke-ntpdc.texi b/ntpdc/invoke-ntpdc.texi
index 08d70167d..3c5f009b3 100644
--- a/ntpdc/invoke-ntpdc.texi
+++ b/ntpdc/invoke-ntpdc.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpdc.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:45:36 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:02:11 AM by AutoGen 5.18.5
# From the definitions ntpdc-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -76,7 +76,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntpdc - vendor-specific NTPD control program - Ver. 4.3.98
+ntpdc - vendor-specific NTPD control program - Ver. 4.3.99
Usage: ntpdc [ - [] | --[@{=| @}] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 DNS name resolution
diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c
index 500aad450..4e9340969 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 June 7, 2019 at 12:45:32 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:02:08 AM by AutoGen 5.18.5
* From the definitions ntpdc-opts.def
* and the template file options
*
@@ -69,7 +69,7 @@ extern FILE * option_usage_fp;
* static const strings for ntpdc options
*/
static char const ntpdc_opt_strs[1908] =
-/* 0 */ "ntpdc 4.3.98\n"
+/* 0 */ "ntpdc 4.3.99\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -128,14 +128,14 @@ static char const ntpdc_opt_strs[1908] =
/* 1693 */ "no-load-opts\0"
/* 1706 */ "no\0"
/* 1709 */ "NTPDC\0"
-/* 1715 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.3.98\n"
+/* 1715 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.3.99\n"
"Usage: %s [ - [] | --[{=| }] ]... [ host ...]\n\0"
/* 1844 */ "$HOME\0"
/* 1850 */ ".\0"
/* 1852 */ ".ntprc\0"
/* 1859 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 1893 */ "\n\0"
-/* 1895 */ "ntpdc 4.3.98";
+/* 1895 */ "ntpdc 4.3.99";
/**
* ipv4 option description with
@@ -796,7 +796,7 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via ntpdcOptions.pzCopyright */
- puts(_("ntpdc 4.3.98\n\
+ puts(_("ntpdc 4.3.99\n\
Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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\
@@ -862,14 +862,14 @@ implied warranty.\n"));
puts(_("load options from a config file"));
/* referenced via ntpdcOptions.pzUsageTitle */
- puts(_("ntpdc - vendor-specific NTPD control program - Ver. 4.3.98\n\
+ puts(_("ntpdc - vendor-specific NTPD control program - Ver. 4.3.99\n\
Usage: %s [ - [] | --[{=| }] ]... [ host ...]\n"));
/* referenced via ntpdcOptions.pzExplain */
puts(_("\n"));
/* referenced via ntpdcOptions.pzFullVersion */
- puts(_("ntpdc 4.3.98"));
+ puts(_("ntpdc 4.3.99"));
/* referenced via ntpdcOptions.pzFullUsage */
puts(_("<<>>"));
diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h
index 7b7154677..0c8c646c1 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 June 7, 2019 at 12:45:32 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:02:08 AM by AutoGen 5.18.5
* From the definitions ntpdc-opts.def
* and the template file options
*
@@ -83,9 +83,9 @@ typedef enum {
/** count of all options for ntpdc */
#define OPTION_CT 15
/** ntpdc version */
-#define NTPDC_VERSION "4.3.98"
+#define NTPDC_VERSION "4.3.99"
/** Full ntpdc version text */
-#define NTPDC_FULL_VERSION "ntpdc 4.3.98"
+#define NTPDC_FULL_VERSION "ntpdc 4.3.99"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
diff --git a/ntpdc/ntpdc.1ntpdcman b/ntpdc/ntpdc.1ntpdcman
index 41b02afd1..84c06ade9 100644
--- a/ntpdc/ntpdc.1ntpdcman
+++ b/ntpdc/ntpdc.1ntpdcman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpdc 1ntpdcman "07 Jun 2019" "4.3.98" "User Commands"
+.TH ntpdc 1ntpdcman "07 Jun 2019" "4.3.99" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:38 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:13 AM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpdc/ntpdc.1ntpdcmdoc b/ntpdc/ntpdc.1ntpdcmdoc
index 217110390..bd786dbfb 100644
--- a/ntpdc/ntpdc.1ntpdcmdoc
+++ b/ntpdc/ntpdc.1ntpdcmdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:35 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:10 AM by AutoGen 5.18.5
.\" 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 ff32cb66a..24a36df8d 100644
--- a/ntpdc/ntpdc.html
+++ b/ntpdc/ntpdc.html
@@ -64,7 +64,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.3.98 of ntpdc.
+
This document applies to version 4.3.99 of ntpdc.
The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
IETF specification.
@@ -214,7 +214,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntpdc - vendor-specific NTPD control program - Ver. 4.3.98
+ntpdc - vendor-specific NTPD control program - Ver. 4.3.99
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 b6e606779..8248f18ad 100644
--- a/ntpdc/ntpdc.man.in
+++ b/ntpdc/ntpdc.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpdc @NTPDC_MS@ "07 Jun 2019" "4.3.98" "User Commands"
+.TH ntpdc @NTPDC_MS@ "07 Jun 2019" "4.3.99" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:38 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:13 AM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpdc/ntpdc.mdoc.in b/ntpdc/ntpdc.mdoc.in
index d64b55d1c..aa1f00b0e 100644
--- a/ntpdc/ntpdc.mdoc.in
+++ b/ntpdc/ntpdc.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:35 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:10 AM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpq/invoke-ntpq.texi b/ntpq/invoke-ntpq.texi
index 7cc757f7f..650da512a 100644
--- a/ntpq/invoke-ntpq.texi
+++ b/ntpq/invoke-ntpq.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpq.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:45:46 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:02:21 AM by AutoGen 5.18.5
# From the definitions ntpq-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -944,7 +944,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntpq - standard NTP query program - Ver. 4.3.98
+ntpq - standard NTP query program - Ver. 4.3.99
Usage: ntpq [ - [] | --[@{=| @}] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 name resolution
diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c
index b5898a679..ec6d5c76a 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 June 7, 2019 at 12:45:39 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:02:14 AM by AutoGen 5.18.5
* From the definitions ntpq-opts.def
* and the template file options
*
@@ -69,7 +69,7 @@ extern FILE * option_usage_fp;
* static const strings for ntpq options
*/
static char const ntpq_opt_strs[1971] =
-/* 0 */ "ntpq 4.3.98\n"
+/* 0 */ "ntpq 4.3.99\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -132,13 +132,13 @@ static char const ntpq_opt_strs[1971] =
/* 1766 */ "no-load-opts\0"
/* 1779 */ "no\0"
/* 1782 */ "NTPQ\0"
-/* 1787 */ "ntpq - standard NTP query program - Ver. 4.3.98\n"
+/* 1787 */ "ntpq - standard NTP query program - Ver. 4.3.99\n"
"Usage: %s [ - [] | --[{=| }] ]... [ host ...]\n\0"
/* 1905 */ "$HOME\0"
/* 1911 */ ".\0"
/* 1913 */ ".ntprc\0"
/* 1920 */ "http://bugs.ntp.org, bugs@ntp.org\0"
-/* 1954 */ "ntpq 4.3.98\0"
+/* 1954 */ "ntpq 4.3.99\0"
/* 1966 */ "hash";
/**
@@ -841,7 +841,7 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via ntpqOptions.pzCopyright */
- puts(_("ntpq 4.3.98\n\
+ puts(_("ntpq 4.3.99\n\
Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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\
@@ -910,11 +910,11 @@ implied warranty.\n"));
puts(_("load options from a config file"));
/* referenced via ntpqOptions.pzUsageTitle */
- puts(_("ntpq - standard NTP query program - Ver. 4.3.98\n\
+ puts(_("ntpq - standard NTP query program - Ver. 4.3.99\n\
Usage: %s [ - [] | --[{=| }] ]... [ host ...]\n"));
/* referenced via ntpqOptions.pzFullVersion */
- puts(_("ntpq 4.3.98"));
+ puts(_("ntpq 4.3.99"));
/* referenced via ntpqOptions.pzFullUsage */
puts(_("<<>>"));
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h
index 90ee0a7a8..a55c4b1a8 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 June 7, 2019 at 12:45:39 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:02:14 AM by AutoGen 5.18.5
* From the definitions ntpq-opts.def
* and the template file options
*
@@ -84,9 +84,9 @@ typedef enum {
/** count of all options for ntpq */
#define OPTION_CT 16
/** ntpq version */
-#define NTPQ_VERSION "4.3.98"
+#define NTPQ_VERSION "4.3.99"
/** Full ntpq version text */
-#define NTPQ_FULL_VERSION "ntpq 4.3.98"
+#define NTPQ_FULL_VERSION "ntpq 4.3.99"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
diff --git a/ntpq/ntpq.1ntpqman b/ntpq/ntpq.1ntpqman
index c66277434..44220364e 100644
--- a/ntpq/ntpq.1ntpqman
+++ b/ntpq/ntpq.1ntpqman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpq 1ntpqman "07 Jun 2019" "4.3.98" "User Commands"
+.TH ntpq 1ntpqman "07 Jun 2019" "4.3.99" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:48 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:23 AM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpq/ntpq.1ntpqmdoc b/ntpq/ntpq.1ntpqmdoc
index 24ebbc97f..e6d8efe14 100644
--- a/ntpq/ntpq.1ntpqmdoc
+++ b/ntpq/ntpq.1ntpqmdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:44 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:19 AM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpq/ntpq.html b/ntpq/ntpq.html
index 77c0456c4..46c4939a7 100644
--- a/ntpq/ntpq.html
+++ b/ntpq/ntpq.html
@@ -73,7 +73,7 @@ monitor the operational status
and determine the performance of
ntpd, the NTP daemon.
-This document applies to version 4.3.98 of ntpq.
+
This document applies to version 4.3.99 of ntpq.
• ntpq Description:
@@ -1293,7 +1293,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntpq - standard NTP query program - Ver. 4.3.97
+ntpq - standard NTP query program - Ver. 4.3.98
Usage: ntpq [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 name resolution
diff --git a/ntpq/ntpq.man.in b/ntpq/ntpq.man.in
index 3205bdaed..311dd184d 100644
--- a/ntpq/ntpq.man.in
+++ b/ntpq/ntpq.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpq @NTPQ_MS@ "07 Jun 2019" "4.3.98" "User Commands"
+.TH ntpq @NTPQ_MS@ "07 Jun 2019" "4.3.99" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:48 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:23 AM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpq/ntpq.mdoc.in b/ntpq/ntpq.mdoc.in
index 7adbc4de0..41ec72016 100644
--- a/ntpq/ntpq.mdoc.in
+++ b/ntpq/ntpq.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:44 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:19 AM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpsnmpd/invoke-ntpsnmpd.texi b/ntpsnmpd/invoke-ntpsnmpd.texi
index 908551924..851de56c6 100644
--- a/ntpsnmpd/invoke-ntpsnmpd.texi
+++ b/ntpsnmpd/invoke-ntpsnmpd.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpsnmpd.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:45:51 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:02:26 AM by AutoGen 5.18.5
# From the definitions ntpsnmpd-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/ntpsnmpd/ntpsnmpd-opts.c b/ntpsnmpd/ntpsnmpd-opts.c
index f3b54b1de..594e847f5 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 June 7, 2019 at 12:45:49 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:02:24 AM by AutoGen 5.18.5
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
@@ -61,7 +61,7 @@ extern FILE * option_usage_fp;
* static const strings for ntpsnmpd options
*/
static char const ntpsnmpd_opt_strs[1607] =
-/* 0 */ "ntpsnmpd 4.3.98\n"
+/* 0 */ "ntpsnmpd 4.3.99\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -101,14 +101,14 @@ static char const ntpsnmpd_opt_strs[1607] =
/* 1413 */ "no-load-opts\0"
/* 1426 */ "no\0"
/* 1429 */ "NTPSNMPD\0"
-/* 1438 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.98\n"
+/* 1438 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.99\n"
"Usage: %s [ - [] | --[{=| }] ]...\n\0"
/* 1540 */ "$HOME\0"
/* 1546 */ ".\0"
/* 1548 */ ".ntprc\0"
/* 1555 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 1589 */ "\n\0"
-/* 1591 */ "ntpsnmpd 4.3.98";
+/* 1591 */ "ntpsnmpd 4.3.99";
/**
* nofork option description:
@@ -554,7 +554,7 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via ntpsnmpdOptions.pzCopyright */
- puts(_("ntpsnmpd 4.3.98\n\
+ puts(_("ntpsnmpd 4.3.99\n\
Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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\
@@ -599,14 +599,14 @@ implied warranty.\n"));
puts(_("load options from a config file"));
/* referenced via ntpsnmpdOptions.pzUsageTitle */
- puts(_("ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.98\n\
+ puts(_("ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.99\n\
Usage: %s [ - [] | --[{=| }] ]...\n"));
/* referenced via ntpsnmpdOptions.pzExplain */
puts(_("\n"));
/* referenced via ntpsnmpdOptions.pzFullVersion */
- puts(_("ntpsnmpd 4.3.98"));
+ puts(_("ntpsnmpd 4.3.99"));
/* referenced via ntpsnmpdOptions.pzFullUsage */
puts(_("<<>>"));
diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h
index b7c7eb4ca..5c2fb3fb2 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 June 7, 2019 at 12:45:49 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:02:24 AM by AutoGen 5.18.5
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
@@ -76,9 +76,9 @@ typedef enum {
/** count of all options for ntpsnmpd */
#define OPTION_CT 8
/** ntpsnmpd version */
-#define NTPSNMPD_VERSION "4.3.98"
+#define NTPSNMPD_VERSION "4.3.99"
/** Full ntpsnmpd version text */
-#define NTPSNMPD_FULL_VERSION "ntpsnmpd 4.3.98"
+#define NTPSNMPD_FULL_VERSION "ntpsnmpd 4.3.99"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
diff --git a/ntpsnmpd/ntpsnmpd.1ntpsnmpdman b/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
index 7104c21ba..ce0f6bae2 100644
--- a/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
+++ b/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsnmpd 1ntpsnmpdman "07 Jun 2019" "4.3.98" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "07 Jun 2019" "4.3.99" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:53 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:28 AM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc b/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
index 7f7ee6696..d187f5ca8 100644
--- a/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
+++ b/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:50 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:25 AM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpsnmpd/ntpsnmpd.html b/ntpsnmpd/ntpsnmpd.html
index 323204f0c..7e9ab0bc4 100644
--- a/ntpsnmpd/ntpsnmpd.html
+++ b/ntpsnmpd/ntpsnmpd.html
@@ -71,7 +71,7 @@ Next: ntpsnmpd Descript
The ntpsnmpd utility program is used to monitor NTP daemon ntpd
operations and determine performance. It uses the standard NTP mode 6 control
-This document applies to version 4.3.98 of ntpsnmpd.
+
This document applies to version 4.3.99 of ntpsnmpd.
• ntpsnmpd Description: Description
diff --git a/ntpsnmpd/ntpsnmpd.man.in b/ntpsnmpd/ntpsnmpd.man.in
index 7bad95c73..3f5124209 100644
--- a/ntpsnmpd/ntpsnmpd.man.in
+++ b/ntpsnmpd/ntpsnmpd.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsnmpd @NTPSNMPD_MS@ "07 Jun 2019" "4.3.98" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "07 Jun 2019" "4.3.99" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:53 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:28 AM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpsnmpd/ntpsnmpd.mdoc.in b/ntpsnmpd/ntpsnmpd.mdoc.in
index aecb409e5..e9069ec4d 100644
--- a/ntpsnmpd/ntpsnmpd.mdoc.in
+++ b/ntpsnmpd/ntpsnmpd.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:50 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:25 AM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/packageinfo.sh b/packageinfo.sh
index d9274b7df..3ecd6af4d 100644
--- a/packageinfo.sh
+++ b/packageinfo.sh
@@ -87,7 +87,7 @@ CLTAG=NTP_4_2_0
# - Numeric values increment
# - empty 'increments' to 0 for dev, 1 for stable
# - NEW 'increments' to empty
-point=98
+point=99
### betapoint is normally modified by script.
# ntp-stable Beta number (betapoint)
diff --git a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman
index 3fa7f953b..9c1131927 100644
--- a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman
+++ b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH calc_tickadj 1calc_tickadjman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH calc_tickadj 1calc_tickadjman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:03 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:52 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc
index a9bea8706..f6e948b34 100644
--- a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc
+++ b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (calc_tickadj-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:05 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:53 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/calc_tickadj/calc_tickadj.html b/scripts/calc_tickadj/calc_tickadj.html
index 408056f47..34ab9d2c4 100644
--- a/scripts/calc_tickadj/calc_tickadj.html
+++ b/scripts/calc_tickadj/calc_tickadj.html
@@ -58,7 +58,7 @@ Previous: (dir), Up: calc_tickadj User’s Manual
This document describes the use of the NTP Project’s calc_tickadj program.
-This document applies to version 4.3.98 of calc_tickadj.
+This document applies to version 4.3.99 of calc_tickadj.
Short Table of Contents
diff --git a/scripts/calc_tickadj/calc_tickadj.man.in b/scripts/calc_tickadj/calc_tickadj.man.in
index 3fa7f953b..9c1131927 100644
--- a/scripts/calc_tickadj/calc_tickadj.man.in
+++ b/scripts/calc_tickadj/calc_tickadj.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH calc_tickadj 1calc_tickadjman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH calc_tickadj 1calc_tickadjman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:03 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:52 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/calc_tickadj/calc_tickadj.mdoc.in b/scripts/calc_tickadj/calc_tickadj.mdoc.in
index a9bea8706..f6e948b34 100644
--- a/scripts/calc_tickadj/calc_tickadj.mdoc.in
+++ b/scripts/calc_tickadj/calc_tickadj.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (calc_tickadj-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:05 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:53 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/calc_tickadj/invoke-calc_tickadj.texi b/scripts/calc_tickadj/invoke-calc_tickadj.texi
index fe20d0e50..39a8505bd 100644
--- a/scripts/calc_tickadj/invoke-calc_tickadj.texi
+++ b/scripts/calc_tickadj/invoke-calc_tickadj.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-calc_tickadj.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:06 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:02:55 AM by AutoGen 5.18.5
# From the definitions calc_tickadj-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/scripts/invoke-plot_summary.texi b/scripts/invoke-plot_summary.texi
index 45c38e313..af9176066 100644
--- a/scripts/invoke-plot_summary.texi
+++ b/scripts/invoke-plot_summary.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-plot_summary.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:23 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:03:12 AM by AutoGen 5.18.5
# From the definitions plot_summary-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -41,7 +41,7 @@ with a status code of 0.
@exampleindent 0
@example
-plot_summary - plot statistics generated by summary script - Ver. 4.3.98
+plot_summary - plot statistics generated by summary script - Ver. 4.3.99
USAGE: plot_summary [ - [] | --[@{=| @}] ]...
--directory=str Where the summary files are
diff --git a/scripts/invoke-summary.texi b/scripts/invoke-summary.texi
index 49a426fbf..b672a70f3 100644
--- a/scripts/invoke-summary.texi
+++ b/scripts/invoke-summary.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-summary.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:27 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:03:15 AM by AutoGen 5.18.5
# From the definitions summary-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -42,7 +42,7 @@ with a status code of 0.
@exampleindent 0
@example
-summary - compute various stastics from NTP stat files - Ver. 4.3.98
+summary - compute various stastics from NTP stat files - Ver. 4.3.99
USAGE: summary [ - [] | --[@{=| @}] ]...
--directory=str Directory containing stat files
diff --git a/scripts/ntp-wait/invoke-ntp-wait.texi b/scripts/ntp-wait/invoke-ntp-wait.texi
index b4ccc25c2..1a1a7bb5c 100644
--- a/scripts/ntp-wait/invoke-ntp-wait.texi
+++ b/scripts/ntp-wait/invoke-ntp-wait.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntp-wait.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:08 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:02:57 AM by AutoGen 5.18.5
# From the definitions ntp-wait-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -61,7 +61,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.98
+ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.99
USAGE: ntp-wait [ - [] | --[@{=| @}] ]...
-n, --tries=num Number of times to check ntpd
diff --git a/scripts/ntp-wait/ntp-wait-opts b/scripts/ntp-wait/ntp-wait-opts
index f33f48e33..48efaed81 100644
--- a/scripts/ntp-wait/ntp-wait-opts
+++ b/scripts/ntp-wait/ntp-wait-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (ntp-wait-opts)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:07 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:02:56 AM by AutoGen 5.18.5
# From the definitions ntp-wait-opts.def
# and the template file perlopt
@@ -40,7 +40,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.98
+ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.99
USAGE: ntp-wait [ - [] | --[{=| }] ]...
-n, --tries=num Number of times to check ntpd
diff --git a/scripts/ntp-wait/ntp-wait.1ntp-waitman b/scripts/ntp-wait/ntp-wait.1ntp-waitman
index 69a1cb031..0f3d56468 100644
--- a/scripts/ntp-wait/ntp-wait.1ntp-waitman
+++ b/scripts/ntp-wait/ntp-wait.1ntp-waitman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-wait 1ntp-waitman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH ntp-wait 1ntp-waitman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:10 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:59 AM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc b/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc
index 64b253682..c073f9c28 100644
--- a/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc
+++ b/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:07 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:56 AM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/ntp-wait/ntp-wait.html b/scripts/ntp-wait/ntp-wait.html
index a65ad7593..d90c8fc95 100644
--- a/scripts/ntp-wait/ntp-wait.html
+++ b/scripts/ntp-wait/ntp-wait.html
@@ -68,7 +68,7 @@ until the system’s time has stabilized and synchronized,
and only then start any applicaitons (like database servers) that require
accurate and stable time.
-This document applies to version 4.3.98 of ntp-wait.
+
This document applies to version 4.3.99 of ntp-wait.
Short Table of Contents
@@ -159,7 +159,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.98
+ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.99
USAGE: ntp-wait [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
-n, --tries=num Number of times to check ntpd
diff --git a/scripts/ntp-wait/ntp-wait.man.in b/scripts/ntp-wait/ntp-wait.man.in
index 7ea082169..33dccc556 100644
--- a/scripts/ntp-wait/ntp-wait.man.in
+++ b/scripts/ntp-wait/ntp-wait.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-wait @NTP_WAIT_MS@ "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:10 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:59 AM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntp-wait/ntp-wait.mdoc.in b/scripts/ntp-wait/ntp-wait.mdoc.in
index f088cc39c..b54ca2323 100644
--- a/scripts/ntp-wait/ntp-wait.mdoc.in
+++ b/scripts/ntp-wait/ntp-wait.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:07 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:56 AM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/ntpsweep/invoke-ntpsweep.texi b/scripts/ntpsweep/invoke-ntpsweep.texi
index 29bde0cb7..584ec263a 100644
--- a/scripts/ntpsweep/invoke-ntpsweep.texi
+++ b/scripts/ntpsweep/invoke-ntpsweep.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpsweep.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:11 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:03:00 AM by AutoGen 5.18.5
# From the definitions ntpsweep-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -45,7 +45,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntpsweep - Print various informations about given ntp servers - Ver. 4.3.98
+ntpsweep - Print various informations about given ntp servers - Ver. 4.3.99
USAGE: ntpsweep [ - [] | --[@{=| @}] ]... [hostfile]
-l, --host-list=str Host to execute actions on
diff --git a/scripts/ntpsweep/ntpsweep-opts b/scripts/ntpsweep/ntpsweep-opts
index 2341ac210..bdc52662d 100644
--- a/scripts/ntpsweep/ntpsweep-opts
+++ b/scripts/ntpsweep/ntpsweep-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (ntpsweep-opts)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:11 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:03:00 AM by AutoGen 5.18.5
# From the definitions ntpsweep-opts.def
# and the template file perlopt
@@ -43,7 +43,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-ntpsweep - Print various informations about given ntp servers - Ver. 4.3.98
+ntpsweep - Print various informations about given ntp servers - Ver. 4.3.99
USAGE: ntpsweep [ - [] | --[{=| }] ]... [hostfile]
-l, --host-list=str Host to execute actions on
diff --git a/scripts/ntpsweep/ntpsweep.1ntpsweepman b/scripts/ntpsweep/ntpsweep.1ntpsweepman
index 75a4f233b..5c8f71848 100644
--- a/scripts/ntpsweep/ntpsweep.1ntpsweepman
+++ b/scripts/ntpsweep/ntpsweep.1ntpsweepman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsweep 1ntpsweepman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH ntpsweep 1ntpsweepman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:14 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:03 AM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc b/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc
index 71bde923e..33472d3e2 100644
--- a/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc
+++ b/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsweep-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:13 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:02 AM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/ntpsweep/ntpsweep.html b/scripts/ntpsweep/ntpsweep.html
index b453592e7..7dab168d2 100644
--- a/scripts/ntpsweep/ntpsweep.html
+++ b/scripts/ntpsweep/ntpsweep.html
@@ -59,7 +59,7 @@ Previous: (dir), Up: This document describes the use of the NTP Project’s ntpsweep program.
-This document applies to version 4.3.98 of ntpsweep.
+
This document applies to version 4.3.99 of ntpsweep.
Short Table of Contents
@@ -134,7 +134,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntpsweep - Print various informations about given ntp servers - Ver. 4.3.98
+ntpsweep - Print various informations about given ntp servers - Ver. 4.3.99
USAGE: ntpsweep [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [hostfile]
-l, --host-list=str Host to execute actions on
diff --git a/scripts/ntpsweep/ntpsweep.man.in b/scripts/ntpsweep/ntpsweep.man.in
index 75a4f233b..5c8f71848 100644
--- a/scripts/ntpsweep/ntpsweep.man.in
+++ b/scripts/ntpsweep/ntpsweep.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsweep 1ntpsweepman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH ntpsweep 1ntpsweepman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:14 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:03 AM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntpsweep/ntpsweep.mdoc.in b/scripts/ntpsweep/ntpsweep.mdoc.in
index 71bde923e..33472d3e2 100644
--- a/scripts/ntpsweep/ntpsweep.mdoc.in
+++ b/scripts/ntpsweep/ntpsweep.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsweep-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:13 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:02 AM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/ntptrace/invoke-ntptrace.texi b/scripts/ntptrace/invoke-ntptrace.texi
index f0fafab54..f8ac80cb1 100644
--- a/scripts/ntptrace/invoke-ntptrace.texi
+++ b/scripts/ntptrace/invoke-ntptrace.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntptrace.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:16 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:03:05 AM by AutoGen 5.18.5
# From the definitions ntptrace-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -62,7 +62,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntptrace - Trace peers of an NTP server - Ver. 4.3.98
+ntptrace - Trace peers of an NTP server - Ver. 4.3.99
USAGE: ntptrace [ - [] | --[@{=| @}] ]... [host]
-n, --numeric Print IP addresses instead of hostnames
diff --git a/scripts/ntptrace/ntptrace-opts b/scripts/ntptrace/ntptrace-opts
index 64ff2e9d5..e39a68aed 100644
--- a/scripts/ntptrace/ntptrace-opts
+++ b/scripts/ntptrace/ntptrace-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (ntptrace-opts)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:15 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:03:04 AM by AutoGen 5.18.5
# From the definitions ntptrace-opts.def
# and the template file perlopt
@@ -40,7 +40,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-ntptrace - Trace peers of an NTP server - Ver. 4.3.98
+ntptrace - Trace peers of an NTP server - Ver. 4.3.99
USAGE: ntptrace [ - [] | --[{=| }] ]... [host]
-n, --numeric Print IP addresses instead of hostnames
diff --git a/scripts/ntptrace/ntptrace.1ntptraceman b/scripts/ntptrace/ntptrace.1ntptraceman
index 7de009a16..9e8b9a19d 100644
--- a/scripts/ntptrace/ntptrace.1ntptraceman
+++ b/scripts/ntptrace/ntptrace.1ntptraceman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntptrace 1ntptraceman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH ntptrace 1ntptraceman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:18 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:07 AM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntptrace/ntptrace.1ntptracemdoc b/scripts/ntptrace/ntptrace.1ntptracemdoc
index 00d3b8665..48b872fbe 100644
--- a/scripts/ntptrace/ntptrace.1ntptracemdoc
+++ b/scripts/ntptrace/ntptrace.1ntptracemdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntptrace-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:15 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:04 AM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/ntptrace/ntptrace.html b/scripts/ntptrace/ntptrace.html
index 3b01cfdc2..cdf971fe6 100644
--- a/scripts/ntptrace/ntptrace.html
+++ b/scripts/ntptrace/ntptrace.html
@@ -59,7 +59,7 @@ Previous: (dir), Up: Simple Network Time Protocol User Manual
This document describes the use of the NTP Project’s ntptrace program.
-This document applies to version 4.3.98 of ntptrace.
+This document applies to version 4.3.99 of ntptrace.
Short Table of Contents
@@ -150,7 +150,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntptrace - Trace peers of an NTP server - Ver. 4.3.98
+ntptrace - Trace peers of an NTP server - Ver. 4.3.99
USAGE: ntptrace [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [host]
-n, --numeric Print IP addresses instead of hostnames
diff --git a/scripts/ntptrace/ntptrace.man.in b/scripts/ntptrace/ntptrace.man.in
index 03fda7c18..33fa1dafa 100644
--- a/scripts/ntptrace/ntptrace.man.in
+++ b/scripts/ntptrace/ntptrace.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntptrace @NTPTRACE_MS@ "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH ntptrace @NTPTRACE_MS@ "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:18 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:07 AM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntptrace/ntptrace.mdoc.in b/scripts/ntptrace/ntptrace.mdoc.in
index a47a528c5..977c2972c 100644
--- a/scripts/ntptrace/ntptrace.mdoc.in
+++ b/scripts/ntptrace/ntptrace.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntptrace-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:15 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:04 AM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/plot_summary-opts b/scripts/plot_summary-opts
index 020982e43..2879a52e6 100644
--- a/scripts/plot_summary-opts
+++ b/scripts/plot_summary-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (plot_summary-opts)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:23 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:03:12 AM by AutoGen 5.18.5
# From the definitions plot_summary-opts.def
# and the template file perlopt
@@ -46,7 +46,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-plot_summary - plot statistics generated by summary script - Ver. 4.3.98
+plot_summary - plot statistics generated by summary script - Ver. 4.3.99
USAGE: plot_summary [ - [] | --[{=| }] ]...
--directory=str Where the summary files are
diff --git a/scripts/plot_summary.1plot_summaryman b/scripts/plot_summary.1plot_summaryman
index bc0147149..f1cc8520e 100644
--- a/scripts/plot_summary.1plot_summaryman
+++ b/scripts/plot_summary.1plot_summaryman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH plot_summary 1plot_summaryman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH plot_summary 1plot_summaryman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:24 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:13 AM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/plot_summary.1plot_summarymdoc b/scripts/plot_summary.1plot_summarymdoc
index 60681a562..58b4406f1 100644
--- a/scripts/plot_summary.1plot_summarymdoc
+++ b/scripts/plot_summary.1plot_summarymdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (plot_summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:25 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:14 AM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/plot_summary.html b/scripts/plot_summary.html
index 9f1623705..701795184 100644
--- a/scripts/plot_summary.html
+++ b/scripts/plot_summary.html
@@ -59,7 +59,7 @@ Previous: (dir), Up: Plot_summary User Manual
This document describes the use of the NTP Project’s plot_summary program.
-This document applies to version 4.3.98 of plot_summary.
+This document applies to version 4.3.99 of plot_summary.
Short Table of Contents
@@ -131,7 +131,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-plot_summary - plot statistics generated by summary script - Ver. 4.3.98
+plot_summary - plot statistics generated by summary script - Ver. 4.3.99
USAGE: plot_summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
--directory=str Where the summary files are
diff --git a/scripts/plot_summary.man.in b/scripts/plot_summary.man.in
index bc0147149..f1cc8520e 100644
--- a/scripts/plot_summary.man.in
+++ b/scripts/plot_summary.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH plot_summary 1plot_summaryman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH plot_summary 1plot_summaryman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:24 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:13 AM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/plot_summary.mdoc.in b/scripts/plot_summary.mdoc.in
index 60681a562..58b4406f1 100644
--- a/scripts/plot_summary.mdoc.in
+++ b/scripts/plot_summary.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (plot_summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:25 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:14 AM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/summary-opts b/scripts/summary-opts
index c3dfdf3f3..4dc0d4617 100644
--- a/scripts/summary-opts
+++ b/scripts/summary-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (summary-opts)
#
-# It has been AutoGen-ed June 7, 2019 at 12:58:23 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:03:12 AM by AutoGen 5.18.5
# From the definitions summary-opts.def
# and the template file perlopt
@@ -44,7 +44,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-summary - compute various stastics from NTP stat files - Ver. 4.3.98
+summary - compute various stastics from NTP stat files - Ver. 4.3.99
USAGE: summary [ - [] | --[{=| }] ]...
--directory=str Directory containing stat files
diff --git a/scripts/summary.1summaryman b/scripts/summary.1summaryman
index 91049a8f5..addffd407 100644
--- a/scripts/summary.1summaryman
+++ b/scripts/summary.1summaryman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH summary 1summaryman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH summary 1summaryman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:28 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:17 AM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/summary.1summarymdoc b/scripts/summary.1summarymdoc
index 75c86d716..2b8ffebe3 100644
--- a/scripts/summary.1summarymdoc
+++ b/scripts/summary.1summarymdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:29 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:18 AM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/summary.html b/scripts/summary.html
index 19dbea3ae..77759e2bf 100644
--- a/scripts/summary.html
+++ b/scripts/summary.html
@@ -59,7 +59,7 @@ Previous: (dir), Up: Summary User Manual
This document describes the use of the NTP Project’s summary program.
-This document applies to version 4.3.98 of summary.
+This document applies to version 4.3.99 of summary.
Short Table of Contents
@@ -131,7 +131,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-summary - compute various stastics from NTP stat files - Ver. 4.3.98
+summary - compute various stastics from NTP stat files - Ver. 4.3.99
USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
--directory=str Directory containing stat files
diff --git a/scripts/summary.man.in b/scripts/summary.man.in
index 91049a8f5..addffd407 100644
--- a/scripts/summary.man.in
+++ b/scripts/summary.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH summary 1summaryman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH summary 1summaryman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:28 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:17 AM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/summary.mdoc.in b/scripts/summary.mdoc.in
index 75c86d716..2b8ffebe3 100644
--- a/scripts/summary.mdoc.in
+++ b/scripts/summary.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:58:29 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:18 AM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/update-leap/invoke-update-leap.texi b/scripts/update-leap/invoke-update-leap.texi
index 0d0fbbe89..6c9a18c50 100644
--- a/scripts/update-leap/invoke-update-leap.texi
+++ b/scripts/update-leap/invoke-update-leap.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-update-leap.texi)
#
-# It has been AutoGen-ed February 20, 2019 at 05:04:22 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:03:09 AM by AutoGen 5.18.5
# From the definitions update-leap-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/scripts/update-leap/update-leap-opts b/scripts/update-leap/update-leap-opts
index 6074aa7a1..74e36e2ee 100644
--- a/scripts/update-leap/update-leap-opts
+++ b/scripts/update-leap/update-leap-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (update-leap-opts)
#
-# It has been AutoGen-ed February 20, 2019 at 05:04:25 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:03:12 AM by AutoGen 5.18.5
# From the definitions update-leap-opts.def
# and the template file perlopt
@@ -46,7 +46,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-update-leap - leap-seconds file manager/updater - Ver. 4.2.8p13
+update-leap - leap-seconds file manager/updater - Ver. 4.3.99
USAGE: update-leap [ - [] | --[{=| }] ]...
-s, --source-url=str The URL of the master copy of the leapseconds file
diff --git a/scripts/update-leap/update-leap.1update-leapman b/scripts/update-leap/update-leap.1update-leapman
index 33aa4f665..c351d6dcd 100644
--- a/scripts/update-leap/update-leap.1update-leapman
+++ b/scripts/update-leap/update-leap.1update-leapman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH update-leap 1update-leapman "20 Feb 2019" "ntp (4.2.8p13)" "User Commands"
+.TH update-leap 1update-leapman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed February 20, 2019 at 05:04:24 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:10 AM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/update-leap/update-leap.1update-leapmdoc b/scripts/update-leap/update-leap.1update-leapmdoc
index fe1a16472..fac4b0f8b 100644
--- a/scripts/update-leap/update-leap.1update-leapmdoc
+++ b/scripts/update-leap/update-leap.1update-leapmdoc
@@ -1,9 +1,9 @@
-.Dd February 20 2019
+.Dd June 7 2019
.Dt UPDATE_LEAP 1update-leapmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (update-leap-opts.mdoc)
.\"
-.\" It has been AutoGen-ed February 20, 2019 at 09:57:38 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:08 AM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/update-leap/update-leap.html b/scripts/update-leap/update-leap.html
index becb66888..68d7aa2a2 100644
--- a/scripts/update-leap/update-leap.html
+++ b/scripts/update-leap/update-leap.html
@@ -59,7 +59,7 @@ Previous: (dir), Up: This document describes the use of the NTP Project’s update-leap program.
-This document applies to version 4.2.8p13 of update-leap.
+
This document applies to version 4.3.99 of update-leap.
Short Table of Contents
diff --git a/scripts/update-leap/update-leap.man.in b/scripts/update-leap/update-leap.man.in
index 33aa4f665..c351d6dcd 100644
--- a/scripts/update-leap/update-leap.man.in
+++ b/scripts/update-leap/update-leap.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH update-leap 1update-leapman "20 Feb 2019" "ntp (4.2.8p13)" "User Commands"
+.TH update-leap 1update-leapman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed February 20, 2019 at 05:04:24 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:10 AM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/update-leap/update-leap.mdoc.in b/scripts/update-leap/update-leap.mdoc.in
index fe1a16472..fac4b0f8b 100644
--- a/scripts/update-leap/update-leap.mdoc.in
+++ b/scripts/update-leap/update-leap.mdoc.in
@@ -1,9 +1,9 @@
-.Dd February 20 2019
+.Dd June 7 2019
.Dt UPDATE_LEAP 1update-leapmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (update-leap-opts.mdoc)
.\"
-.\" It has been AutoGen-ed February 20, 2019 at 09:57:38 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:03:08 AM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/sntp/invoke-sntp.texi b/sntp/invoke-sntp.texi
index d1297ba5c..56a811efa 100644
--- a/sntp/invoke-sntp.texi
+++ b/sntp/invoke-sntp.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-sntp.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:44:30 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:01:04 AM by AutoGen 5.18.5
# From the definitions sntp-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -101,7 +101,7 @@ with a status code of 0.
@exampleindent 0
@example
-sntp - standard Simple Network Time Protocol client program - Ver. 4.3.98
+sntp - standard Simple Network Time Protocol client program - Ver. 4.3.99
Usage: sntp [ - [] | --[@{=| @}] ]... \
[ hostname-or-IP ...]
Flg Arg Option-Name Description
diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c
index 4f53ccda6..469f9a3c6 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 June 7, 2019 at 12:44:26 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:01:00 AM by AutoGen 5.18.5
* From the definitions sntp-opts.def
* and the template file options
*
@@ -70,7 +70,7 @@ extern FILE * option_usage_fp;
* static const strings for sntp options
*/
static char const sntp_opt_strs[2560] =
-/* 0 */ "sntp 4.3.98\n"
+/* 0 */ "sntp 4.3.99\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -156,7 +156,7 @@ static char const sntp_opt_strs[2560] =
/* 2311 */ "LOAD_OPTS\0"
/* 2321 */ "no-load-opts\0"
/* 2334 */ "SNTP\0"
-/* 2339 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.3.98\n"
+/* 2339 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.3.99\n"
"Usage: %s [ - [] | --[{=| }] ]... \\\n"
"\t\t[ hostname-or-IP ...]\n\0"
/* 2497 */ "$HOME\0"
@@ -164,7 +164,7 @@ static char const sntp_opt_strs[2560] =
/* 2505 */ ".ntprc\0"
/* 2512 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 2546 */ "\n\0"
-/* 2548 */ "sntp 4.3.98";
+/* 2548 */ "sntp 4.3.99";
/**
* ipv4 option description with
@@ -1176,7 +1176,7 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via sntpOptions.pzCopyright */
- puts(_("sntp 4.3.98\n\
+ puts(_("sntp 4.3.99\n\
Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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\
@@ -1266,7 +1266,7 @@ implied warranty.\n"));
puts(_("load options from a config file"));
/* referenced via sntpOptions.pzUsageTitle */
- puts(_("sntp - standard Simple Network Time Protocol client program - Ver. 4.3.98\n\
+ puts(_("sntp - standard Simple Network Time Protocol client program - Ver. 4.3.99\n\
Usage: %s [ - [] | --[{=| }] ]... \\\n\
\t\t[ hostname-or-IP ...]\n"));
@@ -1274,7 +1274,7 @@ Usage: %s [ - [] | --[{=| }] ]... \\\n\
puts(_("\n"));
/* referenced via sntpOptions.pzFullVersion */
- puts(_("sntp 4.3.98"));
+ puts(_("sntp 4.3.99"));
/* referenced via sntpOptions.pzFullUsage */
puts(_("<<>>"));
diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h
index 1b96b220b..d334777da 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 June 7, 2019 at 12:44:26 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:01:00 AM by AutoGen 5.18.5
* From the definitions sntp-opts.def
* and the template file options
*
@@ -91,9 +91,9 @@ typedef enum {
/** count of all options for sntp */
#define OPTION_CT 23
/** sntp version */
-#define SNTP_VERSION "4.3.98"
+#define SNTP_VERSION "4.3.99"
/** Full sntp version text */
-#define SNTP_FULL_VERSION "sntp 4.3.98"
+#define SNTP_FULL_VERSION "sntp 4.3.99"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
diff --git a/sntp/sntp.1sntpman b/sntp/sntp.1sntpman
index 593276891..0df4dd00c 100644
--- a/sntp/sntp.1sntpman
+++ b/sntp/sntp.1sntpman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH sntp 1sntpman "07 Jun 2019" "4.3.98" "User Commands"
+.TH sntp 1sntpman "07 Jun 2019" "4.3.99" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:44:31 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:01:05 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/sntp/sntp.1sntpmdoc b/sntp/sntp.1sntpmdoc
index 527f5d0a7..2fa865785 100644
--- a/sntp/sntp.1sntpmdoc
+++ b/sntp/sntp.1sntpmdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:44:28 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:01:02 AM by AutoGen 5.18.5
.\" 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 1eafe9e92..7acf78873 100644
--- a/sntp/sntp.html
+++ b/sntp/sntp.html
@@ -64,7 +64,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.3.98 of sntp.
+
This document applies to version 4.3.99 of sntp.
The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
IETF specification.
@@ -243,7 +243,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-sntp - standard Simple Network Time Protocol client program - Ver. 4.3.98
+sntp - standard Simple Network Time Protocol client program - Ver. 4.3.99
Usage: sntp [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
[ hostname-or-IP ...]
Flg Arg Option-Name Description
diff --git a/sntp/sntp.man.in b/sntp/sntp.man.in
index 7f3fabd5f..42632492c 100644
--- a/sntp/sntp.man.in
+++ b/sntp/sntp.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH sntp @SNTP_MS@ "07 Jun 2019" "4.3.98" "User Commands"
+.TH sntp @SNTP_MS@ "07 Jun 2019" "4.3.99" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:44:31 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:01:05 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/sntp/sntp.mdoc.in b/sntp/sntp.mdoc.in
index 2b72dad6c..d3b724aea 100644
--- a/sntp/sntp.mdoc.in
+++ b/sntp/sntp.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:44:28 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:01:02 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/util/invoke-ntp-keygen.texi b/util/invoke-ntp-keygen.texi
index 6a6189a72..bb7f74cea 100644
--- a/util/invoke-ntp-keygen.texi
+++ b/util/invoke-ntp-keygen.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntp-keygen.texi)
#
-# It has been AutoGen-ed June 7, 2019 at 12:45:58 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 02:02:33 AM by AutoGen 5.18.5
# From the definitions ntp-keygen-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -1056,7 +1056,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.98
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.99
Usage: ntp-keygen [ - [] | --[@{=| @}] ]...
Flg Arg Option-Name Description
-b Num imbits identity modulus bits
diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c
index 58ea5c5e4..69e50add7 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 June 7, 2019 at 12:45:54 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:02:29 AM by AutoGen 5.18.5
* From the definitions ntp-keygen-opts.def
* and the template file options
*
@@ -72,7 +72,7 @@ extern FILE * option_usage_fp;
* static const strings for ntp-keygen options
*/
static char const ntp_keygen_opt_strs[2436] =
-/* 0 */ "ntp-keygen (ntp) 4.3.98\n"
+/* 0 */ "ntp-keygen (ntp) 4.3.99\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -165,14 +165,14 @@ static char const ntp_keygen_opt_strs[2436] =
/* 2221 */ "no-load-opts\0"
/* 2234 */ "no\0"
/* 2237 */ "NTP_KEYGEN\0"
-/* 2248 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.98\n"
+/* 2248 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.99\n"
"Usage: %s [ - [] | --[{=| }] ]...\n\0"
/* 2361 */ "$HOME\0"
/* 2367 */ ".\0"
/* 2369 */ ".ntprc\0"
/* 2376 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 2410 */ "\n\0"
-/* 2412 */ "ntp-keygen (ntp) 4.3.98";
+/* 2412 */ "ntp-keygen (ntp) 4.3.99";
/**
* imbits option description:
@@ -1310,7 +1310,7 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via ntp_keygenOptions.pzCopyright */
- puts(_("ntp-keygen (ntp) 4.3.98\n\
+ puts(_("ntp-keygen (ntp) 4.3.99\n\
Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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\
@@ -1409,14 +1409,14 @@ implied warranty.\n"));
puts(_("load options from a config file"));
/* referenced via ntp_keygenOptions.pzUsageTitle */
- puts(_("ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.98\n\
+ puts(_("ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.99\n\
Usage: %s [ - [] | --[{=| }] ]...\n"));
/* referenced via ntp_keygenOptions.pzExplain */
puts(_("\n"));
/* referenced via ntp_keygenOptions.pzFullVersion */
- puts(_("ntp-keygen (ntp) 4.3.98"));
+ puts(_("ntp-keygen (ntp) 4.3.99"));
/* referenced via ntp_keygenOptions.pzFullUsage */
puts(_("<<>>"));
diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h
index e8d9b4700..7cdbb8f23 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 June 7, 2019 at 12:45:54 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 02:02:29 AM by AutoGen 5.18.5
* From the definitions ntp-keygen-opts.def
* and the template file options
*
@@ -94,9 +94,9 @@ typedef enum {
/** count of all options for ntp-keygen */
#define OPTION_CT 26
/** ntp-keygen version */
-#define NTP_KEYGEN_VERSION "4.3.98"
+#define NTP_KEYGEN_VERSION "4.3.99"
/** Full ntp-keygen version text */
-#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.3.98"
+#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.3.99"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
diff --git a/util/ntp-keygen.1ntp-keygenman b/util/ntp-keygen.1ntp-keygenman
index 701fb4426..7d21e8a7f 100644
--- a/util/ntp-keygen.1ntp-keygenman
+++ b/util/ntp-keygen.1ntp-keygenman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-keygen 1ntp-keygenman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:59 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:34 AM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/util/ntp-keygen.1ntp-keygenmdoc b/util/ntp-keygen.1ntp-keygenmdoc
index caf626c42..835bc79bd 100644
--- a/util/ntp-keygen.1ntp-keygenmdoc
+++ b/util/ntp-keygen.1ntp-keygenmdoc
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:56 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:31 AM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/util/ntp-keygen.html b/util/ntp-keygen.html
index 491639268..899040e22 100644
--- a/util/ntp-keygen.html
+++ b/util/ntp-keygen.html
@@ -95,7 +95,7 @@ All other files are in PEM-encoded
printable ASCII format so they can be embedded as MIME attachments in
mail to other sites.
-This document applies to version 4.3.98 of ntp-keygen.
+
This document applies to version 4.3.99 of ntp-keygen.
• Description:
@@ -1267,7 +1267,7 @@ Following the header the keys are entered one per line in the format
where
keyno
-is a positive integer in the range 1-65534;
+is a positive integer in the range 1-65535;
type
is the key type for the message digest algorithm, which in the absence of the
OpenSSL library must be
@@ -1405,7 +1405,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.97
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.98
Usage: ntp-keygen [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
Flg Arg Option-Name Description
-b Num imbits identity modulus bits
diff --git a/util/ntp-keygen.man.in b/util/ntp-keygen.man.in
index e12756b69..dc7647096 100644
--- a/util/ntp-keygen.man.in
+++ b/util/ntp-keygen.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-keygen @NTP_KEYGEN_MS@ "07 Jun 2019" "ntp (4.3.98)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "07 Jun 2019" "ntp (4.3.99)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:59 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:34 AM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/util/ntp-keygen.mdoc.in b/util/ntp-keygen.mdoc.in
index 67f876972..e1be7c242 100644
--- a/util/ntp-keygen.mdoc.in
+++ b/util/ntp-keygen.mdoc.in
@@ -3,7 +3,7 @@
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 7, 2019 at 12:45:56 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 02:02:31 AM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME