diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-01-27 08:20:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-01-27 08:20:57 (GMT) |
commit | d8387648493e0f7ecd91ccc3a2500785df5c6233 (patch) | |
tree | 51308daf736d2f7189c92831c68304556392f9f8 /doc | |
parent | 23e46e5885c4d067e714ea71ec37d6cdb915d47c (diff) | |
parent | 8ea5f2cfcee413e2281a0434827d999f43743f6c (diff) | |
download | tcl-d8387648493e0f7ecd91ccc3a2500785df5c6233.zip tcl-d8387648493e0f7ecd91ccc3a2500785df5c6233.tar.gz tcl-d8387648493e0f7ecd91ccc3a2500785df5c6233.tar.bz2 |
Update fcopy documentation regarding -size argument
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcopy.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fcopy.n b/doc/fcopy.n index d39c803..477f242 100644 --- a/doc/fcopy.n +++ b/doc/fcopy.n @@ -26,8 +26,8 @@ network sockets. The \fBfcopy\fR command transfers data from \fIinchan\fR until end of file or \fIsize\fR bytes or characters have been -transferred; \fIsize\fR is in bytes if the two channels are using the -same encoding, and is in characters otherwise. +transferred; \fIsize\fR is in bytes if the input channel is in binary mode, +and is in characters otherwise. If no \fB\-size\fR argument is given, then the copy goes until end of file. All the data read from \fIinchan\fR is copied to \fIoutchan\fR. |