summaryrefslogtreecommitdiffstats
path: root/doc/GetTime.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-18 21:23:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-18 21:23:47 (GMT)
commit2cc77fb13283a1fb2330293fd0d7326b5569ec4c (patch)
treea4cd0d4bb2516e89a05f2bc0ca288cb792d48991 /doc/GetTime.3
parent404238ca7e941ab1baf288c6b14b1f5acdec0643 (diff)
downloadtcl-2cc77fb13283a1fb2330293fd0d7326b5569ec4c.zip
tcl-2cc77fb13283a1fb2330293fd0d7326b5569ec4c.tar.gz
tcl-2cc77fb13283a1fb2330293fd0d7326b5569ec4c.tar.bz2
Formatting cleanup.
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