View | Details | Raw Unified | Return to bug 17500
Collapse All | Expand All

(-)ntpdc.8 (-27 / +6 lines)
Lines 559-591 Link Here
559
.Qq mutlicastclient
559
.Qq mutlicastclient
560
configuration option with default address.
560
configuration option with default address.
561
The default for this flag is disable.
561
The default for this flag is disable.
562
.It pll
563
Enables
564
the server to adjust its local clock by means of NTP.
565
If disabled,
566
the local clock free-runs at its intrinsic time and frequency
567
offset.
568
This flag is useful in case the local clock is controlled by
569
some other device or protocol and
570
NTP is used only to provide
571
synchronization to other clients.
572
In this case, the local clock driver is used.
573
See the
574
.Qo
575
Reference Clock Drivers
576
.Qc
577
page
578
(available as part of the HTML documentation
579
provided in
580
.Pa /usr/share/doc/ntp )
581
for further information.
582
The default for this flag is enable.
583
.It monitor
562
.It monitor
584
Enables the monitoring facility for the
563
Enables the monitoring facility for the
585
.Ic monlist
564
.Ic monlist
586
command.
565
command.
587
The default for this flag is enable.
566
The default for this flag is enable.
588
.Ic pll
567
.It pll
589
Enables the server to adjust its local clock by means of NTP.
568
Enables the server to adjust its local clock by means of NTP.
590
If disabled,
569
If disabled,
591
the local clock free-runs at its intrinsic time and frequency offset.
570
the local clock free-runs at its intrinsic time and frequency offset.
Lines 600-606 Link Here
600
.Qc
579
.Qc
601
page for further information.
580
page for further information.
602
The default for this flag is enable.
581
The default for this flag is enable.
603
.Ic pps
582
.It pps
604
Enables the pulse-per-second (PPS) signal
583
Enables the pulse-per-second (PPS) signal
605
when frequency and time is disciplined
584
when frequency and time is disciplined
606
by the precision time kernel modifications.
585
by the precision time kernel modifications.
Lines 611-617 Link Here
611
page
590
page
612
for further information.
591
for further information.
613
The default for this flag is disable.
592
The default for this flag is disable.
614
.Ic stats
593
.It stats
615
Enables the statistics facility.
594
Enables the statistics facility.
616
See the
595
See the
617
.Qq Monitoring Support
596
.Qq Monitoring Support
Lines 620-630 Link Here
620
page
599
page
621
for further information.
600
for further information.
622
The default for this flag is enable.
601
The default for this flag is enable.
623
.Ic pll_kernel
602
.It pll_kernel
624
When the precision time kernel modifications are installed,
603
When the precision time kernel modifications are installed,
625
this indicates the kernel controls the clock discipline;
604
this indicates the kernel controls the clock discipline;
626
otherwise, the daemon controls the clock discipline.
605
otherwise, the daemon controls the clock discipline.
627
.Ic pps_kernel
606
.It pps_kernel
628
When the precision time kernel modifications are installed
607
When the precision time kernel modifications are installed
629
and a pulse-per-second (PPS) signal is available,
608
and a pulse-per-second (PPS) signal is available,
630
this indicates the PPS signal controls the clock discipline;
609
this indicates the PPS signal controls the clock discipline;
Lines 697-703 Link Here
697
.Xc
676
.Xc
698
Clear a trap for asynchronous messages.
677
Clear a trap for asynchronous messages.
699
See the source listing for further information.
678
See the source listing for further information.
700
.It reset Ar counter Op Ar ...
679
.It Ic reset Ar counter Op Ar ...
701
Clear the statistics counters in various modules of the server.
680
Clear the statistics counters in various modules of the server.
702
See the source listing for further information.
681
See the source listing for further information.
703
.El
682
.El

Return to bug 17500