URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [insight/] [tcl/] [doc/] [flush.n] - Blame information for rev 1771
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
578 |
markom |
'\"
|
2 |
|
|
'\" Copyright (c) 1993 The Regents of the University of California.
|
3 |
|
|
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
|
4 |
|
|
'\"
|
5 |
|
|
'\" See the file "license.terms" for information on usage and redistribution
|
6 |
|
|
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
7 |
|
|
'\"
|
8 |
|
|
'\" RCS: @(#) $Id: flush.n,v 1.1.1.1 2002-01-16 10:25:24 markom Exp $
|
9 |
|
|
'\"
|
10 |
|
|
.so man.macros
|
11 |
|
|
.TH flush n 7.5 Tcl "Tcl Built-In Commands"
|
12 |
|
|
.BS
|
13 |
|
|
'\" Note: do not modify the .SH NAME line immediately below!
|
14 |
|
|
.SH NAME
|
15 |
|
|
flush \- Flush buffered output for a channel
|
16 |
|
|
.SH SYNOPSIS
|
17 |
|
|
\fBflush \fIchannelId\fR
|
18 |
|
|
.BE
|
19 |
|
|
|
20 |
|
|
.SH DESCRIPTION
|
21 |
|
|
.PP
|
22 |
|
|
Flushes any output that has been buffered for \fIchannelId\fR.
|
23 |
|
|
\fIChannelId\fR must be a channel identifier such as returned by a previous
|
24 |
|
|
\fBopen\fR or \fBsocket\fR command, and it must have been opened for writing.
|
25 |
|
|
If the channel is in blocking mode the command does not return until all the
|
26 |
|
|
buffered output has been flushed to the channel. If the channel is in
|
27 |
|
|
nonblocking mode, the command may return before all buffered output has been
|
28 |
|
|
flushed; the remainder will be flushed in the background as fast as the
|
29 |
|
|
underlying file or device is able to absorb it.
|
30 |
|
|
|
31 |
|
|
.SH "SEE ALSO"
|
32 |
|
|
open(n), socket(n)
|
33 |
|
|
|
34 |
|
|
.SH KEYWORDS
|
35 |
|
|
blocking, buffer, channel, flush, nonblocking, output
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.