diff options
Diffstat (limited to 'man/man2/epoll_wait.2')
-rw-r--r-- | man/man2/epoll_wait.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man2/epoll_wait.2 b/man/man2/epoll_wait.2 index 6d9a1e95c7..3d0fbc986d 100644 --- a/man/man2/epoll_wait.2 +++ b/man/man2/epoll_wait.2 @@ -13,14 +13,14 @@ Standard C library .nf .B #include <sys/epoll.h> .P -.BI "int epoll_wait(int " maxevents ; +.BR "int epoll_wait(" "int maxevents;" .BI " int " epfd ", struct epoll_event " events [ maxevents ], .BI " int " maxevents ", int " timeout ); -.BI "int epoll_pwait(int " maxevents ; +.BR "int epoll_pwait(" "int maxevents;" .BI " int " epfd ", struct epoll_event " events [ maxevents ], .BI " int " maxevents ", int " timeout , .BI " const sigset_t *_Nullable " sigmask ); -.BI "int epoll_pwait2(int " maxevents ; +.BR "int epoll_pwait2(" "int maxevents;" .BI " int " epfd ", struct epoll_event " events [ maxevents ], .BI " int " maxevents ", \ const struct timespec *_Nullable " timeout , |