diff options
author | dgp <dgp@noemail.net> | 2004-02-06 16:47:52 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2004-02-06 16:47:52 (GMT) |
commit | 8a3d58bbd0042cd27d332ace3d8f2588475aa6d4 (patch) | |
tree | 419c0e7046af7550c594149bbbc209152c6895dc /doc | |
parent | f83dd6dc0fe4b002c5202cb4cf9a180c69e45344 (diff) | |
download | tcl-8a3d58bbd0042cd27d332ace3d8f2588475aa6d4.zip tcl-8a3d58bbd0042cd27d332ace3d8f2588475aa6d4.tar.gz tcl-8a3d58bbd0042cd27d332ace3d8f2588475aa6d4.tar.bz2 |
* doc/clock.n: Removed reference to non-existent [file ctime].
FossilOrigin-Name: 2465f08a744c74d450e95cb05ed91dc91f701b9c
Diffstat (limited to 'doc')
-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 e609e3c..de2baa2 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.11 2002/04/22 22:41:46 hobbs Exp $ +'\" RCS: @(#) $Id: clock.n,v 1.11.2.1 2004/02/06 16:47:53 dgp Exp $ '\" .so man.macros .TH clock n 8.4 Tcl "Tcl Built-In Commands" @@ -43,8 +43,8 @@ of elapsed time. .TP \fBclock format \fIclockValue\fR ?\fB\-format \fIstring\fR? ?\fB\-gmt \fIboolean\fR? Converts an integer time value, typically returned by -\fBclock seconds\fR, \fBclock scan\fR, or the \fBatime\fR, \fBmtime\fR, -or \fBctime\fR options of the \fBfile\fR command, to human-readable +\fBclock seconds\fR, \fBclock scan\fR, or the \fBatime\fR or \fBmtime\fR +options of the \fBfile\fR command, to human-readable form. If the \fB\-format\fR argument is present the next argument is a string that describes how the date and time are to be formatted. Field descriptors consist of a \fB%\fR followed by a field |