summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-07 21:41:56 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-07 21:41:56 (GMT)
commit7f4ac638476dedc7ca6481de6e3d5dc31d5d8f58 (patch)
tree1d4fa15ddd34851d3d1356e948f1626e87a92224
parentabcb9bd1b0b42addc1f0d5a2d17bc806220c7f3c (diff)
downloadtcl-7f4ac638476dedc7ca6481de6e3d5dc31d5d8f58.zip
tcl-7f4ac638476dedc7ca6481de6e3d5dc31d5d8f58.tar.gz
tcl-7f4ac638476dedc7ca6481de6e3d5dc31d5d8f58.tar.bz2
* doc/clock.n: Documented the default -format, and changed
references to a (nonexistent) msgcat command to refer to the msgcat package. [Bug 1023870]
-rw-r--r--ChangeLog3
-rw-r--r--doc/clock.n7
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da5a0e2..ca54c22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-09-07 Kevin B. Kenny <kennykb@acm.org>
+ * doc/clock.n: Documented the default -format, and changed
+ references to a (nonexistent) msgcat command to refer to
+ the msgcat package. [Bug 1023870]
* generic/tclTimer.c: Removed a premature optimisation that
attempted to store the assoc data in the client data; the
optimisation caused a bug that [after] would overwrite
diff --git a/doc/clock.n b/doc/clock.n
index a3641e1..99c17bb 100644
--- a/doc/clock.n
+++ b/doc/clock.n
@@ -105,6 +105,13 @@ of any number of characters other than the per-cent sign ('\fI%\fR')
interspersed with any number of \fIformat groups\fR, which are two-character
sequences beginning with the per-cent sign. The permissible format groups,
and their interpretation, are described under \fBFORMAT GROUPS\fR.
+On \fBclock format\fR, the default format is
+.CS
+%a %b %d %H:%M:%S %z %Y
+.CE
+On \fBclock scan\fR, the lack of a \fI-format\fR option indicates that
+a "free format scan" is requested; see \fBFREE FORM SCAN\fR for a
+description of what happens.
.TP
\fB-gmt\fR boolean
If \fIboolean\fR is true, specifies that a time specified to \fBclock add\fR,