summaryrefslogtreecommitdiffstats
path: root/doc/GetTime.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/GetTime.3')
-rw-r--r--doc/GetTime.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/GetTime.3 b/doc/GetTime.3
index 4aa8442..c2e6116 100644
--- a/doc/GetTime.3
+++ b/doc/GetTime.3
@@ -44,7 +44,7 @@ structure has the following definition:
.PP
.CS
typedef struct Tcl_Time {
- long \fIsec\fR;
+ long long \fIsec\fR;
long \fIusec\fR;
} \fBTcl_Time\fR;
.CE