diff options
author | 2006-12-28 22:59:11 +0000 | |
---|---|---|
committer | 2006-12-28 22:59:11 +0000 | |
commit | e8e9e73f6ce3ec556da913897742f2e7deb186e9 (patch) | |
tree | 585f863cab9d442496dea0b1fbd64cc23ea31b34 | |
parent | spacing. (diff) | |
download | wireguard-openbsd-e8e9e73f6ce3ec556da913897742f2e7deb186e9.tar.xz wireguard-openbsd-e8e9e73f6ce3ec556da913897742f2e7deb186e9.zip |
s/vfs_lookup/VOP_LOOKUP/ since the former does not
exist and we are talking about the latter.
ok pedro@
-rw-r--r-- | share/man/man9/namei.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index a8940fff23d..4647c20696b 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: namei.9,v 1.12 2006/06/23 22:20:39 sturm Exp $ +.\" $OpenBSD: namei.9,v 1.13 2006/12/28 22:59:11 thib Exp $ .\" $NetBSD: namei.9,v 1.9 2003/05/06 10:46:44 jmmv Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -160,7 +160,8 @@ symlink needs interpretation .It REQUIREDIR must be a directory .It PDIRUNLOCK -vfs_lookup() unlocked parent dir +.Fn VOP_LOOKUP +unlocked parent dir .El .Pp If the caller of |