[BACK]Return to manual.html CVS log [TXT][DIR] Up to [local] / www / openntpd

File: [local] / www / openntpd / manual.html (download) (as text)

Revision 1.24, Thu Nov 4 01:01:33 2021 UTC (2 years, 6 months ago) by tj
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +4 -4 lines

add section numbers to man page links

<!doctype html>
<html lang=en>
<meta charset=utf-8>

<title>OpenNTPD: Manual Pages</title>
<meta name="description" content="OpenNTPD Manual Pages">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openntpd.org/manual.html">

<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>NTPD</b></a>
Manual Pages
</h2>
<hr>

<p>
Web manual pages are available from
<a href="https://www.openbsd.org/">OpenBSD</a>.
These manual pages reflect the latest development release of OpenNTPD.

<ul>
<li><a href="https://man.openbsd.org/ntpd">ntpd(8)</a>
     &mdash; Network Time Protocol daemon
<li><a href="https://man.openbsd.org/ntpctl">ntpctl(8)</a>
     &mdash; Network Time Protocol query program
<li><a href="https://man.openbsd.org/ntpd.conf">ntpd.conf(5)</a>
     &mdash; Network Time Protocol daemon configuration file
</ul>

<p>
The NTP protocol implemented in OpenNTPD is described in
<a href="https://www.ietf.org/rfc/rfc1305.txt">RFC 1305</a> and
<a href="https://www.ietf.org/rfc/rfc5905.txt">RFC 5905</a>.

<p>
A reference implementation and other documentation of the NTP protocol is available from <a href="https://www.ntp.org/">ntp.org</a>.