diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2009-09-02 14:17:23 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2009-09-02 14:17:23 +0000 |
commit | bc769e594a61c260c816bdac0e52cf00821d27e4 (patch) | |
tree | 5eaeb98aaac4046201d22922f85d1377d53a5498 /share/man/man9 | |
parent | 2de40a35d82ec6b2760a45b24d358182bf34e450 (diff) |
workq_add_task.9
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 3a1cc615627..9ebb33dbfaa 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.154 2009/07/20 14:55:50 jmc Exp $ +# $OpenBSD: Makefile,v 1.155 2009/09/02 14:17:22 dlg Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -350,6 +350,7 @@ MLINKS+=VOP_LOOKUP.9 VOP_ABORTOP.9 VOP_LOOKUP.9 VOP_ACCESS.9 \ VOP_LOOKUP.9 VOP_STRATEGY.9 VOP_LOOKUP.9 VOP_SYMLINK.9 \ VOP_LOOKUP.9 VOP_UNLOCK.9 VOP_LOOKUP.9 VOP_WRITE.9 MLINKS+=workq_add_task.9 workq_create.9 \ + workq_add_task.9 workq_queue_task.9 \ workq_add_task.9 workq_destroy.9 .include <bsd.prog.mk> |