diff options
Diffstat (limited to 'contrib/tcl/doc/close.n')
-rw-r--r-- | contrib/tcl/doc/close.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcl/doc/close.n b/contrib/tcl/doc/close.n index 0ed5a1f89c35..4ee53eade8bc 100644 --- a/contrib/tcl/doc/close.n +++ b/contrib/tcl/doc/close.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: @(#) close.n 1.10 96/02/15 20:01:34 +'\" SCCS: @(#) close.n 1.11 97/08/22 18:50:48 '\" .so man.macros .TH close n 7.5 Tcl "Tcl Built-In Commands" @@ -25,7 +25,7 @@ or \fBsocket\fR command. All buffered output is flushed to the channel's output device, any buffered input is discarded, the underlying file or device is closed, and \fIchannelId\fR becomes unavailable for use. -.VS br +.VS "" br .PP If the channel is blocking, the command does not return until all output is flushed. @@ -37,7 +37,7 @@ channel will be closed when all the flushing is complete. .PP If \fIchannelId\fR is a blocking channel for a command pipeline then \fBclose\fR waits for the child processes to complete. -.VS br +.VS "" br .PP If the channel is shared between interpreters, then \fBclose\fR makes \fIchannelId\fR unavailable in the invoking interpreter but has no |