bio(2): manpage typo

This commit is contained in:
aiju 2017-05-04 17:47:03 +00:00
parent f681cf835a
commit 20b945a382

View file

@ -85,7 +85,7 @@ int Bbuffered(Biobufhdr *bp)
void Blethal(Biobufhdr *bp, void (*errorf)(char *))
.PP
.B
void Biofn(Biobufhdr *bp, int (*iof)(Biohdr *, void *, long))
void Biofn(Biobufhdr *bp, int (*iof)(Biobufhdr *, void *, long))
.PP
.SH DESCRIPTION
These routines implement fast buffered I/O.