diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-08 14:27:15 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-08 14:27:15 (GMT) |
commit | 81f39c521013b8e14be326102c01400789e50150 (patch) | |
tree | aa58f1639a3b4a396594fca5fc44e5f1c5bc55fe | |
parent | 4905319481085be5b3aafea2056fc7c89622b1e6 (diff) | |
download | tcl-81f39c521013b8e14be326102c01400789e50150.zip tcl-81f39c521013b8e14be326102c01400789e50150.tar.gz tcl-81f39c521013b8e14be326102c01400789e50150.tar.bz2 |
Corrected a buglet in the header information. [Bug 1024058]
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/clock.n | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2004-09-08 Kevin B. Kenny <kennykb@acm.org> + + * doc/clock.n: Corrected a buglet in the header information. + [Bug 1024058] + 2004-09-07 David Gravereaux <davygrvy@pobox.com> * win/makefile.vc: some quoting needed to be removed as it was diff --git a/doc/clock.n b/doc/clock.n index 62b7547..c63d6c5 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -3,7 +3,7 @@ '\" Copyright (c) 2004 Kevin B. Kenny <kennykb@acm.org>. All rights reserved. '\" .so man.macros -.TH "clock" n 8.5 Tcl "Tcl commands" +.TH "clock" n 8.5 Tcl "Tcl Built-In Commands" .BS .SH "NAME" clock \- Obtain and manipulate dates and times |