diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-10-30 19:31:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-10-30 19:31:31 +0000 |
commit | cda679841068b77db450df3ca73826f2661ef5fd (patch) | |
tree | 18f8e4e231b3ea880400fc18be134d3ce58529ed /share/man/man9/Makefile | |
parent | 872b3d7331e1e7af56dfad4dc3419d65ba3c74db (diff) |
task_systq got removed;
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 |