diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-11 21:08:05 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-11 21:08:05 +0000 |
commit | eab8b0ecfb1469caaf357d26cbe3e5ec524de182 (patch) | |
tree | 02325f15778c0aab3d9eba9abc147afba1a7f7bd /usr.sbin/timed/timedc/timedc.8 | |
parent | 73a856115702157d58128365662b9519d7daeadc (diff) |
cleanup
Diffstat (limited to 'usr.sbin/timed/timedc/timedc.8')
-rw-r--r-- | usr.sbin/timed/timedc/timedc.8 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/usr.sbin/timed/timedc/timedc.8 b/usr.sbin/timed/timedc/timedc.8 index c89a6f925f1..7076bfcc98b 100644 --- a/usr.sbin/timed/timedc/timedc.8 +++ b/usr.sbin/timed/timedc/timedc.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: timedc.8,v 1.2 1999/03/11 21:08:04 aaron Exp $ .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -39,17 +40,18 @@ .Nm timedc .Nd timed control program .Sh SYNOPSIS -.Nm timedc +.Nm .Oo Ar command\ \& .Op Ar argument ... .Oc .Sh DESCRIPTION -.Nm Timedc +.Nm is used to control the operation of the .Xr timed 8 program. It may be used to: -.Bl -bullet +.Pp +.Bl -bullet -compact .It Measure the differences between machines' clocks, .It @@ -63,14 +65,14 @@ Perform various debugging actions. .El .Pp Without any arguments, -.Nm timedc +.Nm will prompt for commands from the standard input. If arguments are supplied, -.Nm timedc +.Nm interprets the first argument as a command and the remaining arguments as parameters to the command. The standard input may be redirected causing -.Nm timedc +.Nm to read commands from a file. Commands may be abbreviated; recognized commands are: @@ -82,7 +84,7 @@ recognized commands are: Print a short description of each command specified in the argument list, or, if no arguments are given, a list of the recognized commands. .Pp -.It Ic clockdiff Ar host ... +.It Ic clockdiff Ar host Op Ar ... Compute the differences between the clock of the host machine and the clocks of the machines given as arguments. .Pp |