diff options
Diffstat (limited to 'contrib/tcl/doc/OpenFileChnl.3')
-rw-r--r-- | contrib/tcl/doc/OpenFileChnl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcl/doc/OpenFileChnl.3 b/contrib/tcl/doc/OpenFileChnl.3 index 09768d9312236..6cf9b803b3751 100644 --- a/contrib/tcl/doc/OpenFileChnl.3 +++ b/contrib/tcl/doc/OpenFileChnl.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" SCCS: @(#) OpenFileChnl.3 1.39 97/05/09 18:14:49 +'\" SCCS: @(#) OpenFileChnl.3 1.40 97/09/29 11:22:49 .so man.macros .TH Tcl_OpenFileChannel 3 8.0 Tcl "Tcl Library Procedures" .BS @@ -62,7 +62,7 @@ int \fBTcl_Tell\fR(\fIchannel\fR) .sp int -\fBTcl_GetChannelOption\fR(\fIchannel, optionName, optionValue\fR) +\fBTcl_GetChannelOption\fR(\fIinterp, channel, optionName, optionValue\fR) .sp int \fBTcl_SetChannelOption\fR(\fIinterp, channel, optionName, newValue\fR) |