1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

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

This commit is contained in:
Brian Feldman 2000-04-21 01:19:53 +00:00
parent 447bb3d818
commit 2b191cdcc1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59449

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