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

(-)timed.8 (-12 / +19 lines)
Lines 41-48 Link Here
41
.Sh SYNOPSIS
41
.Sh SYNOPSIS
42
.Nm
42
.Nm
43
.Op Fl dtM
43
.Op Fl dtM
44
.Op Fl i Ar network
44
.Xo
45
.Op Fl n Ar network
45
.Oo Fl i Ar network No \&|
46
.Fl n Ar network Oc
47
.Xc
46
.Op Fl F Ar host ...
48
.Op Fl F Ar host ...
47
.Sh DESCRIPTION
49
.Sh DESCRIPTION
48
The
50
The
Lines 208-222 Link Here
208
interrupts disabled.
210
interrupts disabled.
209
This means that the clock stops while they are printing.
211
This means that the clock stops while they are printing.
210
A machine with many disk or network hardware problems and consequent
212
A machine with many disk or network hardware problems and consequent
211
messages cannot keep good time by itself.  Each message typically causes
213
messages cannot keep good time by itself.
212
the clock to lose a dozen milliseconds.  A time daemon can
214
Each message typically causes
213
correct the result.
215
the clock to lose a dozen milliseconds.
216
A time daemon can correct the result.
214
.Pp
217
.Pp
215
Messages in the system log about machines that failed to respond
218
Messages in the system log about machines that failed to respond
216
usually indicate machines that crashed or were turned off.
219
usually indicate machines that crashed or were turned off.
217
Complaints about machines that failed to respond to initial time
220
Complaints about machines that failed to respond to initial time
218
settings are often associated with "multi-homed" machines
221
settings are often associated with
219
that looked for time masters on more than one network and eventually
222
.Dq multi-homed
223
machines that looked for time masters on more than one network and eventually
220
chose to become a slave on the other network.
224
chose to become a slave on the other network.
221
.Sh WARNINGS
225
.Sh WARNINGS
222
Temporal chaos will result if two or more time daemons attempt
226
Temporal chaos will result if two or more time daemons attempt
Lines 232-252 Link Here
232
.Pp
236
.Pp
233
The protocol is based on
237
The protocol is based on
234
.Tn UDP/IP
238
.Tn UDP/IP
235
broadcasts.  All machines within
239
broadcasts.
236
the range of a broadcast that are using the
240
All machines within the range of a broadcast that are using the
237
.Tn TSP
241
.Tn TSP
238
protocol must cooperate.
242
protocol must cooperate.
239
There cannot be more than a single administrative domain using the
243
There cannot be more than a single administrative domain using the
240
.Fl F
244
.Fl F
241
flag among all machines reached by a broadcast packet.
245
flag among all machines reached by a broadcast packet.
242
Failure to follow this rule is usually indicated by complaints concerning
246
Failure to follow this rule is usually indicated by complaints concerning
243
"untrusted" machines in the system log.
247
.Dq untrusted
248
machines in the system log.
244
.Sh FILES
249
.Sh FILES
245
.Bl -tag -width /var/log/timed.masterlog -compact
250
.Bl -tag -width /var/log/timed.masterlog -compact
246
.It Pa /var/log/timed.log
251
.It Pa /var/log/timed.log
247
tracing file for timed
252
tracing file for
253
.Nm
248
.It Pa /var/log/timed.masterlog
254
.It Pa /var/log/timed.masterlog
249
log file for master timed
255
log file for master
256
.Nm
250
.El
257
.El
251
.Sh SEE ALSO
258
.Sh SEE ALSO
252
.Xr date 1 ,
259
.Xr date 1 ,

Return to bug 57027