diff options
author | dgp <dgp@users.sourceforge.net> | 2001-12-07 17:38:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-12-07 17:38:33 (GMT) |
commit | 2cbac63a7dc061dc68347e297b82609c9802bb95 (patch) | |
tree | c234d7816985243cb52b917a46a293387b9c6002 /doc/OpenFileChnl.3 | |
parent | e69719ee4125cc09779401e3dda6c4b67651d382 (diff) | |
download | tcl-2cbac63a7dc061dc68347e297b82609c9802bb95.zip tcl-2cbac63a7dc061dc68347e297b82609c9802bb95.tar.gz tcl-2cbac63a7dc061dc68347e297b82609c9802bb95.tar.bz2 |
fixed typo
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 33d7f1d..321ed79 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.13 2001/09/24 09:41:17 dkf Exp $ +'\" RCS: @(#) $Id: OpenFileChnl.3,v 1.14 2001/12/07 17:38:33 dgp Exp $ .so man.macros .TH Tcl_OpenFileChannel 3 8.3 Tcl "Tcl Library Procedures" .BS @@ -505,7 +505,7 @@ procedure may be invoked to determine if the channel is blocked because of input unavailability. .PP \fBTcl_Gets\fR is the same as \fBTcl_GetsObj\fR except the resulting -characters are appended to the appended to the dynamic string given by +characters are appended to the dynamic string given by \fIdsPtr\fR rather than a Tcl object. .SH "TCL_UNGETS" |