diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-15 07:04:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-15 07:04:56 (GMT) |
commit | e2bb5b8ee8deb36456ac402ccd936253734af65d (patch) | |
tree | c52c318730e0f8fd352a2d60212a8608c6fe9f40 /doc | |
parent | 2160b3cc72a88c261c5428c041546cd131e5993c (diff) | |
download | tcl-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.3 | 2 |
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. |