summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_STRATEGY.9
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-04-21 01:19:53 +0000
committergreen <green@FreeBSD.org>2000-04-21 01:19:53 +0000
commit9738fe7145fff1f9ba50ef8ea0161906f43d6ef7 (patch)
tree25561bb8b20885dcb5c6e10794a7d7eb53a03968 /share/man/man9/VOP_STRATEGY.9
parent9299befccf5a4578739ca6b2d7f043635f66b9f3 (diff)
downloadFreeBSD-src-9738fe7145fff1f9ba50ef8ea0161906f43d6ef7.zip
FreeBSD-src-9738fe7145fff1f9ba50ef8ea0161906f43d6ef7.tar.gz
Poul-Henning's changes necessitate s/bp->b_flags/bp->b_io/bio_cmd/.
Diffstat (limited to 'share/man/man9/VOP_STRATEGY.9')
-rw-r--r--share/man/man9/VOP_STRATEGY.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_STRATEGY.9 b/share/man/man9/VOP_STRATEGY.9
index 6a65c29..172c046 100644
--- a/share/man/man9/VOP_STRATEGY.9
+++ b/share/man/man9/VOP_STRATEGY.9
@@ -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
OpenPOWER on IntegriCloud