diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-26 09:07:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-26 09:07:15 (GMT) |
commit | 3bdae3d9469beb1e05d421c5823c2550a6e29a9a (patch) | |
tree | 69991f41d93a20398063dcf2f30969735af14aa1 /doc | |
parent | c299d96628a0804e333ace7e60b5cb840877e8f4 (diff) | |
parent | bf10d7f187b5017773f1342994469a1bd4e0e8f7 (diff) | |
download | tcl-3bdae3d9469beb1e05d421c5823c2550a6e29a9a.zip tcl-3bdae3d9469beb1e05d421c5823c2550a6e29a9a.tar.gz tcl-3bdae3d9469beb1e05d421c5823c2550a6e29a9a.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/OpenFileChnl.3 | 2 | ||||
-rw-r--r-- | doc/StringObj.3 | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/doc/StringObj.3 b/doc/StringObj.3 index e011c27..12fc413 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -91,7 +91,7 @@ Points to the first byte of an array of UTF-8-encoded bytes used to set or append to a string value. This byte array may contain embedded null characters unless \fInumChars\fR is negative. (Applications needing null bytes -should represent them as the two-byte sequence \fI\e700\e600\fR, use +should represent them as the two-byte sequence \fI\e300\e200\fR, use \fBTcl_ExternalToUtf\fR to convert, or \fBTcl_NewByteArrayObj\fR if the string is a collection of uninterpreted bytes.) .AP int length in |