diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-03 03:57:43 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-03 03:57:43 +0000 |
commit | 247bb93f271273afc9be4bced92297210061f4ec (patch) | |
tree | c4d57ebb4c5fe4f3d29792fcad81a2a0e68694c4 /share/man/man9/Makefile | |
parent | d8eb3272575cd24e109a221967f5e51061539b6a (diff) |
lies lies lies lies lies
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index a5810c2fc56..dd0659ae6a6 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.206 2014/04/02 13:10:48 mpi Exp $ +# $OpenBSD: Makefile,v 1.207 2014/04/03 03:57:42 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. @@ -230,10 +230,7 @@ MLINKS+=kthread.9 kthread_create.9 kthread.9 kthread_exit.9 \ MLINKS+=ktrace.9 ktrcsw.9 ktrace.9 ktremul.9 ktrace.9 ktrgenio.9 \ ktrace.9 ktrnamei.9 ktrace.9 ktrpsig.9 ktrace.9 ktrsyscall.9 \ ktrace.9 ktrsysret.9 ktrace.9 KTRPOINT.9 -MLINKS+=lock.9 lockinit.9 lock.9 lockmgr.9 lock.9 lockstatus.9 \ - lock.9 lockmgr_printinfo.9 \ - lock.9 simple_lock_init.9 lock.9 simple_lock.9 \ - lock.9 simple_lock_try.9 lock.9 simple_unlock.9 +MLINKS+=lock.9 lockinit.9 lock.9 lockmgr.9 lock.9 lockstatus.9 MLINKS+=log.9 addlog.9 MLINKS+=malloc.9 free.9 MLINKS+=membar_sync.9 membar_enter.9 membar_sync.9 membar_exit.9 \ |