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/bfbsiz.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/imfort/doc/bfbsiz.hlp')
-rw-r--r-- | sys/imfort/doc/bfbsiz.hlp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys/imfort/doc/bfbsiz.hlp b/sys/imfort/doc/bfbsiz.hlp new file mode 100644 index 00000000..aeea7912 --- /dev/null +++ b/sys/imfort/doc/bfbsiz.hlp @@ -0,0 +1,22 @@ +.help bfbsiz Sep86 imfort.bfio +.ih +NAME +bfbsiz -- get the buffer size in chars of a binary file +.ih +SYNOPSIS +.nf +integer function bfbsiz (fd) + +integer fd #I BFIO file descriptor of open file +.fi +.ih +DESCRIPTION +The \fIbfbsiz\fR function is used to query the size in SPP char units of +storage of the internal BFIO file buffer. +.ih +RETURN VALUE +The size of the BFIO file buffer in chars is returned as the function value. +.ih +SEE ALSO +bffsiz, bfchan +.endhelp |