summaryrefslogtreecommitdiffstats
path: root/doc/GetTime.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/GetTime.3')
-rw-r--r--doc/GetTime.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetTime.3 b/doc/GetTime.3
index 6927c5e..be6c1ba 100644
--- a/doc/GetTime.3
+++ b/doc/GetTime.3
@@ -46,8 +46,8 @@ structure has the following definition:
.PP
.CS
typedef struct Tcl_Time {
- long sec;
- long usec;
+ long \fIsec\fR;
+ long \fIusec\fR;
} \fBTcl_Time\fR;
.CE
.PP