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:
Ruslan Ermilov 2005-11-24 07:33:35 +00:00
parent 20d91f5626
commit 93f0f0427b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152751

View file

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