diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-24 09:31:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-24 09:31:42 +0000 |
commit | d3b27e35971d741dd22c9efcd80d37f89aa45d99 (patch) | |
tree | 26f02548d5eb5da75f48830b219cb941aa71dc8e /share/man | |
parent | 9675246695d41a025e2cb3bb646d058647dbb312 (diff) |
.Xr vnodeops -> .Xr VOP_LOOKUP;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/namei.9 | 6 |
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 |