Make an argument name in the synopsis match that in the text. Correct

an mdoc error.
This commit is contained in:
jkoshy 2004-12-29 04:29:06 +00:00
parent ec1a7d072a
commit d44285ef3e

View File

@ -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.