Deleted Added
full compact
ntpd.html (293896) ntpd.html (294905)
1<html lang="en">
2<head>
3<title>ntpd: Network Time Protocol (NTP) Daemon User's Manual</title>
4<meta http-equiv="Content-Type" content="text/html">
5<meta name="description" content="ntpd: Network Time Protocol (NTP) Daemon User's Manual">
6<meta name="generator" content="makeinfo 4.7">
7<link title="Top" rel="top" href="#Top">
8<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">

--- 25 unchanged lines hidden (view full) ---

34system clock to remote NTP time servers or local reference clocks.
35It is a complete implementation of NTP version 4 defined by RFC-5905, but
36also retains compatible with version 3 defined by RFC-1305 and versions
371 and 2, defined by RFC-1059 and RFC-1119, respectively.
38The program can operate in any of several modes, including client/server,
39symmetric and broadcast modes, and with both symmetric-key and public-key
40cryptography.
41
1<html lang="en">
2<head>
3<title>ntpd: Network Time Protocol (NTP) Daemon User's Manual</title>
4<meta http-equiv="Content-Type" content="text/html">
5<meta name="description" content="ntpd: Network Time Protocol (NTP) Daemon User's Manual">
6<meta name="generator" content="makeinfo 4.7">
7<link title="Top" rel="top" href="#Top">
8<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">

--- 25 unchanged lines hidden (view full) ---

34system clock to remote NTP time servers or local reference clocks.
35It is a complete implementation of NTP version 4 defined by RFC-5905, but
36also retains compatible with version 3 defined by RFC-1305 and versions
371 and 2, defined by RFC-1059 and RFC-1119, respectively.
38The program can operate in any of several modes, including client/server,
39symmetric and broadcast modes, and with both symmetric-key and public-key
40cryptography.
41
42 <p>This document applies to version 4.2.8p5 of <code>ntpd</code>.
42 <p>This document applies to version 4.2.8p6 of <code>ntpd</code>.
43
44<ul class="menu">
45<li><a accesskey="1" href="#ntpd-Description">ntpd Description</a>: Description
46<li><a accesskey="2" href="#ntpd-Invocation">ntpd Invocation</a>: Invoking ntpd
47<li><a accesskey="3" href="#Usage">Usage</a>: Usage
48</ul>
49
50<div class="node">

--- 164 unchanged lines hidden (view full) ---

215 <p>The text printed is the same whether selected with the <code>help</code> option
216(<span class="option">--help</span>) or the <code>more-help</code> option (<span class="option">--more-help</span>). <code>more-help</code> will print
217the usage text by passing it through a pager program.
218<code>more-help</code> is disabled on platforms without a working
219<code>fork(2)</code> function. The <code>PAGER</code> environment variable is
220used to select the program, defaulting to <span class="file">more</span>. Both will exit
221with a status code of 0.
222
43
44<ul class="menu">
45<li><a accesskey="1" href="#ntpd-Description">ntpd Description</a>: Description
46<li><a accesskey="2" href="#ntpd-Invocation">ntpd Invocation</a>: Invoking ntpd
47<li><a accesskey="3" href="#Usage">Usage</a>: Usage
48</ul>
49
50<div class="node">

--- 164 unchanged lines hidden (view full) ---

215 <p>The text printed is the same whether selected with the <code>help</code> option
216(<span class="option">--help</span>) or the <code>more-help</code> option (<span class="option">--more-help</span>). <code>more-help</code> will print
217the usage text by passing it through a pager program.
218<code>more-help</code> is disabled on platforms without a working
219<code>fork(2)</code> function. The <code>PAGER</code> environment variable is
220used to select the program, defaulting to <span class="file">more</span>. Both will exit
221with a status code of 0.
222
223<pre class="example">ntpd - NTP daemon program - Ver. 4.2.8p4
223<pre class="example">ntpd - NTP daemon program - Ver. 4.2.8p5
224Usage: ntpd [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
225 [ &lt;server1&gt; ... &lt;serverN&gt; ]
226 Flg Arg Option-Name Description
227 -4 no ipv4 Force IPv4 DNS name resolution
228 - prohibits the option 'ipv6'
229 -6 no ipv6 Force IPv6 DNS name resolution
230 - prohibits the option 'ipv4'
231 -a no authreq Require crypto authentication

--- 788 unchanged lines hidden ---
224Usage: ntpd [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
225 [ &lt;server1&gt; ... &lt;serverN&gt; ]
226 Flg Arg Option-Name Description
227 -4 no ipv4 Force IPv4 DNS name resolution
228 - prohibits the option 'ipv6'
229 -6 no ipv6 Force IPv6 DNS name resolution
230 - prohibits the option 'ipv4'
231 -a no authreq Require crypto authentication

--- 788 unchanged lines hidden ---