Poul-Henning's changes necessitate s/bp->b_flags/bp->b_io/bio_cmd/.

This commit is contained in:
green 2000-04-21 01:19:53 +00:00
parent 9299befccf
commit 9738fe7145

View File

@ -50,7 +50,7 @@ the buffer to be read or written
.El
.Pp
This call either reads or writes data from a file, depending on the value of
.Fa bp->b_flags .
.Fa bp->b_io.bio_cmd .
.Sh RETURN VALUES
Zero is returned on success, otherwise an error is returned.
.Sh SEE ALSO