diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/clock.n | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2006-03-14 Andreas Kupries <andreask@activestate.com> + * doc/clock.n: Removed double-quotes around section title NAME. not needed. + * unix/installManpage: Reverted part to handle double-quotes in + section NAME, chokes older sed installations. + +2006-03-14 Andreas Kupries <andreask@activestate.com> + * library/tm.tcl (::tcl::tm::Defaults): Fixed handling of environment variable TCLX.y_TM_PATH, bad variable reference. See [SF Tcl Bug 1448251]. Thanks to Julian Noble. diff --git a/doc/clock.n b/doc/clock.n index 1267384..7bcfbb9 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -5,7 +5,7 @@ .so man.macros .TH "clock" n 8.5 Tcl "Tcl Built-In Commands" .BS -.SH "NAME" +.SH NAME clock \- Obtain and manipulate dates and times .SH "SYNOPSIS" package require \fBTcl 8.5\fR |