summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2004-12-29 04:29:06 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2004-12-29 04:29:06 +0000
commit68ca7644cfd11ee5eabf08ef822b8fdae2160cb3 (patch)
tree57cb7904cd846cccca407377142c7013203a5e6e
parent7aa2190c8edde43796528a97f8d1dfbb85e274a6 (diff)
Notes
-rw-r--r--share/man/man9/swi.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/swi.9 b/share/man/man9/swi.9
index 4ef98204498c..ea0b32b033a2 100644
--- a/share/man/man9/swi.9
+++ b/share/man/man9/swi.9
@@ -51,7 +51,7 @@
.Fa "void **cookiep"
.Fc
.Ft void
-.Fn swi_sched "void *handler" "int flags"
+.Fn swi_sched "void *cookie" "int flags"
.Sh DESCRIPTION
These functions are used to register and schedule software interrupt handlers.
Software interrupt handlers are attached to a software interrupt thread, just
@@ -105,7 +105,7 @@ and the
argument is used to specify the attributes of a handler such as
.Dv INTR_MPSAFE .
The
-.Fn cookiep
+.Fa cookiep
argument points to a
.Vt void *
cookie.