diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
commit | f25b19db8d50748d4f75272ae324cad27788d9b3 (patch) | |
tree | cef0bba69f1833802f43364a0cde6945601e665a /contrib/tcl/doc/OpenFileChnl.3 | |
parent | 539e1e66ff6f99c987c8e03872ddaea5260db8f7 (diff) |
Notes
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) |