summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-11-15 14:55:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-11-15 14:55:23 +0000
commitc199f291d5abd4fe5121207d8853d4fff6ac7bc7 (patch)
tree324914c7fc1f07ff9b0fe8f9d84ddf161b97a820
parentd004024346c36617bdff81c69fcc6757e2c58f4b (diff)
word fix;
-rw-r--r--share/man/man9/VOP_LOOKUP.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index eee1ec5e769..31eb8371751 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: VOP_LOOKUP.9,v 1.27 2015/07/05 18:24:50 millert Exp $
+.\" $OpenBSD: VOP_LOOKUP.9,v 1.28 2015/11/15 14:55:22 jmc Exp $
.\"
.\" Copyright (c) 2003 Ted Unangst
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 5 2015 $
+.Dd $Mdocdate: November 15 2015 $
.Dt VOP_LOOKUP 9
.Os
.Sh NAME
@@ -366,7 +366,7 @@ Convert the logical block number
.Fa bn
of the file the locked vnode
.Fa vp
-is associated with to its physical number on-disk.
+is associated with its physical number on-disk.
The physical block number is stored in
.Fa *bnp
on return.