diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/imfort/doc/bfflsh.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/imfort/doc/bfflsh.hlp')
-rw-r--r-- | sys/imfort/doc/bfflsh.hlp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sys/imfort/doc/bfflsh.hlp b/sys/imfort/doc/bfflsh.hlp new file mode 100644 index 00000000..3dc676a0 --- /dev/null +++ b/sys/imfort/doc/bfflsh.hlp @@ -0,0 +1,26 @@ +.help bfflsh Sep86 imfort.bfio +.ih +NAME +bfflsh -- flush any buffered output data to disk +.ih +SYNOPSIS +.nf +integer function bfflsh (fd) + +integer fd #I BFIO file descriptor of open file +.fi +.ih +DESCRIPTION +The \fIbfflsh\fR procedure flushes any buffered output data to a binary +file opened for read-write access. +.ih +RETURN VALUE +A negative status indicates failure, e.g., a write error on the file. +.ih +NOTES +If the buffer has already been flushed or the file was opened for read-only +access, \fIbfflsh\fR is a no-op. +.ih +SEE ALSO +bfwrit +.endhelp |