diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-31 04:36:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-31 04:36:22 +0000 |
commit | 05456b2869b3516ae513dd33171659862ae86204 (patch) | |
tree | 9462fe23bb2c88e2fe027127392c175d78281618 | |
parent | 52c7ed11ee5d062a180b01f6f00eec3e80fc181f (diff) |
oops, wrong MLINK
-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 20d612ba061..e78da18566a 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.187 2013/10/30 19:31:30 jmc Exp $ +# $OpenBSD: Makefile,v 1.188 2013/10/31 04:36:21 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. @@ -323,7 +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_create.9 \ +MLINKS+=task_add.9 taskq_create.9 \ task_add.9 taskq_destroy.9 \ task_add.9 task_set.9 \ task_add.9 task_del.9 |