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/AssocData.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/AssocData.3')
| -rw-r--r-- | doc/AssocData.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/AssocData.3 b/doc/AssocData.3 index 2b85137..6366cdf 100644 --- a/doc/AssocData.3 +++ b/doc/AssocData.3 @@ -5,7 +5,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" -'\" RCS: @(#) $Id: AssocData.3,v 1.8 2008/06/29 22:28:23 dkf Exp $ +'\" RCS: @(#) $Id: AssocData.3,v 1.9 2008/10/15 10:43:37 dkf Exp $ .so man.macros .TH Tcl_SetAssocData 3 7.5 Tcl "Tcl Library Procedures" .BS @@ -63,11 +63,13 @@ If the \fIdeleteProc\fR argument is non-NULL it specifies the address of a procedure to invoke if the interpreter is deleted before the association is deleted. \fIDeleteProc\fR should have arguments and result that match the type \fBTcl_InterpDeleteProc\fR: +.PP .CS typedef void \fBTcl_InterpDeleteProc\fR( ClientData \fIclientData\fR, Tcl_Interp *\fIinterp\fR); .CE +.PP When \fIdeleteProc\fR is invoked the \fIclientData\fR and \fIinterp\fR arguments will be the same as the corresponding arguments passed to \fBTcl_SetAssocData\fR. |
