aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-04-21 01:19:53 +0000
committerBrian Feldman <green@FreeBSD.org>2000-04-21 01:19:53 +0000
commit2b191cdcc11a42fedb5acd991257dec64412f2e5 (patch)
tree465b6d600ece8224b5ef5b20668f4c6f0bdd11cc
parent447bb3d818164c9a960d6795b4581cd9d4e0c5c8 (diff)
Notes
-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 6a65c29c2c00..172c046cf2f3 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