summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-02-23 10:27:44 (GMT)
committerdkf <dkf@noemail.net>2005-02-23 10:27:44 (GMT)
commita2df745ca4265af7d47c5c9c3bea1e81583eaf1d (patch)
tree53083b41da1c0f09a9b59a0d6eed4823e932bcf7
parentd09488750dca90bc7743069fa71af2c3142556f9 (diff)
downloadtcl-a2df745ca4265af7d47c5c9c3bea1e81583eaf1d.zip
tcl-a2df745ca4265af7d47c5c9c3bea1e81583eaf1d.tar.gz
tcl-a2df745ca4265af7d47c5c9c3bea1e81583eaf1d.tar.bz2
Formatting typo fix. [Bug 1149605]
FossilOrigin-Name: 46ddcbd9728acc2b81672f0267fe42edff255e6b
-rw-r--r--ChangeLog4
-rw-r--r--doc/CrtChannel.34
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8977657..a1ecd5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 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.