From 2ebf18958eb21b5a2dcd7a1d5fa9e5c6f07179b0 Mon Sep 17 00:00:00 2001 From: aiju Date: Thu, 14 Jul 2011 12:48:16 +0200 Subject: [PATCH] fixed bio(2) man page --- sys/man/2/bio | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/man/2/bio b/sys/man/2/bio index 075212a6a..a059f1cf4 100644 --- a/sys/man/2/bio +++ b/sys/man/2/bio @@ -1,6 +1,6 @@ .TH BIO 2 .SH NAME -Bopen, Binit, Binits, Brdline, Brdstr, Bgetc, Bgetrune, Bgetd, Bungetc, Bungetrune, Bread, Bseek, Boffset, Bfildes, Blinelen, Bputc, Bputrune, Bprint, Bvprint, Bwrite, Bflush, Bterm, Bbuffered \- buffered input/output +Bopen, Binit, Binits, Brdline, Brdstr, Bgetc, Bgetrune, Bgetd, Bungetc, Bungetrune, Bread, Bseek, Boffset, Bfildes, Blinelen, Bputc, Bputrune, Bprint, Bvprint, Bwrite, Bflush, Bterm, Bbuffered, Blethal \- buffered input/output .SH SYNOPSIS .ta \w'Biobuf* 'u .B #include @@ -79,7 +79,7 @@ int Bflush(Biobufhdr *bp) int Bbuffered(Biobufhdr *bp) .PP .B -void Blethal(Biobufhdr *bp, void (*errorf)(char *)); +void Blethal(Biobufhdr *bp, void (*errorf)(char *)) .PP .SH DESCRIPTION These routines implement fast buffered I/O.