diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2024-07-26 08:39:33 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2024-07-26 08:39:33 (GMT) |
commit | 8791e7f36429f080a58c126f24c2107c4e587d85 (patch) | |
tree | 0e4e6e90ba968cba5ee077f912b5a8a44fcfbc8a /doc | |
parent | d34bfe022b3c5bd11dd0d62c10a0d15095227614 (diff) | |
download | tcl-8791e7f36429f080a58c126f24c2107c4e587d85.zip tcl-8791e7f36429f080a58c126f24c2107c4e587d85.tar.gz tcl-8791e7f36429f080a58c126f24c2107c4e587d85.tar.bz2 |
Correct syntax error in doc/clock.n
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clock.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/clock.n b/doc/clock.n index 77b6903..065938e 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -202,7 +202,7 @@ If \fIboolean\fR is true (default), \fBclock scan\fR will raise an error if the input contains invalid values, e.g. day of month greater than number of days in the month. If specified as false, the command makes an adjustment to bring values within acceptable range. See -\fBSCANNING TIMES\fT for details. +\fBSCANNING TIMES\fR for details. .PP If none of these is present, the C \fBlocaltime\fR and \fBmktime\fR functions are used to attempt to convert times between local and |