]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/timed/timedc/timedc.8
This commit was generated by cvs2svn to compensate for changes in r98576,
[FreeBSD/FreeBSD.git] / usr.sbin / timed / timedc / timedc.8
1 .\" Copyright (c) 1980, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)timedc.8    8.1 (Berkeley) 6/6/93
33 .\" $FreeBSD$
34 .\"
35 .Dd June 6, 1993
36 .Dt TIMEDC 8
37 .Os
38 .Sh NAME
39 .Nm timedc
40 .Nd timed control program
41 .Sh SYNOPSIS
42 .Nm
43 .Op Ar command Op Ar argument ...
44 .Sh DESCRIPTION
45 .Nm Timedc
46 is used to control the operation of the
47 .Xr timed 8
48 program.
49 It may be used to:
50 .Bl -bullet
51 .It
52 Measure the differences between machines' clocks,
53 .It
54 Find the location where the master time server is running,
55 .It
56 Enable or disable tracing of messages received by
57 .Xr timed 8 ,
58 and
59 .It
60 Perform various debugging actions.
61 .El
62 .Pp
63 Without any arguments,
64 .Nm
65 will prompt for commands from the standard input.
66 If arguments are supplied,
67 .Nm
68 interprets the first argument as a command and the remaining
69 arguments as parameters to the command.  The standard input
70 may be redirected causing
71 .Nm
72 to read commands from a file.
73 Commands may be abbreviated;
74 recognized commands are:
75 .Pp
76 .Bl -tag -width Ds -compact
77 .It Ic \&? Op Ar command ...
78 .Pp
79 .It Ic help Op Ar command ...
80 Print a short description of each command specified in the argument list,
81 or, if no arguments are given, a list of the recognized commands.
82 .Pp
83 .It Ic clockdiff Ar host ...
84 Compute the differences between the clock of the host machine
85 and the clocks of the machines given as arguments.
86 .Pp
87 .It Ic msite Op Ar host ...
88 Show the master time server for specified host(s).
89 .Pp
90 .It Xo
91 .Ic trace
92 .Li \&{ Ar on Li \&|
93 .Ar off \&}
94 .Xc
95 Enable or disable the tracing of incoming messages to
96 .Xr timed
97 in the file
98 .Pa /var/log/timed.log .
99 .Pp
100 .It Ic election Ar host1 Op Ar host2 ...
101 Asks the daemon
102 on the target host to reset its "election" timers and to ensure that
103 a time master has been elected.
104 .Pp
105 .It Ic quit
106 Exit from timedc.
107 .El
108 .Pp
109 Other commands may be included for use in testing and debugging
110 .Xr timed 8 ;
111 the help command and
112 the program source may be consulted for details.
113 .Sh FILES
114 .Bl -tag -width /var/log/timed.masterlog -compact
115 .It Pa /var/log/timed.log
116 tracing file for timed
117 .It Pa /var/log/timed.masterlog
118 log file for master timed
119 .El
120 .Sh SEE ALSO
121 .Xr date 1 ,
122 .Xr adjtime 2 ,
123 .Xr icmp 4 ,
124 .Xr timed 8
125 .Rs
126 .%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
127 .%A R. Gusella
128 .%A S. Zatti
129 .Re
130 .Sh DIAGNOSTICS
131 .Bl -diag
132 .It ?Ambiguous command
133 abbreviation matches more than one command
134 .It ?Invalid command
135 no match found
136 .It ?Privileged command
137 command can be executed by root only
138 .El
139 .Sh HISTORY
140 The
141 .Nm
142 command appeared in
143 .Bx 4.3 .