summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-07-16 20:10:58 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-07-16 20:10:58 (GMT)
commitc3aad42ff98f12c1125adffa3005da0d29e35891 (patch)
tree9cc65675c1a3975aaa76d48fa82495ed20a7224b /doc
parentda39235f939a0c792be89d31b916ad074418409e (diff)
downloadtcl-c3aad42ff98f12c1125adffa3005da0d29e35891.zip
tcl-c3aad42ff98f12c1125adffa3005da0d29e35891.tar.gz
tcl-c3aad42ff98f12c1125adffa3005da0d29e35891.tar.bz2
* doc/ChnlStack.3: Removed the declaration that the interp
argument to Tcl_(un)StackChannel can be NULL. This fixes [Tcl SF Bug 881220], reported by Marco Maggi <marcomaggi@users.sourceforge.net>.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChnlStack.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ChnlStack.3 b/doc/ChnlStack.3
index 0e8f9cd..ad2d4d5 100644
--- a/doc/ChnlStack.3
+++ b/doc/ChnlStack.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: ChnlStack.3,v 1.4 2002/01/23 21:22:06 andreas_kupries Exp $
+'\" RCS: @(#) $Id: ChnlStack.3,v 1.4.4.1 2004/07/16 20:10:58 andreas_kupries Exp $
.so man.macros
.TH Tcl_StackChannel 3 8.3 Tcl "Tcl Library Procedures"
.BS
@@ -31,7 +31,7 @@ Tcl_Channel
.SH ARGUMENTS
.AS Tcl_ChannelType
.AP Tcl_Interp *interp in
-Interpreter for error reporting - can be NULL.
+Interpreter for error reporting.
.AP Tcl_ChannelType *typePtr in
The new channel I/O procedures to use for \fIchannel\fP.
.AP ClientData clientData in