diff options
author | 2003-07-25 03:29:39 +0000 | |
---|---|---|
committer | 2003-07-25 03:29:39 +0000 | |
commit | 683c8325f46ee9dd3625c60ad04cc8598236d0c9 (patch) | |
tree | c33277c642b868f7540196e80d0647a0669fbea0 | |
parent | New format attribute __kprintf__, which understands the special kernel (diff) | |
download | wireguard-openbsd-683c8325f46ee9dd3625c60ad04cc8598236d0c9.tar.xz wireguard-openbsd-683c8325f46ee9dd3625c60ad04cc8598236d0c9.zip |
oops
-rw-r--r-- | share/man/man9/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index bcb76f3eb18..0f8afa205f4 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.75 2003/07/25 02:27:33 deraadt Exp $ +# $OpenBSD: Makefile,v 1.76 2003/07/25 03:29:39 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -209,8 +209,7 @@ MLINKS+=kern.9 imax.9 kern.9 imin.9 kern.9 lmax.9 kern.9 lmin.9 \ # VOP functions 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_LOOKUP.9 VOP_LOOKUP.9 VOP_LINK.9 \ - VOP_LOOKUP.9 VOP_LOCK.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 \ |