kqueue(2): Use .Fo instead .Ft
MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
44c5db52e2
commit
0ef405eee9
@ -38,7 +38,14 @@
|
||||
.Ft int
|
||||
.Fn kqueue "void"
|
||||
.Ft int
|
||||
.Fn kevent "int kq" "const struct kevent *changelist" "int nchanges" "struct kevent *eventlist" "int nevents" "const struct timespec *timeout"
|
||||
.Fo kevent
|
||||
.Fa "int kq"
|
||||
.Fa "const struct kevent *changelist"
|
||||
.Fa "int nchanges"
|
||||
.Fa "struct kevent *eventlist"
|
||||
.Fa "int nevents"
|
||||
.Fa "const struct timespec *timeout"
|
||||
.Fc
|
||||
.Fn EV_SET "kev" ident filter flags fflags data udata
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user