diff options
| -rw-r--r-- | sys/man/2/bio | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
