summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-15 07:04:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-15 07:04:56 (GMT)
commite2bb5b8ee8deb36456ac402ccd936253734af65d (patch)
treec52c318730e0f8fd352a2d60212a8608c6fe9f40 /doc
parent2160b3cc72a88c261c5428c041546cd131e5993c (diff)
downloadtcl-e2bb5b8ee8deb36456ac402ccd936253734af65d.zip
tcl-e2bb5b8ee8deb36456ac402ccd936253734af65d.tar.gz
tcl-e2bb5b8ee8deb36456ac402ccd936253734af65d.tar.bz2
Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bug
Diffstat (limited to 'doc')
-rw-r--r--doc/OpenFileChnl.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/OpenFileChnl.3 b/doc/OpenFileChnl.3
index 582ff4b..82851da 100644
--- a/doc/OpenFileChnl.3
+++ b/doc/OpenFileChnl.3
@@ -277,7 +277,7 @@ If an error occurs while opening the channel, \fBTcl_OpenCommandChannel\fR
returns NULL and records a POSIX error code that can be retrieved with
\fBTcl_GetErrno\fR.
In addition, \fBTcl_OpenCommandChannel\fR leaves an error message in
-the interpreter's result if \fIinterp\fR is not NULL.
+the interpreter's result. \fIinterp\fR cannot be NULL.
.PP
The newly created channel is not registered in the supplied interpreter; to
register it, use \fBTcl_RegisterChannel\fR, described below.