diff options
author | nijtmans <nijtmans> | 2007-02-23 23:02:53 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2007-02-23 23:02:53 (GMT) |
commit | a55f14fe9d46dbc42a85ac81bf481c2d7a2c7ed2 (patch) | |
tree | 84cd8ab03181ebdf0c5c969763c93c014439645c /doc/CrtChannel.3 | |
parent | 9bc084ef95b717644801c87f60727fc499b72a6e (diff) | |
download | tcl-a55f14fe9d46dbc42a85ac81bf481c2d7a2c7ed2.zip tcl-a55f14fe9d46dbc42a85ac81bf481c2d7a2c7ed2.tar.gz tcl-a55f14fe9d46dbc42a85ac81bf481c2d7a2c7ed2.tar.bz2 |
various "const" additions, in line with TIP #27
Diffstat (limited to 'doc/CrtChannel.3')
-rw-r--r-- | doc/CrtChannel.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index f23ea6d..2e5e815 100644 --- a/doc/CrtChannel.3 +++ b/doc/CrtChannel.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtChannel.3,v 1.33 2006/03/27 18:08:50 andreas_kupries Exp $ +'\" RCS: @(#) $Id: CrtChannel.3,v 1.34 2007/02/23 23:02:54 nijtmans Exp $ .so man.macros .TH Tcl_CreateChannel 3 8.4 Tcl "Tcl Library Procedures" .BS @@ -122,8 +122,8 @@ Tcl_DriverHandlerProc * \fBTcl_ChannelHandlerProc\fR(\fItypePtr\fR) .sp .SH ARGUMENTS -.AS Tcl_ChannelType *channelName -.AP Tcl_ChannelType *typePtr in +.AS "const char" *channelName +.AP "const Tcl_ChannelType" *typePtr in Points to a structure containing the addresses of procedures that can be called to perform I/O and other functions on the channel. .AP "const char" *channelName in |