diff options
Diffstat (limited to 'doc/GetTime.3')
-rw-r--r-- | doc/GetTime.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetTime.3 b/doc/GetTime.3 index 9dc4056..0756d25 100644 --- a/doc/GetTime.3 +++ b/doc/GetTime.3 @@ -43,7 +43,7 @@ The \fBTcl_GetTime\fR function retrieves the current time as a structure has the following definition: .PP .CS -typedef struct Tcl_Time { +typedef struct { long \fIsec\fR; long \fIusec\fR; } \fBTcl_Time\fR; @@ -52,7 +52,7 @@ typedef struct Tcl_Time { On return, the \fIsec\fR member of the structure is filled in with the number of seconds that have elapsed since the \fIepoch:\fR the epoch is the point in time of 00:00 UTC, 1 January 1970. This number does -\fInot\fR count leap seconds \- an interval of one day advances it by +\fInot\fR count leap seconds; an interval of one day advances it by 86400 seconds regardless of whether a leap second has been inserted. .PP The \fIusec\fR member of the structure is filled in with the number of |