diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2008-10-15 10:43:37 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2008-10-15 10:43:37 (GMT) |
| commit | 79f76538e4f4add3eb2b23f2e55464b044ef8bc3 (patch) | |
| tree | 76a9fcf427bd66b39f4124071860e59744540d77 /doc/GetTime.3 | |
| parent | 85394b42d395a689ed59d581e830bf82969b0a50 (diff) | |
| download | tcl-79f76538e4f4add3eb2b23f2e55464b044ef8bc3.zip tcl-79f76538e4f4add3eb2b23f2e55464b044ef8bc3.tar.gz tcl-79f76538e4f4add3eb2b23f2e55464b044ef8bc3.tar.bz2 | |
Lots of very minor formatting fixes.
Diffstat (limited to 'doc/GetTime.3')
| -rw-r--r-- | doc/GetTime.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/GetTime.3 b/doc/GetTime.3 index c3f7134..a180860 100644 --- a/doc/GetTime.3 +++ b/doc/GetTime.3 @@ -80,6 +80,7 @@ of the OS. The arguments to the function are allowed to be NULL; and any argument which is NULL is ignored and not set. .PP The signatures of the handler functions are as follows: +.PP .CS typedef void \fBTcl_GetTimeProc\fR( Tcl_Time *\fItimebuf\fR, @@ -88,6 +89,7 @@ typedef void \fBTcl_ScaleTimeProc\fR( Tcl_Time *\fItimebuf\fR, ClientData \fIclientData\fR); .CE +.PP The \fItimebuf\fR fields contain the time to manipulate, and the \fIclientData\fR fields contain a pointer supplied at the time the handler functions were registered. |
