git: 9front

Download patch

ref: 4fa9f86586f242a0b75faf7f6b9b54fb902603c3
parent: f9acd553598172ffb3b84fc40dcb5753ae4eb636
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Jul 31 23:16:35 EDT 2015

bio(2): Bterm() closes filedescriptor for Bfdopen() allocated buffer

--- a/sys/man/2/bio
+++ b/sys/man/2/bio
@@ -155,7 +155,9 @@
 .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.
--