+(4.3.91) 2016/01/24 Released by Harlan Stenn <stenn@ntp.org>
From ntp-4.2.8p7:
* [Bug 2994] Systems with HAVE_SIGNALED_IO fail to compile. perlinger@ntp.org
* [Bug 2995] Fixes to compile on Windows
#
# EDIT THIS FILE WITH CAUTION (invoke-ntp.conf.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:59:02 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:04:08 PM by AutoGen 5.18.5
# From the definitions ntp.conf.def
# and the template file agtexi-file.tpl
@end ignore
#
# EDIT THIS FILE WITH CAUTION (invoke-ntp.keys.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:59:05 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:04:11 PM by AutoGen 5.18.5
# From the definitions ntp.keys.def
# and the template file agtexi-file.tpl
@end ignore
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpd.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:59:07 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:04:13 PM by AutoGen 5.18.5
# From the definitions ntpd-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-ntpd - NTP daemon program - Ver. 4.3.90
+ntpd - NTP daemon program - Ver. 4.3.91
Usage: ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
[ <server1> ... <serverN> ]
Flg Arg Option-Name Description
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp.conf 5man "20 Jan 2016" "4.3.90" "File Formats"
+.TH ntp.conf 5man "24 Jan 2016" "4.3.91" "File Formats"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-pSa4RQ/ag-BSaWQQ)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-sdaqBh/ag-FdaiAh)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:58:49 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:03:54 PM by AutoGen 5.18.5
.\" From the definitions ntp.conf.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTP_CONF 5mdoc File Formats
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:59:10 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:16 PM by AutoGen 5.18.5
.\" From the definitions ntp.conf.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
<p>This document describes the configuration file for the NTP Project's
<code>ntpd</code> program.
- <p>This document applies to version 4.3.90 of <code>ntp.conf</code>.
+ <p>This document applies to version 4.3.91 of <code>ntp.conf</code>.
<div class="shortcontents">
<h2>Short Contents</h2>
otherwise, should be avoided.
<br><dt><code>dscp</code> <kbd>value</kbd><dd>This option specifies the Differentiated Services Control Point (DSCP) value,
a 6-bit code. The default value is 46, signifying Expedited Forwarding.
-<br><dt><code>enable</code> <code>[auth | bclient | calibrate | kernel | mode7 | monitor | ntp | stats]</code><br><dt><code>disable</code> <code>[auth | bclient | calibrate | kernel | mode7 | monitor | ntp | stats]</code><dd>Provides a way to enable or disable various server options.
+<br><dt><code>enable</code> <code>[auth | bclient | calibrate | kernel | mode7 | monitor | ntp | stats | unpeer_crypto_early | unpeer_crypto_nak_early | unpeer_digest_early]</code><br><dt><code>disable</code> <code>[auth | bclient | calibrate | kernel | mode7 | monitor | ntp | stats | unpeer_crypto_early | unpeer_crypto_nak_early | unpeer_digest_early]</code><dd>Provides a way to enable or disable various server options.
Flags not mentioned are unaffected.
Note that all of these flags
can be controlled remotely using the
section for further information.
The default for this flag is
<code>disable</code>.
+<br><dt><code>unpeer_crypto_early</code><dd>By default, if
+<code>ntpd(1ntpdmdoc)</code>
+receives an autokey packet that fails TEST9,
+a crypto failure,
+the association is immediately cleared.
+This is almost certainly a feature,
+but if, in spite of the current recommendation of not using autokey,
+you are
+.B still
+using autokey
+.B and
+you are seeing this sort of DoS attack
+disabling this flag will delay
+tearing down the association until the reachability counter
+becomes zero.
+You can check your
+<code>peerstats</code>
+file for evidence of any of these attacks.
+The
+default for this flag is
+<code>enable</code>.
+<br><dt><code>unpeer_crypto_nak_early</code><dd>By default, if
+<code>ntpd(1ntpdmdoc)</code>
+receives a crypto-NAK packet that
+passes the duplicate packet and origin timestamp checks
+the association is immediately cleared.
+While this is generally a feature
+as it allows for quick recovery if a server key has changed,
+a properly forged and appropriately delivered crypto-NAK packet
+can be used in a DoS attack.
+If you have active noticable problems with this type of DoS attack
+then you should consider
+disabling this option.
+You can check your
+<code>peerstats</code>
+file for evidence of any of these attacks.
+The
+default for this flag is
+<code>enable</code>.
+<br><dt><code>unpeer_digest_early</code><dd>By default, if
+<code>ntpd(1ntpdmdoc)</code>
+receives what should be an authenticated packet
+that passes other packet sanity checks but
+contains an invalid digest
+the association is immediately cleared.
+While this is generally a feature
+as it allows for quick recovery,
+if this type of packet is carefully forged and sent
+during an appropriate window it can be used for a DoS attack.
+If you have active noticable problems with this type of DoS attack
+then you should consider
+disabling this option.
+You can check your
+<code>peerstats</code>
+file for evidence of any of these attacks.
+The
+default for this flag is
+<code>enable</code>.
</dl>
<br><dt><code>includefile</code> <kbd>includefile</kbd><dd>This command allows additional configuration commands
to be included from a separate file.
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp.conf 5 "20 Jan 2016" "4.3.90" "File Formats"
+.TH ntp.conf 5 "24 Jan 2016" "4.3.91" "File Formats"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-pSa4RQ/ag-BSaWQQ)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-sdaqBh/ag-FdaiAh)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:58:49 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:03:54 PM by AutoGen 5.18.5
.\" From the definitions ntp.conf.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTP_CONF 5 File Formats
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:59:10 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:16 PM by AutoGen 5.18.5
.\" From the definitions ntp.conf.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
-.TH ntp.keys 5man "20 Jan 2016" "4.3.90" "File Formats"
+.TH ntp.keys 5man "24 Jan 2016" "4.3.91" "File Formats"
.\"
.\" EDIT THIS FILE WITH CAUTION (ntp.man)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:58:54 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:00 PM by AutoGen 5.18.5
.\" From the definitions ntp.keys.def
.\" and the template file agman-file.tpl
.Sh NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTP_KEYS 5mdoc File Formats
.Os SunOS 5.10
.\" EDIT THIS FILE WITH CAUTION (ntp.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:59:14 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:19 PM by AutoGen 5.18.5
.\" From the definitions ntp.keys.def
.\" and the template file agmdoc-file.tpl
.Sh NAME
<p>This document describes the symmetric key file for the NTP Project's
<code>ntpd</code> program.
- <p>This document applies to version 4.3.90 of <code>ntp.keys</code>.
+ <p>This document applies to version 4.3.91 of <code>ntp.keys</code>.
<div class="shortcontents">
<h2>Short Contents</h2>
as the configuration file.
Key entries use a fixed format of the form
-<pre class="example"> <kbd>keyno</kbd> <kbd>type</kbd> <kbd>key</kbd>
+<pre class="example"> <kbd>keyno</kbd> <kbd>type</kbd> <kbd>key</kbd> <kbd>opt_IP_list</kbd>
</pre>
<p>where
<kbd>keyno</kbd>
is the message digest algorithm,
and
<kbd>key</kbd>
-is the key itself.
+is the key itself, and
+<kbd>opt_IP_list</kbd>
+is an optional comma-separated list of IPs
+that are allowed to serve time.
+If
+<kbd>opt_IP_list</kbd>
+is empty,
+any properly-authenticated server message will be
+accepted.
<p>The
<kbd>key</kbd>
-.TH ntp.keys 5 "20 Jan 2016" "4.3.90" "File Formats"
+.TH ntp.keys 5 "24 Jan 2016" "4.3.91" "File Formats"
.\"
.\" EDIT THIS FILE WITH CAUTION (ntp.man)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:58:54 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:00 PM by AutoGen 5.18.5
.\" From the definitions ntp.keys.def
.\" and the template file agman-file.tpl
.Sh NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTP_KEYS 5 File Formats
.Os SunOS 5.10
.\" EDIT THIS FILE WITH CAUTION (ntp.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:59:14 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:19 PM by AutoGen 5.18.5
.\" From the definitions ntp.keys.def
.\" and the template file agmdoc-file.tpl
.Sh NAME
/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.c)
*
- * It has been AutoGen-ed January 20, 2016 at 11:56:50 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 12:01:51 PM by AutoGen 5.18.5
* From the definitions ntpd-opts.def
* and the template file options
*
* static const strings for ntpd options
*/
static char const ntpd_opt_strs[3126] =
-/* 0 */ "ntpd 4.3.90\n"
+/* 0 */ "ntpd 4.3.91\n"
"Copyright (C) 1992-2016 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"
/* 2899 */ "output version information and exit\0"
/* 2935 */ "version\0"
/* 2943 */ "NTPD\0"
-/* 2948 */ "ntpd - NTP daemon program - Ver. 4.3.90\n"
+/* 2948 */ "ntpd - NTP daemon program - Ver. 4.3.91\n"
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n"
"\t\t[ <server1> ... <serverN> ]\n\0"
/* 3078 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 3112 */ "\n\0"
-/* 3114 */ "ntpd 4.3.90";
+/* 3114 */ "ntpd 4.3.91";
/**
* ipv4 option description with
translate option names.
*/
/* referenced via ntpdOptions.pzCopyright */
- puts(_("ntpd 4.3.90\n\
+ puts(_("ntpd 4.3.91\n\
Copyright (C) 1992-2016 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\
puts(_("output version information and exit"));
/* referenced via ntpdOptions.pzUsageTitle */
- puts(_("ntpd - NTP daemon program - Ver. 4.3.90\n\
+ puts(_("ntpd - NTP daemon program - Ver. 4.3.91\n\
Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
\t\t[ <server1> ... <serverN> ]\n"));
puts(_("\n"));
/* referenced via ntpdOptions.pzFullVersion */
- puts(_("ntpd 4.3.90"));
+ puts(_("ntpd 4.3.91"));
/* referenced via ntpdOptions.pzFullUsage */
puts(_("<<<NOT-FOUND>>>"));
/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.h)
*
- * It has been AutoGen-ed January 20, 2016 at 11:56:49 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 12:01:50 PM by AutoGen 5.18.5
* From the definitions ntpd-opts.def
* and the template file options
*
/** count of all options for ntpd */
#define OPTION_CT 38
/** ntpd version */
-#define NTPD_VERSION "4.3.90"
+#define NTPD_VERSION "4.3.91"
/** Full ntpd version text */
-#define NTPD_FULL_VERSION "ntpd 4.3.90"
+#define NTPD_FULL_VERSION "ntpd 4.3.91"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpd 1ntpdman "20 Jan 2016" "4.3.90" "User Commands"
+.TH ntpd 1ntpdman "24 Jan 2016" "4.3.91" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-nWaW_R/ag-zWaO.R)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-FEaOUi/ag-SEaGTi)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:58:58 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:04 PM by AutoGen 5.18.5
.\" From the definitions ntpd-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPD 1ntpdmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:59:16 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:21 PM by AutoGen 5.18.5
.\" From the definitions ntpd-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
symmetric and broadcast modes, and with both symmetric-key and public-key
cryptography.
- <p>This document applies to version 4.3.90 of <code>ntpd</code>.
+ <p>This document applies to version 4.3.91 of <code>ntpd</code>.
<ul class="menu">
<li><a accesskey="1" href="#ntpd-Description">ntpd Description</a>: Description
used to select the program, defaulting to <span class="file">more</span>. Both will exit
with a status code of 0.
-<pre class="example">ntpd - NTP daemon program - Ver. 4.3.89
+<pre class="example">ntpd - NTP daemon program - Ver. 4.3.90
Usage: ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
[ <server1> ... <serverN> ]
Flg Arg Option-Name Description
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpd @NTPD_MS@ "20 Jan 2016" "4.3.90" "User Commands"
+.TH ntpd @NTPD_MS@ "24 Jan 2016" "4.3.91" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-nWaW_R/ag-zWaO.R)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-FEaOUi/ag-SEaGTi)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:58:58 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:04 PM by AutoGen 5.18.5
.\" From the definitions ntpd-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPD @NTPD_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:59:16 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:21 PM by AutoGen 5.18.5
.\" From the definitions ntpd-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpdc.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:59:41 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:04:46 PM by AutoGen 5.18.5
# From the definitions ntpdc-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-ntpdc - vendor-specific NTPD control program - Ver. 4.3.90
+ntpdc - vendor-specific NTPD control program - Ver. 4.3.91
Usage: ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 DNS name resolution
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.c)
*
- * It has been AutoGen-ed January 20, 2016 at 11:59:26 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 12:04:32 PM by AutoGen 5.18.5
* From the definitions ntpdc-opts.def
* and the template file options
*
* static const strings for ntpdc options
*/
static char const ntpdc_opt_strs[1908] =
-/* 0 */ "ntpdc 4.3.90\n"
+/* 0 */ "ntpdc 4.3.91\n"
"Copyright (C) 1992-2016 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"
/* 1693 */ "no-load-opts\0"
/* 1706 */ "no\0"
/* 1709 */ "NTPDC\0"
-/* 1715 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.3.90\n"
+/* 1715 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.3.91\n"
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ 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.90";
+/* 1895 */ "ntpdc 4.3.91";
/**
* ipv4 option description with
translate option names.
*/
/* referenced via ntpdcOptions.pzCopyright */
- puts(_("ntpdc 4.3.90\n\
+ puts(_("ntpdc 4.3.91\n\
Copyright (C) 1992-2016 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\
puts(_("load options from a config file"));
/* referenced via ntpdcOptions.pzUsageTitle */
- puts(_("ntpdc - vendor-specific NTPD control program - Ver. 4.3.90\n\
+ puts(_("ntpdc - vendor-specific NTPD control program - Ver. 4.3.91\n\
Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n"));
/* referenced via ntpdcOptions.pzExplain */
puts(_("\n"));
/* referenced via ntpdcOptions.pzFullVersion */
- puts(_("ntpdc 4.3.90"));
+ puts(_("ntpdc 4.3.91"));
/* referenced via ntpdcOptions.pzFullUsage */
puts(_("<<<NOT-FOUND>>>"));
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.h)
*
- * It has been AutoGen-ed January 20, 2016 at 11:59:26 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 12:04:31 PM by AutoGen 5.18.5
* From the definitions ntpdc-opts.def
* and the template file options
*
/** count of all options for ntpdc */
#define OPTION_CT 15
/** ntpdc version */
-#define NTPDC_VERSION "4.3.90"
+#define NTPDC_VERSION "4.3.91"
/** Full ntpdc version text */
-#define NTPDC_FULL_VERSION "ntpdc 4.3.90"
+#define NTPDC_FULL_VERSION "ntpdc 4.3.91"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpdc 1ntpdcman "20 Jan 2016" "4.3.90" "User Commands"
+.TH ntpdc 1ntpdcman "24 Jan 2016" "4.3.91" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-Uvay1T/ag-6vaq0T)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-P8aOKk/ag-18aGJk)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:59:37 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:42 PM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPDC 1ntpdcmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:59:44 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:49 PM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
clock. Run as root, it can correct the system clock to this offset as
well. It can be run as an interactive command or from a cron job.
- <p>This document applies to version 4.3.90 of <code>ntpdc</code>.
+ <p>This document applies to version 4.3.91 of <code>ntpdc</code>.
<p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
IETF specification.
used to select the program, defaulting to <span class="file">more</span>. Both will exit
with a status code of 0.
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.3.90
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.3.91
Usage: ntpdc [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 DNS name resolution
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpdc @NTPDC_MS@ "20 Jan 2016" "4.3.90" "User Commands"
+.TH ntpdc @NTPDC_MS@ "24 Jan 2016" "4.3.91" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-Uvay1T/ag-6vaq0T)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-P8aOKk/ag-18aGJk)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:59:37 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:42 PM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPDC @NTPDC_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:59:44 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:04:49 PM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpq.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 12:00:15 PM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:05:21 PM by AutoGen 5.18.5
# From the definitions ntpq-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-ntpq - standard NTP query program - Ver. 4.3.90
+ntpq - standard NTP query program - Ver. 4.3.91
Usage: ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 DNS name resolution
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.c)
*
- * It has been AutoGen-ed January 20, 2016 at 11:59:47 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 12:04:52 PM by AutoGen 5.18.5
* From the definitions ntpq-opts.def
* and the template file options
*
* static const strings for ntpq options
*/
static char const ntpq_opt_strs[1922] =
-/* 0 */ "ntpq 4.3.90\n"
+/* 0 */ "ntpq 4.3.91\n"
"Copyright (C) 1992-2016 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"
/* 1722 */ "no-load-opts\0"
/* 1735 */ "no\0"
/* 1738 */ "NTPQ\0"
-/* 1743 */ "ntpq - standard NTP query program - Ver. 4.3.90\n"
+/* 1743 */ "ntpq - standard NTP query program - Ver. 4.3.91\n"
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n\0"
/* 1861 */ "$HOME\0"
/* 1867 */ ".\0"
/* 1869 */ ".ntprc\0"
/* 1876 */ "http://bugs.ntp.org, bugs@ntp.org\0"
-/* 1910 */ "ntpq 4.3.90";
+/* 1910 */ "ntpq 4.3.91";
/**
* ipv4 option description with
translate option names.
*/
/* referenced via ntpqOptions.pzCopyright */
- puts(_("ntpq 4.3.90\n\
+ puts(_("ntpq 4.3.91\n\
Copyright (C) 1992-2016 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\
puts(_("load options from a config file"));
/* referenced via ntpqOptions.pzUsageTitle */
- puts(_("ntpq - standard NTP query program - Ver. 4.3.90\n\
+ puts(_("ntpq - standard NTP query program - Ver. 4.3.91\n\
Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n"));
/* referenced via ntpqOptions.pzFullVersion */
- puts(_("ntpq 4.3.90"));
+ puts(_("ntpq 4.3.91"));
/* referenced via ntpqOptions.pzFullUsage */
puts(_("<<<NOT-FOUND>>>"));
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.h)
*
- * It has been AutoGen-ed January 20, 2016 at 11:59:46 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 12:04:52 PM by AutoGen 5.18.5
* From the definitions ntpq-opts.def
* and the template file options
*
/** count of all options for ntpq */
#define OPTION_CT 15
/** ntpq version */
-#define NTPQ_VERSION "4.3.90"
+#define NTPQ_VERSION "4.3.91"
/** Full ntpq version text */
-#define NTPQ_FULL_VERSION "ntpq 4.3.90"
+#define NTPQ_FULL_VERSION "ntpq 4.3.91"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpq 1ntpqman "20 Jan 2016" "4.3.90" "User Commands"
+.TH ntpq 1ntpqman "24 Jan 2016" "4.3.91" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-lwaydV/ag-xwaqcV)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-9fayVl/ag-jgaqUl)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:10 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:05:16 PM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPQ 1ntpqmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:17 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:05:23 PM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
and determine the performance of
<code>ntpd</code>, the NTP daemon.
- <p>This document applies to version 4.3.90 of <code>ntpq</code>.
+ <p>This document applies to version 4.3.91 of <code>ntpq</code>.
<ul class="menu">
<li><a accesskey="1" href="#ntpq-Description">ntpq Description</a>
used to select the program, defaulting to <span class="file">more</span>. Both will exit
with a status code of 0.
-<pre class="example">ntpq - standard NTP query program - Ver. 4.3.89
+<pre class="example">ntpq - standard NTP query program - Ver. 4.3.90
Usage: ntpq [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 DNS name resolution
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpq @NTPQ_MS@ "20 Jan 2016" "4.3.90" "User Commands"
+.TH ntpq @NTPQ_MS@ "24 Jan 2016" "4.3.91" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-lwaydV/ag-xwaqcV)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-9fayVl/ag-jgaqUl)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:10 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:05:16 PM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPQ @NTPQ_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:17 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:05:23 PM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpsnmpd.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 12:00:30 PM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:05:37 PM by AutoGen 5.18.5
# From the definitions ntpsnmpd-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.90
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.91
Usage: ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
Flg Arg Option-Name Description
-n no nofork Do not fork
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.c)
*
- * It has been AutoGen-ed January 20, 2016 at 12:00:20 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 12:05:26 PM by AutoGen 5.18.5
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
* static const strings for ntpsnmpd options
*/
static char const ntpsnmpd_opt_strs[1607] =
-/* 0 */ "ntpsnmpd 4.3.90\n"
+/* 0 */ "ntpsnmpd 4.3.91\n"
"Copyright (C) 1992-2016 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"
/* 1413 */ "no-load-opts\0"
/* 1426 */ "no\0"
/* 1429 */ "NTPSNMPD\0"
-/* 1438 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.90\n"
+/* 1438 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.91\n"
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\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.90";
+/* 1591 */ "ntpsnmpd 4.3.91";
/**
* nofork option description:
translate option names.
*/
/* referenced via ntpsnmpdOptions.pzCopyright */
- puts(_("ntpsnmpd 4.3.90\n\
+ puts(_("ntpsnmpd 4.3.91\n\
Copyright (C) 1992-2016 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\
puts(_("load options from a config file"));
/* referenced via ntpsnmpdOptions.pzUsageTitle */
- puts(_("ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.90\n\
+ puts(_("ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.91\n\
Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n"));
/* referenced via ntpsnmpdOptions.pzExplain */
puts(_("\n"));
/* referenced via ntpsnmpdOptions.pzFullVersion */
- puts(_("ntpsnmpd 4.3.90"));
+ puts(_("ntpsnmpd 4.3.91"));
/* referenced via ntpsnmpdOptions.pzFullUsage */
puts(_("<<<NOT-FOUND>>>"));
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h)
*
- * It has been AutoGen-ed January 20, 2016 at 12:00:19 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 12:05:26 PM by AutoGen 5.18.5
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
/** count of all options for ntpsnmpd */
#define OPTION_CT 8
/** ntpsnmpd version */
-#define NTPSNMPD_VERSION "4.3.90"
+#define NTPSNMPD_VERSION "4.3.91"
/** Full ntpsnmpd version text */
-#define NTPSNMPD_FULL_VERSION "ntpsnmpd 4.3.90"
+#define NTPSNMPD_FULL_VERSION "ntpsnmpd 4.3.91"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsnmpd 1ntpsnmpdman "20 Jan 2016" "4.3.90" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "24 Jan 2016" "4.3.91" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-JyaWlW/ag-WyaOkW)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-Hsay3m/ag-Tsaq2m)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:26 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:05:33 PM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:32 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:05:39 PM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
<p>The <code>ntpsnmpd</code> utility program is used to monitor NTP daemon <code>ntpd</code>
operations and determine performance. It uses the standard NTP mode 6 control
- <p>This document applies to version 4.3.90 of <code>ntpsnmpd</code>.
+ <p>This document applies to version 4.3.91 of <code>ntpsnmpd</code>.
<ul class="menu">
<li><a accesskey="1" href="#ntpsnmpd-Description">ntpsnmpd Description</a>: Description
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsnmpd @NTPSNMPD_MS@ "20 Jan 2016" "4.3.90" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "24 Jan 2016" "4.3.91" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-JyaWlW/ag-WyaOkW)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-Hsay3m/ag-Tsaq2m)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:26 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:05:33 PM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:32 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:05:39 PM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
# - Numeric values increment
# - empty 'increments' to 0 for dev, 1 for stable
# - NEW 'increments' to empty
-point=90
+point=91
### betapoint is normally modified by script.
# ntp-stable Beta number (betapoint)
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH calc_tickadj 1calc_tickadjman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH calc_tickadj 1calc_tickadjman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-pQaOgH/ag-CQaWfH)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-iuaGp4/ag-uuaOo4)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:54:47 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 11:59:45 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt CALC_TICKADJ 1calc_tickadjmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (calc_tickadj-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:54:49 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 11:59:47 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
<h2 class="unnumbered">calc_tickadj User's Manual</h2>
<p>This document describes the use of the NTP Project's <code>calc_tickadj</code> program.
-This document applies to version 4.3.90 of <code>calc_tickadj</code>.
+This document applies to version 4.3.91 of <code>calc_tickadj</code>.
<div class="shortcontents">
<h2>Short Contents</h2>
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH calc_tickadj 1calc_tickadjman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH calc_tickadj 1calc_tickadjman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-pQaOgH/ag-CQaWfH)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-iuaGp4/ag-uuaOo4)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:54:47 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 11:59:45 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt CALC_TICKADJ 1calc_tickadjmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (calc_tickadj-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:54:49 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 11:59:47 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
#
# EDIT THIS FILE WITH CAUTION (invoke-calc_tickadj.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:54:51 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 11:59:49 AM by AutoGen 5.18.5
# From the definitions calc_tickadj-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
#
# EDIT THIS FILE WITH CAUTION (invoke-plot_summary.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:37 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:00:36 PM by AutoGen 5.18.5
# From the definitions plot_summary-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-plot_summary - plot statistics generated by summary script - Ver. 4.3.90
+plot_summary - plot statistics generated by summary script - Ver. 4.3.91
USAGE: plot_summary [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
--directory=str Where the summary files are
#
# EDIT THIS FILE WITH CAUTION (invoke-summary.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:43 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:00:42 PM by AutoGen 5.18.5
# From the definitions summary-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-summary - compute various stastics from NTP stat files - Ver. 4.3.90
+summary - compute various stastics from NTP stat files - Ver. 4.3.91
USAGE: summary [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
--directory=str Directory containing stat files
#
# EDIT THIS FILE WITH CAUTION (invoke-ntp-wait.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:00 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 11:59:58 AM by AutoGen 5.18.5
# From the definitions ntp-wait-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.90
+ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.91
USAGE: ntp-wait [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
-n, --tries=num Number of times to check ntpd
# EDIT THIS FILE WITH CAUTION (ntp-wait-opts)
#
-# It has been AutoGen-ed January 20, 2016 at 11:54:55 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 11:59:53 AM by AutoGen 5.18.5
# From the definitions ntp-wait-opts.def
# and the template file perlopt
'help|?', 'more-help'));
$usage = <<'USAGE';
-ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.90
+ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.91
USAGE: ntp-wait [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
-n, --tries=num Number of times to check ntpd
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-wait 1ntp-waitman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH ntp-wait 1ntp-waitman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-z5aWGI/ag-M5a4FI)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-7RaGP5/ag-iSaOO5)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:54:57 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 11:59:55 AM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTP_WAIT 1ntp-waitmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:03 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:01 PM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
and only then start any applicaitons (like database servers) that require
accurate and stable time.
- <p>This document applies to version 4.3.90 of <code>ntp-wait</code>.
+ <p>This document applies to version 4.3.91 of <code>ntp-wait</code>.
<div class="shortcontents">
<h2>Short Contents</h2>
used to select the program, defaulting to <span class="file">more</span>. Both will exit
with a status code of 0.
-<pre class="example">ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.90
+<pre class="example">ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.91
USAGE: ntp-wait [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
-n, --tries=num Number of times to check ntpd
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-wait @NTP_WAIT_MS@ "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-z5aWGI/ag-M5a4FI)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-7RaGP5/ag-iSaOO5)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:54:57 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 11:59:55 AM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:03 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:01 PM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpsweep.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:06 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:00:05 PM by AutoGen 5.18.5
# From the definitions ntpsweep-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-ntpsweep - Print various informations about given ntp servers - Ver. 4.3.90
+ntpsweep - Print various informations about given ntp servers - Ver. 4.3.91
USAGE: ntpsweep [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [hostfile]
-l, --host-list=str Host to execute actions on
# EDIT THIS FILE WITH CAUTION (ntpsweep-opts)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:04 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:00:03 PM by AutoGen 5.18.5
# From the definitions ntpsweep-opts.def
# and the template file perlopt
'help|?', 'more-help'));
$usage = <<'USAGE';
-ntpsweep - Print various informations about given ntp servers - Ver. 4.3.90
+ntpsweep - Print various informations about given ntp servers - Ver. 4.3.91
USAGE: ntpsweep [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [hostfile]
-l, --host-list=str Host to execute actions on
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsweep 1ntpsweepman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH ntpsweep 1ntpsweepman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-2YaW8J/ag-cZa47J)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-eRayLa/ag-rRaGKa)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:08 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:07 PM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPSWEEP 1ntpsweepmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsweep-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:12 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:10 PM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
<p>This document describes the use of the NTP Project's <code>ntpsweep</code> program.
- <p>This document applies to version 4.3.90 of <code>ntpsweep</code>.
+ <p>This document applies to version 4.3.91 of <code>ntpsweep</code>.
<div class="shortcontents">
<h2>Short Contents</h2>
used to select the program, defaulting to <span class="file">more</span>. Both will exit
with a status code of 0.
-<pre class="example">ntpsweep - Print various informations about given ntp servers - Ver. 4.3.90
+<pre class="example">ntpsweep - Print various informations about given ntp servers - Ver. 4.3.91
USAGE: ntpsweep [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [hostfile]
-l, --host-list=str Host to execute actions on
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsweep 1ntpsweepman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH ntpsweep 1ntpsweepman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-2YaW8J/ag-cZa47J)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-eRayLa/ag-rRaGKa)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:08 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:07 PM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPSWEEP 1ntpsweepmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsweep-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:12 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:10 PM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
#
# EDIT THIS FILE WITH CAUTION (invoke-ntptrace.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:20 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:00:18 PM by AutoGen 5.18.5
# From the definitions ntptrace-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-ntptrace - Trace peers of an NTP server - Ver. 4.3.90
+ntptrace - Trace peers of an NTP server - Ver. 4.3.91
USAGE: ntptrace [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [host]
-n, --numeric Print IP addresses instead of hostnames
# EDIT THIS FILE WITH CAUTION (ntptrace-opts)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:14 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:00:12 PM by AutoGen 5.18.5
# From the definitions ntptrace-opts.def
# and the template file perlopt
'help|?', 'more-help'));
$usage = <<'USAGE';
-ntptrace - Trace peers of an NTP server - Ver. 4.3.90
+ntptrace - Trace peers of an NTP server - Ver. 4.3.91
USAGE: ntptrace [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [host]
-n, --numeric Print IP addresses instead of hostnames
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntptrace 1ntptraceman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH ntptrace 1ntptraceman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-HPa4oL/ag-WPaaoL)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-IBaa.b/ag-VBai9b)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:16 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:14 PM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPTRACE 1ntptracemdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntptrace-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:21 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:20 PM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
<h2 class="unnumbered">Simple Network Time Protocol User Manual</h2>
<p>This document describes the use of the NTP Project's <code>ntptrace</code> program.
-This document applies to version 4.3.90 of <code>ntptrace</code>.
+This document applies to version 4.3.91 of <code>ntptrace</code>.
<div class="shortcontents">
<h2>Short Contents</h2>
used to select the program, defaulting to <span class="file">more</span>. Both will exit
with a status code of 0.
-<pre class="example">ntptrace - Trace peers of an NTP server - Ver. 4.3.90
+<pre class="example">ntptrace - Trace peers of an NTP server - Ver. 4.3.91
USAGE: ntptrace [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [host]
-n, --numeric Print IP addresses instead of hostnames
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntptrace @NTPTRACE_MS@ "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH ntptrace @NTPTRACE_MS@ "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-HPa4oL/ag-WPaaoL)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-IBaa.b/ag-VBai9b)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:16 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:14 PM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTPTRACE @NTPTRACE_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntptrace-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:21 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:20 PM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
# EDIT THIS FILE WITH CAUTION (plot_summary-opts)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:33 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:00:32 PM by AutoGen 5.18.5
# From the definitions plot_summary-opts.def
# and the template file perlopt
'help|?', 'more-help'));
$usage = <<'USAGE';
-plot_summary - plot statistics generated by summary script - Ver. 4.3.90
+plot_summary - plot statistics generated by summary script - Ver. 4.3.91
USAGE: plot_summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
--directory=str Where the summary files are
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH plot_summary 1plot_summaryman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH plot_summary 1plot_summaryman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-ysayeO/ag-KsaGdO)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-XtaWZe/ag-.ta4Ye)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:39 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:38 PM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt PLOT_SUMMARY 1plot_summarymdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (plot_summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:41 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:40 PM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
<h2 class="unnumbered">Plot_summary User Manual</h2>
<p>This document describes the use of the NTP Project's <code>plot_summary</code> program.
-This document applies to version 4.3.90 of <code>plot_summary</code>.
+This document applies to version 4.3.91 of <code>plot_summary</code>.
<div class="shortcontents">
<h2>Short Contents</h2>
used to select the program, defaulting to <span class="file">more</span>. Both will exit
with a status code of 0.
-<pre class="example">plot_summary - plot statistics generated by summary script - Ver. 4.3.90
+<pre class="example">plot_summary - plot statistics generated by summary script - Ver. 4.3.91
USAGE: plot_summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
--directory=str Where the summary files are
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH plot_summary 1plot_summaryman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH plot_summary 1plot_summaryman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-ysayeO/ag-KsaGdO)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-XtaWZe/ag-.ta4Ye)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:39 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:38 PM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt PLOT_SUMMARY 1plot_summarymdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (plot_summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:41 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:40 PM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
# EDIT THIS FILE WITH CAUTION (summary-opts)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:35 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:00:34 PM by AutoGen 5.18.5
# From the definitions summary-opts.def
# and the template file perlopt
'help|?', 'more-help'));
$usage = <<'USAGE';
-summary - compute various stastics from NTP stat files - Ver. 4.3.90
+summary - compute various stastics from NTP stat files - Ver. 4.3.91
USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
--directory=str Directory containing stat files
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH summary 1summaryman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH summary 1summaryman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-gNaasO/ag-sNairO)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-IOaybf/ag-VOaGaf)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:45 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:44 PM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt SUMMARY 1summarymdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:46 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:45 PM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
<h2 class="unnumbered">Summary User Manual</h2>
<p>This document describes the use of the NTP Project's <code>summary</code> program.
-This document applies to version 4.3.90 of <code>summary</code>.
+This document applies to version 4.3.91 of <code>summary</code>.
<div class="shortcontents">
<h2>Short Contents</h2>
used to select the program, defaulting to <span class="file">more</span>. Both will exit
with a status code of 0.
-<pre class="example">summary - compute various stastics from NTP stat files - Ver. 4.3.90
+<pre class="example">summary - compute various stastics from NTP stat files - Ver. 4.3.91
USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
--directory=str Directory containing stat files
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH summary 1summaryman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH summary 1summaryman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-gNaasO/ag-sNairO)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-IOaybf/ag-VOaGaf)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:45 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:44 PM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt SUMMARY 1summarymdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:46 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:45 PM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
#
# EDIT THIS FILE WITH CAUTION (invoke-update-leap.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:27 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:00:26 PM by AutoGen 5.18.5
# From the definitions update-leap-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
# EDIT THIS FILE WITH CAUTION (update-leap-opts)
#
-# It has been AutoGen-ed January 20, 2016 at 11:55:33 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:00:32 PM by AutoGen 5.18.5
# From the definitions update-leap-opts.def
# and the template file perlopt
'help|?', 'more-help'));
$usage = <<'USAGE';
-update-leap - leap-seconds file manager/updater - Ver. 4.3.90
+update-leap - leap-seconds file manager/updater - Ver. 4.3.91
USAGE: update-leap [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
-s, --source-url=str The URL of the master copy of the leapseconds file
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH update-leap 1update-leapman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH update-leap 1update-leapman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-9BaGeM/ag-jCaOdM)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-qBaOZc/ag-DBaWYc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:23 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:22 PM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt UPDATE_LEAP 1update-leapmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (update-leap-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:31 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:30 PM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
<p>This document describes the use of the NTP Project's <code>update-leap</code> program.
- <p>This document applies to version 4.3.90 of <code>update-leap</code>.
+ <p>This document applies to version 4.3.91 of <code>update-leap</code>.
<div class="shortcontents">
<h2>Short Contents</h2>
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH update-leap 1update-leapman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH update-leap 1update-leapman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-9BaGeM/ag-jCaOdM)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-qBaOZc/ag-DBaWYc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:23 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:22 PM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt UPDATE_LEAP 1update-leapmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (update-leap-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:55:31 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:00:30 PM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
#
# EDIT THIS FILE WITH CAUTION (invoke-sntp.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 11:51:51 AM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 11:56:38 AM by AutoGen 5.18.5
# From the definitions sntp-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-sntp - standard Simple Network Time Protocol client program - Ver. 4.3.90
+sntp - standard Simple Network Time Protocol client program - Ver. 4.3.91
Usage: sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
[ hostname-or-IP ...]
Flg Arg Option-Name Description
/*
* EDIT THIS FILE WITH CAUTION (sntp-opts.c)
*
- * It has been AutoGen-ed January 20, 2016 at 11:51:17 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 11:55:58 AM by AutoGen 5.18.5
* From the definitions sntp-opts.def
* and the template file options
*
* static const strings for sntp options
*/
static char const sntp_opt_strs[2546] =
-/* 0 */ "sntp 4.3.90\n"
+/* 0 */ "sntp 4.3.91\n"
"Copyright (C) 1992-2016 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"
/* 2297 */ "LOAD_OPTS\0"
/* 2307 */ "no-load-opts\0"
/* 2320 */ "SNTP\0"
-/* 2325 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.3.90\n"
+/* 2325 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.3.91\n"
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n"
"\t\t[ hostname-or-IP ...]\n\0"
/* 2483 */ "$HOME\0"
/* 2491 */ ".ntprc\0"
/* 2498 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 2532 */ "\n\0"
-/* 2534 */ "sntp 4.3.90";
+/* 2534 */ "sntp 4.3.91";
/**
* ipv4 option description with
translate option names.
*/
/* referenced via sntpOptions.pzCopyright */
- puts(_("sntp 4.3.90\n\
+ puts(_("sntp 4.3.91\n\
Copyright (C) 1992-2016 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\
puts(_("load options from a config file"));
/* referenced via sntpOptions.pzUsageTitle */
- puts(_("sntp - standard Simple Network Time Protocol client program - Ver. 4.3.90\n\
+ puts(_("sntp - standard Simple Network Time Protocol client program - Ver. 4.3.91\n\
Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
\t\t[ hostname-or-IP ...]\n"));
puts(_("\n"));
/* referenced via sntpOptions.pzFullVersion */
- puts(_("sntp 4.3.90"));
+ puts(_("sntp 4.3.91"));
/* referenced via sntpOptions.pzFullUsage */
puts(_("<<<NOT-FOUND>>>"));
/*
* EDIT THIS FILE WITH CAUTION (sntp-opts.h)
*
- * It has been AutoGen-ed January 20, 2016 at 11:51:16 AM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 11:55:57 AM by AutoGen 5.18.5
* From the definitions sntp-opts.def
* and the template file options
*
/** count of all options for sntp */
#define OPTION_CT 23
/** sntp version */
-#define SNTP_VERSION "4.3.90"
+#define SNTP_VERSION "4.3.91"
/** Full sntp version text */
-#define SNTP_FULL_VERSION "sntp 4.3.90"
+#define SNTP_FULL_VERSION "sntp 4.3.91"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH sntp 1sntpman "20 Jan 2016" "4.3.90" "User Commands"
+.TH sntp 1sntpman "24 Jan 2016" "4.3.91" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-xQa46n/ag-KQaW5n)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-iKayeL/ag-uKaqdL)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:51:47 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 11:56:34 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt SNTP 1sntpmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:51:54 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 11:56:41 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
clock. Run as root, it can correct the system clock to this offset as
well. It can be run as an interactive command or from a cron job.
- <p>This document applies to version 4.3.90 of <code>sntp</code>.
+ <p>This document applies to version 4.3.91 of <code>sntp</code>.
<p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
IETF specification.
used to select the program, defaulting to <span class="file">more</span>. Both will exit
with a status code of 0.
-<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.3.90
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.3.91
Usage: sntp [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
[ hostname-or-IP ...]
Flg Arg Option-Name Description
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH sntp @SNTP_MS@ "20 Jan 2016" "4.3.90" "User Commands"
+.TH sntp @SNTP_MS@ "24 Jan 2016" "4.3.91" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-xQa46n/ag-KQaW5n)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-iKayeL/ag-uKaqdL)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:51:47 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 11:56:34 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt SNTP @SNTP_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 11:51:54 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 11:56:41 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
#
# EDIT THIS FILE WITH CAUTION (invoke-ntp-keygen.texi)
#
-# It has been AutoGen-ed January 20, 2016 at 12:00:53 PM by AutoGen 5.18.5
+# It has been AutoGen-ed January 24, 2016 at 12:06:01 PM by AutoGen 5.18.5
# From the definitions ntp-keygen-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.90
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.91
Usage: ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
Flg Arg Option-Name Description
-b Num imbits identity modulus bits
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.c)
*
- * It has been AutoGen-ed January 20, 2016 at 12:00:37 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 12:05:46 PM by AutoGen 5.18.5
* From the definitions ntp-keygen-opts.def
* and the template file options
*
* static const strings for ntp-keygen options
*/
static char const ntp_keygen_opt_strs[2416] =
-/* 0 */ "ntp-keygen (ntp) 4.3.90\n"
+/* 0 */ "ntp-keygen (ntp) 4.3.91\n"
"Copyright (C) 1992-2016 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"
/* 2201 */ "no-load-opts\0"
/* 2214 */ "no\0"
/* 2217 */ "NTP_KEYGEN\0"
-/* 2228 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.90\n"
+/* 2228 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.91\n"
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0"
/* 2341 */ "$HOME\0"
/* 2347 */ ".\0"
/* 2349 */ ".ntprc\0"
/* 2356 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 2390 */ "\n\0"
-/* 2392 */ "ntp-keygen (ntp) 4.3.90";
+/* 2392 */ "ntp-keygen (ntp) 4.3.91";
/**
* imbits option description:
translate option names.
*/
/* referenced via ntp_keygenOptions.pzCopyright */
- puts(_("ntp-keygen (ntp) 4.3.90\n\
+ puts(_("ntp-keygen (ntp) 4.3.91\n\
Copyright (C) 1992-2016 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\
puts(_("load options from a config file"));
/* referenced via ntp_keygenOptions.pzUsageTitle */
- puts(_("ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.90\n\
+ puts(_("ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.91\n\
Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n"));
/* referenced via ntp_keygenOptions.pzExplain */
puts(_("\n"));
/* referenced via ntp_keygenOptions.pzFullVersion */
- puts(_("ntp-keygen (ntp) 4.3.90"));
+ puts(_("ntp-keygen (ntp) 4.3.91"));
/* referenced via ntp_keygenOptions.pzFullUsage */
puts(_("<<<NOT-FOUND>>>"));
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h)
*
- * It has been AutoGen-ed January 20, 2016 at 12:00:36 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed January 24, 2016 at 12:05:45 PM by AutoGen 5.18.5
* From the definitions ntp-keygen-opts.def
* and the template file options
*
/** count of all options for ntp-keygen */
#define OPTION_CT 26
/** ntp-keygen version */
-#define NTP_KEYGEN_VERSION "4.3.90"
+#define NTP_KEYGEN_VERSION "4.3.91"
/** Full ntp-keygen version text */
-#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.3.90"
+#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.3.91"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-keygen 1ntp-keygenman "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-sWa4NX/ag-EWaWMX)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-JiaOto/ag-ViaGso)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:48 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:05:57 PM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:55 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:06:04 PM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
printable ASCII format so they can be embedded as MIME attachments in
mail to other sites.
- <p>This document applies to version 4.3.90 of <code>ntp-keygen</code>.
+ <p>This document applies to version 4.3.91 of <code>ntp-keygen</code>.
<div class="node">
<p><hr>
used to select the program, defaulting to <span class="file">more</span>. Both will exit
with a status code of 0.
-<pre class="example">ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.89
+<pre class="example">ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.90
Usage: ntp-keygen [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
Flg Arg Option-Name Description
-b Num imbits identity modulus bits
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-keygen @NTP_KEYGEN_MS@ "20 Jan 2016" "ntp (4.3.90)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "24 Jan 2016" "ntp (4.3.91)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-sWa4NX/ag-EWaWMX)
+.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-JiaOto/ag-ViaGso)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:48 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:05:57 PM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
-.Dd January 20 2016
+.Dd January 24 2016
.Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc)
.\"
-.\" It has been AutoGen-ed January 20, 2016 at 12:00:55 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed January 24, 2016 at 12:06:04 PM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME