summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-07-24 09:31:41 +0000
committerjmc <jmc@openbsd.org>2003-07-24 09:31:41 +0000
commit1b98bb63216d0b2411f6e053b4d656dd78b52fd3 (patch)
tree28efca6f001e65d4e4cf8b7707693db4523f4cf3
parentknote() appeared in OBSD 2.9; (diff)
downloadwireguard-openbsd-1b98bb63216d0b2411f6e053b4d656dd78b52fd3.tar.xz
wireguard-openbsd-1b98bb63216d0b2411f6e053b4d656dd78b52fd3.zip
.Xr vnodeops -> .Xr VOP_LOOKUP;
-rw-r--r--share/man/man9/namei.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index a66f707062f..f9615dfd286 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: namei.9,v 1.1 2003/07/21 23:52:36 mickey Exp $
+.\" $OpenBSD: namei.9,v 1.2 2003/07/24 09:31:41 jmc Exp $
.\" $NetBSD: namei.9,v 1.9 2003/05/06 10:46:44 jmmv Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -116,13 +116,13 @@ structure
This structure describes the subset of information from the nameidata
structure that is passed through to the vnode operations.
See
-.Xr vnodeops 9
+.Xr VOP_LOOKUP 9
for more information.
The details of the componentname structure are not absolutely necessary
since the members are initialised by the helper macro
.Fn NDINIT .
It is useful to know the operations and flags as specified in
-.Xr vnodeops 9 .
+.Xr VOP_LOOKUP 9 .
.Pp
The
.Nm