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