summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authoraiju <devnull@localhost>2017-05-04 17:47:03 +0000
committeraiju <devnull@localhost>2017-05-04 17:47:03 +0000
commit20b945a382fabd55f8bc54eaa796badaee8d6fd0 (patch)
treeb7f1f934820f3d5039df8c49ffe0a0f69678a6ef /sys/man/2
parentf681cf835af1e5c9e016e5245c24165b029a5e38 (diff)
bio(2): manpage typo
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/bio2
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.