diff options
author | hobbs <hobbs> | 2004-03-03 23:58:14 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-03-03 23:58:14 (GMT) |
commit | 5d1ff90217e8f835d3f5f09d51f8974f410a4f04 (patch) | |
tree | 28864d27c2bc240eb381cb09af60e4f1a8ed5fe7 /doc/clock.n | |
parent | f19459332b1664693e895995e5086bac4cb1a058 (diff) | |
download | tcl-5d1ff90217e8f835d3f5f09d51f8974f410a4f04.zip tcl-5d1ff90217e8f835d3f5f09d51f8974f410a4f04.tar.gz tcl-5d1ff90217e8f835d3f5f09d51f8974f410a4f04.tar.bz2 |
minor doc fixes for html conversioncore_8_5_a1
Diffstat (limited to 'doc/clock.n')
-rw-r--r-- | doc/clock.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/clock.n b/doc/clock.n index 0bdea6f..cd36b62 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -10,7 +10,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: clock.n,v 1.13 2004/02/06 16:48:54 dgp Exp $ +'\" RCS: @(#) $Id: clock.n,v 1.14 2004/03/03 23:58:14 hobbs Exp $ '\" .so man.macros .TH clock n 8.4 Tcl "Tcl Built-In Commands" @@ -29,16 +29,16 @@ or manipulate strings or values that represent some notion of time. The \fIoption\fR argument determines what action is carried out by the command. The legal \fIoptions\fR (which may be abbreviated) are: -.TP .VS 8.3 +.TP \fBclock clicks\fR ?\fI\-option\fR? If no \fIoption\fR argument is supplied, returns a high-resolution time value as a system-dependent integer value. The unit of the value is system-dependent but should be the highest resolution clock available on the system such as a CPU cycle counter. .VE 8.3 -.TP .VS 8.5 +.TP If the \fIoption\fR argument is \fB\-milliseconds\fR, then the value is guaranteed to be an approximate count of milliseconds returned as a wide integer; the rule should |