.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "BIO_PUT" "" "06 October 2005" "" ""
.SH NAME
bio_put \- release a reference to a bio
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void bio_put (struct bio * \fIbio\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbio\fB\fR
bio to release reference to
.SH "DESCRIPTION"
.PP
Put a reference to a &struct bio, either one you have gotten with
bio_alloc or bio_get. The last put of a bio will free it.