aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorMatthew D Fleming <mdf@FreeBSD.org>2010-11-08 20:56:31 +0000
committerMatthew D Fleming <mdf@FreeBSD.org>2010-11-08 20:56:31 +0000
commitf46276a9b0dd5274905bff812f58edc1c17571d3 (patch)
tree899d8e0d6f17680a9b78254843161a1ae057db95 /share/man/man9/Makefile
parent75ba301116c07a74dfdc5fc9643f4a251407f2bc (diff)
downloadsrc-f46276a9b0dd5274905bff812f58edc1c17571d3.tar.gz
src-f46276a9b0dd5274905bff812f58edc1c17571d3.zip
Add a taskqueue_cancel(9) to cancel a pending task without waiting for
it to run as taskqueue_drain(9) does. Requested by: hselasky Original code: jeff Reviewed by: jhb MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=215011
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index e6a490a9d98a..ecb1dff57610 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1212,6 +1212,7 @@ MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_add.9 \
sysctl_ctx_init.9 sysctl_ctx_entry_find.9 \
sysctl_ctx_init.9 sysctl_ctx_free.9
MLINKS+=taskqueue.9 TASK_INIT.9 \
+ taskqueue.9 taskqueue_cancel.9 \
taskqueue.9 taskqueue_create.9 \
taskqueue.9 taskqueue_create_fast.9 \
taskqueue.9 TASKQUEUE_DECLARE.9 \