ref: 9253acfd22adb19465d5503e82f6ca2f9c4470fa
parent: 875917404eca131b254d0f16548b32d22e74b816
author: aiju <aiju@phicode.de>
date: Thu Jul 14 08:48:16 EDT 2011
fixed bio(2) man page
--- 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 <u.h>
@@ -79,7 +79,7 @@
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.
--
⑨