diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-20 11:51:05 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-20 11:51:05 +0000 |
| commit | c214a2ec9a30d93432916e5ec99f4e52a3c334ea (patch) | |
| tree | acc8a9cedcba3bc6a4f88b52489fa6ef9fdabb5e | |
| parent | b99c307a21423935df9af6a532033f28b62e2966 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ntp/doc/ntpdc.8 | 37 |
1 files changed, 10 insertions, 27 deletions
diff --git a/usr.sbin/ntp/doc/ntpdc.8 b/usr.sbin/ntp/doc/ntpdc.8 index 1dfb9b6962f0..ffc89424c5c9 100644 --- a/usr.sbin/ntp/doc/ntpdc.8 +++ b/usr.sbin/ntp/doc/ntpdc.8 @@ -558,33 +558,12 @@ as in the .Qq mutlicastclient configuration option with default address. The default for this flag is disable. -.It pll -Enables -the server to adjust its local clock by means of NTP. -If disabled, -the local clock free-runs at its intrinsic time and frequency -offset. -This flag is useful in case the local clock is controlled by -some other device or protocol and -NTP is used only to provide -synchronization to other clients. -In this case, the local clock driver is used. -See the -.Qo -Reference Clock Drivers -.Qc -page -(available as part of the HTML documentation -provided in -.Pa /usr/share/doc/ntp ) -for further information. -The default for this flag is enable. .It monitor Enables the monitoring facility for the .Ic monlist command. The default for this flag is enable. -.Ic pll +.It pll Enables the server to adjust its local clock by means of NTP. If disabled, the local clock free-runs at its intrinsic time and frequency offset. @@ -597,9 +576,13 @@ See the .Qo Reference Clock Drivers .Qc -page for further information. +page +(available as part of the HTML documentation +provided in +.Pa /usr/share/doc/ntp ) +for further information. The default for this flag is enable. -.Ic pps +.It pps Enables the pulse-per-second (PPS) signal when frequency and time is disciplined by the precision time kernel modifications. @@ -610,7 +593,7 @@ A Kernel Model for Precision Timekeeping page for further information. The default for this flag is disable. -.Ic stats +.It stats Enables the statistics facility. See the .Qq Monitoring Support @@ -619,11 +602,11 @@ section of the page for further information. The default for this flag is enable. -.Ic pll_kernel +.It pll_kernel When the precision time kernel modifications are installed, this indicates the kernel controls the clock discipline; otherwise, the daemon controls the clock discipline. -.Ic pps_kernel +.It pps_kernel When the precision time kernel modifications are installed and a pulse-per-second (PPS) signal is available, this indicates the PPS signal controls the clock discipline; |
