summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-12-02 10:20:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-12-02 10:20:47 +0000
commitd4fbea8eccb7c2166ba78e5bd924b28f578f827d (patch)
treed838734991e48e6da15aa5676bee39feaa087156
parent13c8c39ac8ffd9978f10bf37abeb9afd74ba4108 (diff)
add VOP_{GET,SET}ATTR to NAME too;
-rw-r--r--share/man/man9/VOP_LOOKUP.94
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index aa28975b8c4..4aad9ac430b 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.30 2015/12/02 09:46:29 tedu Exp $
+.\" $OpenBSD: VOP_LOOKUP.9,v 1.31 2015/12/02 10:20:46 jmc Exp $
.\"
.\" Copyright (c) 2003 Ted Unangst
.\" All rights reserved.
@@ -36,6 +36,7 @@
.Nm VOP_CLOSE ,
.Nm VOP_CREATE ,
.Nm VOP_FSYNC ,
+.Nm VOP_GETATTR ,
.Nm VOP_INACTIVE ,
.Nm VOP_IOCTL ,
.Nm VOP_ISLOCKED ,
@@ -57,6 +58,7 @@
.Nm VOP_RENAME ,
.Nm VOP_REVOKE ,
.Nm VOP_RMDIR ,
+.Nm VOP_SETATTR ,
.Nm VOP_STRATEGY ,
.Nm VOP_SYMLINK ,
.Nm VOP_UNLOCK ,