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 | |
parent | 872b3d7331e1e7af56dfad4dc3419d65ba3c74db (diff) |
task_systq got removed;
-rw-r--r-- | share/man/man9/Makefile | 5 | ||||
-rw-r--r-- | share/man/man9/task_add.9 | 3 |
2 files changed, 3 insertions, 5 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 diff --git a/share/man/man9/task_add.9 b/share/man/man9/task_add.9 index c7168da6e68..526d3a7041c 100644 --- a/share/man/man9/task_add.9 +++ b/share/man/man9/task_add.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: task_add.9,v 1.4 2013/10/30 02:11:32 dlg Exp $ +.\" $OpenBSD: task_add.9,v 1.5 2013/10/30 19:31:30 jmc Exp $ .\" .\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org> .\" @@ -18,7 +18,6 @@ .Dt TASK_ADD 9 .Os .Sh NAME -.Nm taskq_systq , .Nm taskq_create , .Nm taskq_destroy , .Nm task_set , |