epoll.4 is now epoll.7

This commit is contained in:
Michael Kerrisk 2006-04-21 00:29:37 +00:00
parent 74c2ee8073
commit 2315114c72
6 changed files with 7 additions and 7 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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.

View File

@ -236,4 +236,4 @@ bidirectional pipe semantics.
.BR stat (2),
.BR mkfifo (3),
.BR fifo (4),
.BR epoll (4)
.BR epoll (7)