1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Eliminate groff(1) warnings.

Obtained from:	NetBSD
This commit is contained in:
Ruslan Ermilov 2000-11-23 10:15:50 +00:00
parent cc6ca9b35c
commit 700f2ee5c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69082

View File

@ -1,3 +1,5 @@
.\" $FreeBSD$
.\"
.\" Copyright (c) 1986, 1993 .\" Copyright (c) 1986, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
.\" .\"
@ -180,7 +182,6 @@ one of three states: slave, master, or candidate for election to master.
Also, the term \fIbroadcast\fP refers to Also, the term \fIbroadcast\fP refers to
the sending of a message to all active time daemons. the sending of a message to all active time daemons.
.sp 1 .sp 1
.DS L
.SH .SH
Adjtime Message Adjtime Message
.so time .so time
@ -196,8 +197,6 @@ The slave will accordingly
adjust the time of its machine. adjust the time of its machine.
This message requires an acknowledgment. This message requires an acknowledgment.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Acknowledgment Message Acknowledgment Message
.so unused .so unused
@ -210,8 +209,6 @@ acknowledgment only.
It is used in several different contexts, for example It is used in several different contexts, for example
in reply to an Adjtime message. in reply to an Adjtime message.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Master Request Message Master Request Message
.so unused .so unused
@ -223,8 +220,6 @@ A newly-started time daemon broadcasts this message to
locate a master. No other action is implied by this packet. locate a master. No other action is implied by this packet.
It requires a Master Acknowledgment. It requires a Master Acknowledgment.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Master Acknowledgement Master Acknowledgement
.so unused .so unused
@ -235,8 +230,6 @@ Type: TSP_MASTERACK (4)
The master sends this message to acknowledge the Master Request message The master sends this message to acknowledge the Master Request message
and the Conflict Resolution Message. and the Conflict Resolution Message.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Set Network Time Message Set Network Time Message
.so date .so date
@ -253,8 +246,6 @@ The next
synchronization round will eliminate the small time difference synchronization round will eliminate the small time difference
caused by the random delay in the communication channel. caused by the random delay in the communication channel.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Master Active Message Master Active Message
.so unused .so unused
@ -266,8 +257,6 @@ The master broadcasts this message to
solicit the names of the active slaves. solicit the names of the active slaves.
Slaves will reply with a Slave Active message. Slaves will reply with a Slave Active message.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Slave Active Message Slave Active Message
.so unused .so unused
@ -279,8 +268,6 @@ A slave sends this message to the master in answer to a Master Active message.
This message is also sent when a new slave starts up to inform the master that This message is also sent when a new slave starts up to inform the master that
it wants to be synchronized. it wants to be synchronized.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Master Candidature Message Master Candidature Message
.so unused .so unused
@ -292,8 +279,6 @@ A slave eligible to become a master broadcasts this message when its election
timer expires. timer expires.
The message declares that the slave wishes to become the new master. The message declares that the slave wishes to become the new master.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Candidature Acceptance Message Candidature Acceptance Message
.so unused .so unused
@ -306,8 +291,6 @@ that has broadcast an Election message.
The candidate will add the slave's name to the list of machines that it The candidate will add the slave's name to the list of machines that it
will control should it become the master. will control should it become the master.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Candidature Rejection Message Candidature Rejection Message
.so unused .so unused
@ -320,8 +303,6 @@ to any election messages from other slaves
with this message. with this message.
This rejects any candidature other than the first received. This rejects any candidature other than the first received.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Multiple Master Notification Message Multiple Master Notification Message
.so unused .so unused
@ -332,8 +313,6 @@ Type: TSP_CONFLICT (11)
When two or more masters reply to a Master Request message, the slave When two or more masters reply to a Master Request message, the slave
uses this message to inform one of them that more than one master exists. uses this message to inform one of them that more than one master exists.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Conflict Resolution Message Conflict Resolution Message
.so unused .so unused
@ -344,8 +323,6 @@ Type: TSP_RESOLVE (12)
A master which has been informed of the existence of other masters A master which has been informed of the existence of other masters
broadcasts this message to determine who the other masters are. broadcasts this message to determine who the other masters are.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Quit Message Quit Message
.so unused .so unused
@ -360,8 +337,6 @@ This message is sent by the master in three different contexts:
In all cases, the recipient time daemon will become a slave. In all cases, the recipient time daemon will become a slave.
This message requires an acknowledgement. This message requires an acknowledgement.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Set Date Message Set Date Message
.so date .so date
@ -374,8 +349,6 @@ when a super-user wants to set the network date.
If the local time daemon is the master, it will set the date; If the local time daemon is the master, it will set the date;
if it is a slave, it will communicate the desired date to the master. if it is a slave, it will communicate the desired date to the master.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Set Date Request Message Set Date Request Message
.so date .so date
@ -386,8 +359,6 @@ Type: TSP_SETDATEREQ (23)
A slave that has received a Set Date message will communicate the A slave that has received a Set Date message will communicate the
desired date to the master using this message. desired date to the master using this message.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Set Date Acknowledgment Message Set Date Acknowledgment Message
.so unused .so unused
@ -401,8 +372,6 @@ The same message is sent by the local time daemon to the program
\fIdate(1)\fP to confirm that the network date has been set by the \fIdate(1)\fP to confirm that the network date has been set by the
master. master.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Start Tracing Message Start Tracing Message
.so unused .so unused
@ -414,8 +383,6 @@ The controlling program \fItimedc\fP sends this message to the local
time daemon to start the recording in a system file of time daemon to start the recording in a system file of
all messages received. all messages received.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Stop Tracing Message Stop Tracing Message
.so unused .so unused
@ -427,8 +394,6 @@ Type: TSP_TRACEOFF (18)
time daemon to stop the recording of time daemon to stop the recording of
messages received. messages received.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Master Site Message Master Site Message
.so unused .so unused
@ -439,8 +404,6 @@ Type: TSP_MSITE (19)
\fITimedc\fP sends this message to the local time daemon to find out \fITimedc\fP sends this message to the local time daemon to find out
where the master is running. where the master is running.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Remote Master Site Message Remote Master Site Message
.so unused .so unused
@ -453,8 +416,6 @@ of the master.
It then uses the Acknowledgement message to It then uses the Acknowledgement message to
communicate this location to \fItimedc\fP. communicate this location to \fItimedc\fP.
.sp 1 .sp 1
.DE
.DS L
.SH .SH
Test Message Test Message
.so unused .so unused
@ -466,9 +427,7 @@ For testing purposes, \fItimedc\fP sends this message to a slave
to cause its election timer to expire. NOTE: \fItimed\fP to cause its election timer to expire. NOTE: \fItimed\fP
is not normally compiled to support this. is not normally compiled to support this.
.sp 1 .sp 1
.DE
.SH .SH
.DS L
.SH .SH
Loop Detection Message Loop Detection Message
.so loop .so loop
@ -480,7 +439,6 @@ This packet is initiated by all masters occasionally to attempt to detect loops.
All submasters forward this packet onto the networks over which they are master. All submasters forward this packet onto the networks over which they are master.
If a master receives a packet it sent out initially, If a master receives a packet it sent out initially,
it knows that a loop exists and tries to correct the problem. it knows that a loop exists and tries to correct the problem.
.DE
.SH .SH
References References
.IP 1. .IP 1.