diff options
author | dgp <dgp@users.sourceforge.net> | 2007-02-24 18:29:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-02-24 18:29:23 (GMT) |
commit | 3ca3d6597115aa1983bd3504e95769eadba4a594 (patch) | |
tree | 54750f4ab4148d7d940ff7cebc71f9536b87cf47 | |
parent | a55f14fe9d46dbc42a85ac81bf481c2d7a2c7ed2 (diff) | |
download | tcl-3ca3d6597115aa1983bd3504e95769eadba4a594.zip tcl-3ca3d6597115aa1983bd3504e95769eadba4a594.tar.gz tcl-3ca3d6597115aa1983bd3504e95769eadba4a594.tar.bz2 |
correct bogus change
-rw-r--r-- | doc/CrtChannel.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index 2e5e815..b05ce47 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.34 2007/02/23 23:02:54 nijtmans Exp $ +'\" RCS: @(#) $Id: CrtChannel.3,v 1.35 2007/02/24 18:29:23 dgp Exp $ .so man.macros .TH Tcl_CreateChannel 3 8.4 Tcl "Tcl Library Procedures" .BS @@ -122,7 +122,7 @@ Tcl_DriverHandlerProc * \fBTcl_ChannelHandlerProc\fR(\fItypePtr\fR) .sp .SH ARGUMENTS -.AS "const char" *channelName +.AS "const Tcl_ChannelType" *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. |