fixed bio(2) man page
This commit is contained in:
parent
c4dd0c0622
commit
2ebf18958e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
.TH BIO 2
|
.TH BIO 2
|
||||||
.SH NAME
|
.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
|
.SH SYNOPSIS
|
||||||
.ta \w'Biobuf* 'u
|
.ta \w'Biobuf* 'u
|
||||||
.B #include <u.h>
|
.B #include <u.h>
|
||||||
|
@ -79,7 +79,7 @@ int Bflush(Biobufhdr *bp)
|
||||||
int Bbuffered(Biobufhdr *bp)
|
int Bbuffered(Biobufhdr *bp)
|
||||||
.PP
|
.PP
|
||||||
.B
|
.B
|
||||||
void Blethal(Biobufhdr *bp, void (*errorf)(char *));
|
void Blethal(Biobufhdr *bp, void (*errorf)(char *))
|
||||||
.PP
|
.PP
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
These routines implement fast buffered I/O.
|
These routines implement fast buffered I/O.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue