From 20b945a382fabd55f8bc54eaa796badaee8d6fd0 Mon Sep 17 00:00:00 2001 From: aiju Date: Thu, 4 May 2017 17:47:03 +0000 Subject: [PATCH] bio(2): manpage typo --- sys/man/2/bio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/man/2/bio b/sys/man/2/bio index 1f15cd76f..31a5c8386 100644 --- a/sys/man/2/bio +++ b/sys/man/2/bio @@ -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.