diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 15:37:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 15:37:43 (GMT) |
commit | 25fb71d60b4159d11364bdc2b360deb7fc58605e (patch) | |
tree | c6357653fbdbcd32a2bc9c6f97f2cb3a9ceac11b /doc/OpenFileChnl.3 | |
parent | b28ec5359a9e725985e869eb7c60b4d68637aa42 (diff) | |
download | tcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.zip tcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.tar.gz tcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.tar.bz2 |
Fix the argument list widths properly...
Diffstat (limited to 'doc/OpenFileChnl.3')
-rw-r--r-- | doc/OpenFileChnl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/OpenFileChnl.3 b/doc/OpenFileChnl.3 index 9de49d3..fafb9d9 100644 --- a/doc/OpenFileChnl.3 +++ b/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. '\" -'\" RCS: @(#) $Id: OpenFileChnl.3,v 1.28 2004/10/07 15:15:38 dkf Exp $ +'\" RCS: @(#) $Id: OpenFileChnl.3,v 1.29 2004/10/07 15:37:44 dkf Exp $ .so man.macros .TH Tcl_OpenFileChannel 3 8.3 Tcl "Tcl Library Procedures" .BS @@ -108,7 +108,7 @@ int \fBTcl_SetChannelOption\fR(\fIinterp, channel, optionName, newValue\fR) .sp .SH ARGUMENTS -.AS Tcl_ChannelType newClientProcPtr in/out +.AS Tcl_DString *channelName in/out .AP Tcl_Interp *interp in Used for error reporting and to look up a channel registered in it. .AP "const char" *fileName in |