kqueue(2): Use .Fo instead .Ft

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov 2020-12-23 17:22:09 +02:00
parent 44c5db52e2
commit 0ef405eee9

View File

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