bsd man page for flush

Query: flush

OS: bsd

Section: 3f

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FLUSH(3F)																 FLUSH(3F)

NAME
flush - flush output to a logical unit
SYNOPSIS
subroutine flush (lunit)
DESCRIPTION
Flush causes the contents of the buffer for logical unit lunit to be flushed to the associated file. This is most useful for logical units 0 and 6 when they are both associated with the control terminal.
FILES
/usr/lib/libI77.a
SEE ALSO
fclose(3S) 4.2 Berkeley Distribution May 15, 1985 FLUSH(3F)
Related Man Pages
flush(1t) - opensolaris
fstat(3f) - bsd
stat(3f) - bsd
flush(3) - php
flush(1) - freebsd
Similar Topics in the Unix Linux Community
Flushing Memory
lp print flush
which signal will flush the file buffer in C/C++
Why must flush all line-buffered output streams?
Why does fflush(stdin) fail to work ?