diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-18 00:25:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-18 00:25:06 +0000 |
commit | a41e80a9e63fc798a32d753034fa381fa739dbc9 (patch) | |
tree | 4bdd2607de75a0f81bcc87d73ca39036778c0f55 /share/man | |
parent | 08c86982fdb6a1b9b0746429773affde18e11071 (diff) |
remove MLINKS for VOP_GETEXTATTR(9) and VOP_SETEXTATTR(9);
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index c33f33ce4a5..09db4bfa948 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.97 2005/06/17 20:49:27 drahn Exp $ +# $OpenBSD: Makefile,v 1.98 2005/06/18 00:25:05 jmc Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -295,7 +295,7 @@ MLINKS+=VOP_LOOKUP.9 VOP_ABORTOP.9 VOP_LOOKUP.9 VOP_ACCESS.9 \ VOP_LOOKUP.9 VOP_ADVLOCK.9 VOP_LOOKUP.9 VOP_BMAP.9 \ VOP_LOOKUP.9 VOP_BWRITE.9 VOP_LOOKUP.9 VOP_CLOSE.9 \ VOP_LOOKUP.9 VOP_CREATE.9 VOP_LOOKUP.9 VOP_FSYNC.9 \ - VOP_LOOKUP.9 VOP_GETATTR.9 VOP_LOOKUP.9 VOP_GETEXTATTR.9 \ + VOP_LOOKUP.9 VOP_GETATTR.9 \ VOP_LOOKUP.9 VOP_INACTIVE.9 VOP_LOOKUP.9 VOP_IOCTL.9 \ VOP_LOOKUP.9 VOP_ISLOCKED.9 VOP_LOOKUP.9 VOP_KQFILTER.9 \ VOP_LOOKUP.9 VOP_LINK.9 \ @@ -307,7 +307,7 @@ MLINKS+=VOP_LOOKUP.9 VOP_ABORTOP.9 VOP_LOOKUP.9 VOP_ACCESS.9 \ VOP_LOOKUP.9 VOP_REALLOCBLKS.9 VOP_LOOKUP.9 VOP_RECLAIM.9 \ VOP_LOOKUP.9 VOP_REMOVE.9 VOP_LOOKUP.9 VOP_RENAME.9 \ VOP_LOOKUP.9 VOP_REVOKE.9 VOP_LOOKUP.9 VOP_RMDIR.9 \ - VOP_LOOKUP.9 VOP_SETATTR.9 VOP_LOOKUP.9 VOP_SETEXTATTR.9 \ + VOP_LOOKUP.9 VOP_SETATTR.9 \ VOP_LOOKUP.9 VOP_STRATEGY.9 VOP_LOOKUP.9 VOP_SYMLINK.9 \ VOP_LOOKUP.9 VOP_UNLOCK.9 VOP_LOOKUP.9 VOP_WRITE.9 |