summaryrefslogtreecommitdiffstats
path: root/share/man/man9/swi.9
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2004-12-29 04:29:06 +0000
committerjkoshy <jkoshy@FreeBSD.org>2004-12-29 04:29:06 +0000
commitd44285ef3ea7347bd13d1f777e93e0d337a30650 (patch)
tree57cb7904cd846cccca407377142c7013203a5e6e /share/man/man9/swi.9
parentec1a7d072a9131d326cf2440695997c88d3fbc5d (diff)
downloadFreeBSD-src-d44285ef3ea7347bd13d1f777e93e0d337a30650.zip
FreeBSD-src-d44285ef3ea7347bd13d1f777e93e0d337a30650.tar.gz
Make an argument name in the synopsis match that in the text. Correct
an mdoc error.
Diffstat (limited to 'share/man/man9/swi.9')
-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 4ef9820..ea0b32b 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.
OpenPOWER on IntegriCloud