git: 0ef405eee935 - main - kqueue(2): Use .Fo instead .Ft

Konstantin Belousov kib at FreeBSD.org
Sun Dec 27 10:57:39 UTC 2020


The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=0ef405eee935e9c8c87f82461da95edf813b780c

commit 0ef405eee935e9c8c87f82461da95edf813b780c
Author:     Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2020-12-23 15:22:09 +0000
Commit:     Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2020-12-27 10:57:26 +0000

    kqueue(2): Use .Fo instead .Ft
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 lib/libc/sys/kqueue.2 | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 95fc86d01a83..ef4278cf3c35 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -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


More information about the dev-commits-src-all mailing list