From 4524285a71b38a5a8482d4548a47b61e16782ebc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 22 Jun 2018 09:41:16 +0200 Subject: [PATCH] epoll.7: ffix Signed-off-by: Michael Kerrisk --- man7/epoll.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/epoll.7 b/man7/epoll.7 index caa6195db..b4fd94fa9 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -53,7 +53,7 @@ Interest in particular file descriptors is then registered via The set of file descriptors currently registered on an .B epoll instance is sometimes called an -.I epoll +.B epoll set. .IP * .BR epoll_wait (2)