diff options
Diffstat (limited to 'contrib/tcl/doc/seek.n')
-rw-r--r-- | contrib/tcl/doc/seek.n | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/tcl/doc/seek.n b/contrib/tcl/doc/seek.n index d31cf15e5af18..ac796e695af23 100644 --- a/contrib/tcl/doc/seek.n +++ b/contrib/tcl/doc/seek.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" SCCS: @(#) seek.n 1.9 96/02/15 20:02:34 +'\" SCCS: @(#) seek.n 1.10 96/08/26 13:00:14 '\" .so man.macros .TH seek n 7.5 Tcl "Tcl Built-In Commands" @@ -45,10 +45,7 @@ position after the end of file. The \fIorigin\fR argument defaults to \fBstart\fR. .PP The command flushes all buffered output for the channel before the command -returns, -.VS -even if the channel is in nonblocking mode. -.VE +returns, even if the channel is in nonblocking mode. It also discards any buffered and unread input. This command returns an empty string. An error occurs if this command is applied to channels whose underlying |