diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-02-23 10:23:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-02-23 10:23:33 (GMT) |
commit | e496c271c1ad2c8e7d5020353ccbfcf5bd0c0bf2 (patch) | |
tree | 7fb882fdbb4445ba157c9486563c69026087dce9 | |
parent | 98629c27d8c127efb34d3b0a51b2d314658a112e (diff) | |
download | tcl-e496c271c1ad2c8e7d5020353ccbfcf5bd0c0bf2.zip tcl-e496c271c1ad2c8e7d5020353ccbfcf5bd0c0bf2.tar.gz tcl-e496c271c1ad2c8e7d5020353ccbfcf5bd0c0bf2.tar.bz2 |
Formatting typo [Bug 1149605]
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/CrtChannel.3 | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2005-02-23 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * doc/CrtChannel.3 (THREADACTIONPROC): Formatting fix. [Bug 1149605] + 2005-02-17 Jeff Hobbs <jeffh@ActiveState.com> * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, not diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index bd4c0ce..17e89c1 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.26 2005/02/08 11:42:32 davidw Exp $ +'\" RCS: @(#) $Id: CrtChannel.3,v 1.27 2005/02/23 10:23:45 dkf Exp $ .so man.macros .TH Tcl_CreateChannel 3 8.4 Tcl "Tcl Library Procedures" .BS @@ -803,7 +803,7 @@ a pointer to the function. .VS 8.4 .SS "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. |