]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 3 Apr 2007 13:03:04 +0000 (13:03 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 3 Apr 2007 13:03:04 +0000 (13:03 +0000)
man2/epoll_wait.2

index bddf6eae73f578febfdc07715c8b64928d5af043..1b6ba0a6d06866785a5e273b90c086c79db3a0d2 100644 (file)
@@ -63,7 +63,6 @@ The
 is defined as :
 .sp
 .nf
-
     typedef union epoll_data {
         void *ptr;
         int fd;
@@ -75,7 +74,6 @@ is defined as :
         __uint32_t events;      /* Epoll events */
         epoll_data_t data;      /* User data variable */
     };
-
 .fi
 
 The