summaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2007-05-31 21:41:42 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2007-05-31 21:41:42 +0000
commitf4bcaef69f8bd7c851b7dafaccf93abbe6b1b84f (patch)
tree89eadfd5e444e8230d70c40691488ccfeef5103e /share/man/man9/Makefile
parent8858a5f5a9ca6a4723ce09309514ef9e9133c7cf (diff)
add a manpage for workq stuff.
thanks to jmc for tweaking it. im sure he'll find more changes to make soon
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 0b0bb864e47..3bb9dd8b366 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.127 2007/05/09 19:31:14 claudio Exp $
+# $OpenBSD: Makefile,v 1.128 2007/05/31 21:41:41 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.
@@ -28,7 +28,7 @@ MAN= altq.9 aml_evalnode.9 atomic.9 audio.9 autoconf.9 bio_register.9 \
vfs_cache.9 vaccess.9 vclean.9 vcount.9 vdevgone.9 vfinddev.9 vflush.9 \
vflushbuf.9 vget.9 vgone.9 vhold.9 vinvalbuf.9 vnode.9 vnsubr.9 \
VOP_GETATTR.9 VOP_LOOKUP.9 vput.9 vrecycle.9 vref.9 vrele.9 \
- vwaitforio.9 vwakeup.9 wdog_register.9
+ vwaitforio.9 vwakeup.9 wdog_register.9 workq_add_task.9
MLINKS+=aml_evalnode.9 aml_evalname.9 aml_evalnode.9 aml_find_node.9 \
aml_evalnode.9 aml_freevalue.9 aml_evalnode.9 aml_val2int.9
@@ -337,5 +337,7 @@ MLINKS+=VOP_LOOKUP.9 VOP_ABORTOP.9 VOP_LOOKUP.9 VOP_ACCESS.9 \
VOP_LOOKUP.9 VOP_REVOKE.9 VOP_LOOKUP.9 VOP_RMDIR.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_destroy.9
.include <bsd.prog.mk>