git: 9front

Download patch

ref: 33f4e7aead0ebb50fb7688cea981bfb0129a8ac6
parent: 5a71930e75880f8550d5f65b41dce095e42a8560
author: aiju <devnull@localhost>
date: Thu May 4 13:47:03 EDT 2017

bio(2): manpage typo

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