diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-16 17:05:07 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-16 17:05:07 (GMT) |
commit | e645e12652b53c5aa9b86783f6b7b9d3db3be9ea (patch) | |
tree | 79e088bf7c27a97bfbb26c31686e6214d98003c5 /doc/CrtChannel.3 | |
parent | c899e7770147960aafc497624551c39fff43471c (diff) | |
download | tcl-e645e12652b53c5aa9b86783f6b7b9d3db3be9ea.zip tcl-e645e12652b53c5aa9b86783f6b7b9d3db3be9ea.tar.gz tcl-e645e12652b53c5aa9b86783f6b7b9d3db3be9ea.tar.bz2 |
Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public API
Diffstat (limited to 'doc/CrtChannel.3')
-rw-r--r-- | doc/CrtChannel.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index f04fbff..6a62c0f 100644 --- a/doc/CrtChannel.3 +++ b/doc/CrtChannel.3 @@ -141,7 +141,7 @@ means the output handle is wanted. .AP void **handlePtr out Points to the location where the desired OS-specific handle should be stored. -.AP size_t size in +.AP Tcl_Size size in The size, in bytes, of buffers to allocate in this channel. .AP int mask in An OR-ed combination of \fBTCL_READABLE\fR, \fBTCL_WRITABLE\fR |