summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-06-13 01:21:35 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-06-13 01:21:35 +0000
commit0434ea0002034c38384096939e935543d405afe1 (patch)
treeaeae9118e89c40062ec5489a0e5ef5a69e20325b /share
parent74c3766d761a625bbfbad13c2a980c5ca2c32c31 (diff)
some missing links for VOP*
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 45392ef2700..365884a3ef5 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.71 2003/06/11 17:34:35 deraadt Exp $
+# $OpenBSD: Makefile,v 1.72 2003/06/13 01:21:34 tedu Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -199,13 +199,15 @@ MLINKS+=kern.9 imax.9 kern.9 imin.9 kern.9 lmax.9 kern.9 lmin.9 \
kern.9 srandom.9 kern.9 getsn.9
# VOP functions
-MLINKS+=VOP_LOOKUP.9 VOP_CREATE.9 \
- VOP_LOOKUP.9 VOP_FSYNC.9 VOP_LOOKUP.9 VOP_ISLOCKED.9 \
- VOP_LOOKUP.9 VOP_GETEXTATTR.9 VOP_LOOKUP.9 VOP_LINK.9 \
- VOP_LOOKUP.9 VOP_LOCK.9 VOP_LOOKUP.9 VOP_MKDIR.9 \
- VOP_LOOKUP.9 VOP_READLINK.9 VOP_LOOKUP.9 VOP_REMOVE.9 \
- VOP_LOOKUP.9 VOP_RECLAIM.9 VOP_LOOKUP.9 VOP_REVOKE.9 \
- VOP_LOOKUP.9 VOP_RMDIR.9 VOP_LOOKUP.9 VOP_SETEXTATTR.9 \
- VOP_LOOKUP.9 VOP_SYMLINK.9 VOP_LOOKUP.9 VOP_UNLOCK.9
+MLINKS+=VOP_LOOKUP.9 VOP_CREATE.9 VOP_LOOKUP.9 VOP_FSYNC.9 \
+ VOP_LOOKUP.9 VOP_GETEXTATTR.9 VOP_LOOKUP.9 VOP_ISLOCKED.9 \
+ VOP_LOOKUP.9 VOP_LINK.9 VOP_LOOKUP.9 VOP_LOCK.9 \
+ VOP_LOOKUP.9 VOP_MKDIR.9 VOP_LOOKUP.9 VOP_PRINT.9 \
+ VOP_LOOKUP.9 VOP_READLINK.9 VOP_LOOKUP.9 VOP_REALOCBLKS.9 \
+ VOP_LOOKUP.9 VOP_RECLAIM.9 VOP_LOOKUP.9 VOP_REMOVE.9 \
+ VOP_LOOKUP.9 VOP_REVOKE.9 VOP_LOOKUP.9 VOP_RMDIR.9 \
+ VOP_LOOKUP.9 VOP_SETEXTATTR.9 VOP_LOOKUP.9 VOP_STRATEGY.9 \
+ VOP_LOOKUP.9 VOP_SYMLINK.9 VOP_LOOKUP.9 VOP_UNLOCK.9 \
+ VOP_LOOKUP.9 VOP_WHITEOUT.9
.include <bsd.prog.mk>