diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-01 03:16:35 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-01 03:16:35 +0200 |
commit | f42a7ade7094525a9f80fb714102fd5fc69f180a (patch) | |
tree | 35de0baecbdeef085325af415aa6dc393a4806e3 /sys | |
parent | 69daa9fd96668123b751de83df864531a092b0f2 (diff) |
bio(2): Bterm() closes filedescriptor for Bfdopen() allocated buffer
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/2/bio | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/man/2/bio b/sys/man/2/bio index 1aae56005..ae8adf291 100644 --- a/sys/man/2/bio +++ b/sys/man/2/bio @@ -155,7 +155,9 @@ and returns .IR Bflush 's return value. If the buffer was allocated by -.IR Bopen , +.IR Bopen +or +.IR Bfdopen , the buffer is .I freed and the file is closed. |