Fix prototypes.
Attn davidxu@: most likely, the description should also be tweaked after your undocumented changes that changed these prototypes.
This commit is contained in:
parent
20d91f5626
commit
93f0f0427b
@ -35,7 +35,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 10, 2002
|
||||
.Dd July 12, 2004
|
||||
.Dt KSE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -53,9 +53,9 @@
|
||||
.Ft int
|
||||
.Fn kse_release "struct timespec *timeout"
|
||||
.Ft int
|
||||
.Fn kse_switchin "mcontext_t *mcp" "long val" "long *loc"
|
||||
.Fn kse_switchin "struct kse_thr_mailbox *tmbx" "int flags"
|
||||
.Ft int
|
||||
.Fn kse_thr_interrupt "struct kse_thr_mailbox *tmbx"
|
||||
.Fn kse_thr_interrupt "struct kse_thr_mailbox *tmbx" "int cmd" "long data"
|
||||
.Ft int
|
||||
.Fn kse_wakeup "struct kse_mailbox *mbx"
|
||||
.Sh DESCRIPTION
|
||||
|
Loading…
Reference in New Issue
Block a user