diff options
Diffstat (limited to 'share/man/man9/Makefile')
-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 eba19ae3de8..20d612ba061 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.186 2013/10/29 07:57:57 jmc Exp $ +# $OpenBSD: Makefile,v 1.187 2013/10/30 19:31:30 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. @@ -323,8 +323,7 @@ MLINKS+=sysctl_int.9 sysctl_int_arr.9 sysctl_int.9 sysctl_quad.9 \ sysctl_int.9 sysctl_struct.9 sysctl_int.9 ctlname.9 MLINKS+=systrace.9 systrace_redirect.9 \ systrace.9 systrace_fork.9 systrace.9 systrace_exit.9 -MLINKS+=task_add.9 task_systq.9 \ - task_add.9 taskq_create.9 \ +MLINKS+=task_add.9 task_create.9 \ task_add.9 taskq_destroy.9 \ task_add.9 task_set.9 \ task_add.9 task_del.9 |