From 2315114c729ed2e883a9fc027719bd41f8fa8880 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 21 Apr 2006 00:29:37 +0000 Subject: [PATCH] epoll.4 is now epoll.7 --- man2/epoll_create.2 | 2 +- man2/epoll_ctl.2 | 4 ++-- man2/epoll_wait.2 | 2 +- man7/inotify.7 | 2 +- man7/mq_overview.7 | 2 +- man7/pipe.7 | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man2/epoll_create.2 b/man2/epoll_create.2 index 392f102e0..77e29327c 100644 --- a/man2/epoll_create.2 +++ b/man2/epoll_create.2 @@ -73,4 +73,4 @@ The interface should be finalized by Linux kernel 2.5.66. .BR close (2), .BR epoll_ctl (2), .BR epoll_wait (2), -.BR epoll (4) +.BR epoll (7) diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index 0d6c4f971..6304801d0 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -96,7 +96,7 @@ Sets the Edge Triggered behaviour for the associated file descriptor. The default behaviour for .B epoll is Level Triggered. See -.BR epoll (4) +.BR epoll (7) for more detailed information about Edge and Level Triggered event distribution architectures. .TP @@ -220,4 +220,4 @@ when using .SH "SEE ALSO" .BR epoll_create (2), .BR epoll_wait (2), -.BR epoll (4) +.BR epoll (7) diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index 1dde17572..9e644c2de 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -122,4 +122,4 @@ The interface should be finalized by Linux kernel 2.5.66. .SH "SEE ALSO" .BR epoll_create (2), .BR epoll_ctl (2), -.BR epoll (4) +.BR epoll (7) diff --git a/man7/inotify.7 b/man7/inotify.7 index 9390b2638..156c8aada 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -250,7 +250,7 @@ Inotify file descriptors can be monitored using .BR select (2), .BR poll (2), and -.BR epoll (4). +.BR epoll (7). If successive output inotify events produced on the inotify file descriptor are identical (same diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index ac909eb3b..fd55bbc86 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -217,7 +217,7 @@ and can be monitored using .BR select (2), .BR poll (2), or -.BR epoll (4). +.BR epoll (7). This is not portable. .SH "CONFORMING TO" POSIX.1-2001. diff --git a/man7/pipe.7 b/man7/pipe.7 index 85a85bc0e..e393c0844 100644 --- a/man7/pipe.7 +++ b/man7/pipe.7 @@ -236,4 +236,4 @@ bidirectional pipe semantics. .BR stat (2), .BR mkfifo (3), .BR fifo (4), -.BR epoll (4) +.BR epoll (7)