summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-08-01 03:16:35 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-08-01 03:16:35 +0200
commitf42a7ade7094525a9f80fb714102fd5fc69f180a (patch)
tree35de0baecbdeef085325af415aa6dc393a4806e3 /sys/man
parent69daa9fd96668123b751de83df864531a092b0f2 (diff)
bio(2): Bterm() closes filedescriptor for Bfdopen() allocated buffer
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/2/bio4
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.