summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2007-05-31 21:43:03 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2007-05-31 21:43:03 +0000
commit77d4358d9f1db6ccfdba590e81aec0384d81db82 (patch)
tree78dd1113562ec425882e5a51d5a2ba51cd2d4dab /share/man
parentf4bcaef69f8bd7c851b7dafaccf93abbe6b1b84f (diff)
tedu just moved an argument to workq_add_task
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/workq_add_task.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/workq_add_task.9 b/share/man/man9/workq_add_task.9
index 6cd5bcd9851..e7ee5ff38c9 100644
--- a/share/man/man9/workq_add_task.9
+++ b/share/man/man9/workq_add_task.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: workq_add_task.9,v 1.1 2007/05/31 21:41:41 dlg Exp $
+.\" $OpenBSD: workq_add_task.9,v 1.2 2007/05/31 21:43:02 dlg Exp $
.\"
.\" Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
.\"
@@ -35,7 +35,7 @@
.Sh SYNOPSIS
.Fd #include <sys/workq.h>
.Ft int
-.Fn "workq_add_task" "struct workq *wq" "void (*func)(void *, void *)" "void *arg1" "void *arg2" "int flags"
+.Fn "workq_add_task" "struct workq *wq" "int flags" "void (*func)(void *, void *)" "void *arg1" "void *arg2"
.Ft struct workq *
.Fn "workq_create" "const char *name" "int maxthreads"
.Ft void