diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-10-29 04:35:47 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-10-29 04:35:47 +0000 |
commit | 6e5befed9873b8eae14062dc1093519eb5acb713 (patch) | |
tree | 0ccc5edaee9dc69606a0616fbd312ea079fe7383 /share/man | |
parent | c8014ced51d6fe962086bef1ef960bf070392e2a (diff) |
u_int -> unsigned int
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/task_add.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/task_add.9 b/share/man/man9/task_add.9 index ae8df7375fd..9fea6452460 100644 --- a/share/man/man9/task_add.9 +++ b/share/man/man9/task_add.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: task_add.9,v 1.1 2013/10/29 04:35:20 dlg Exp $ +.\" $OpenBSD: task_add.9,v 1.2 2013/10/29 04:35:46 dlg Exp $ .\" .\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org> .\" @@ -30,7 +30,7 @@ .Ft struct taskq * .Fn "taskq_systq" "void" .Ft struct taskq * -.Fn "taskq_create" "const char *name" "u_int nthreads" "int ipl" +.Fn "taskq_create" "const char *name" "unsigned int nthreads" "int ipl" .Ft void .Fn "taskq_destroy" "struct taskq *tq" .Ft void |