diff options
author | 2004-07-03 00:56:38 +0000 | |
---|---|---|
committer | 2004-07-03 00:56:38 +0000 | |
commit | c753ccb982ef8fec12fabd6b44e21fc9d37071be (patch) | |
tree | 7f6cee1970e2d7607187919a0dc8c8f657c6b9b7 | |
parent | move into #ifdef; various people (diff) | |
download | wireguard-openbsd-c753ccb982ef8fec12fabd6b44e21fc9d37071be.tar.xz wireguard-openbsd-c753ccb982ef8fec12fabd6b44e21fc9d37071be.zip |
typo; Jared
-rw-r--r-- | share/man/man9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index acdfb1d2386..a08be729ade 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.78 2004/05/23 18:37:06 grange Exp $ +# $OpenBSD: Makefile,v 1.79 2004/07/03 00:56:38 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. @@ -216,7 +216,7 @@ 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_READLINK.9 VOP_LOOKUP.9 VOP_REALLOCBLKS.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 \ |