diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-02-23 10:27:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-02-23 10:27:44 (GMT) |
commit | 23f8cb9c6764671b2965d126b01b5776999ba714 (patch) | |
tree | 53083b41da1c0f09a9b59a0d6eed4823e932bcf7 /doc | |
parent | d2ba200f0e2abc2b7002b7ace3f3bd9c45ee82ad (diff) | |
download | tcl-23f8cb9c6764671b2965d126b01b5776999ba714.zip tcl-23f8cb9c6764671b2965d126b01b5776999ba714.tar.gz tcl-23f8cb9c6764671b2965d126b01b5776999ba714.tar.bz2 |
Formatting typo fix. [Bug 1149605]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CrtChannel.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index 73cea4a..ee5ea72 100644 --- a/doc/CrtChannel.3 +++ b/doc/CrtChannel.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtChannel.3,v 1.16.2.3 2005/01/27 22:53:27 andreas_kupries Exp $ +'\" RCS: @(#) $Id: CrtChannel.3,v 1.16.2.4 2005/02/23 10:27:45 dkf Exp $ .so man.macros .TH Tcl_CreateChannel 3 8.4 Tcl "Tcl Library Procedures" .BS @@ -817,7 +817,7 @@ a pointer to the function. .VS 8.4 .SH "THREADACTIONPROC" .PP -The \fthreadActionProc\fR field contains the address of the function +The \fIthreadActionProc\fR field contains the address of the function called by the generic layer when a channel is created, closed, or going to move to a different thread, i.e. whenever thread-specific driver state might have to initialized or updated. It can be NULL. |