summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/epoll_create.3c
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-15 12:07:15 -0400
committerGitHub <noreply@github.com>2022-03-15 12:07:15 -0400
commit83decd22b44019b0fe369224fb19e1ef21263ab6 (patch)
tree0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3c/epoll_create.3c
parentad491f11d9af43fd3f0d6159c9e08112de475a54 (diff)
downloadillumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/epoll_create.3c')
-rw-r--r--usr/src/man/man3c/epoll_create.3c10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/src/man/man3c/epoll_create.3c b/usr/src/man/man3c/epoll_create.3c
index 624e0f3a16..fa594bdc36 100644
--- a/usr/src/man/man3c/epoll_create.3c
+++ b/usr/src/man/man3c/epoll_create.3c
@@ -25,7 +25,7 @@ epoll_create, epoll_create1 \- create an epoll instance
.SH DESCRIPTION
The \fBepoll_create()\fR and \fBepoll_create1()\fR functions both create an
-\fBepoll\fR(5) instance that can be operated upon via \fBepoll_ctl\fR(3C),
+\fBepoll\fR(7) instance that can be operated upon via \fBepoll_ctl\fR(3C),
\fBepoll_wait\fR(3C) and \fBepoll_pwait\fR(3C). \fBepoll\fR instances are
represented as file descriptors, and should be closed via \fBclose\fR(2).
@@ -81,11 +81,13 @@ The maximum allowable number of files is currently open in the system.
.sp
.SH NOTES
-The \fBepoll\fR(5) facility is implemented for purposes of offering
+The \fBepoll\fR(7) facility is implemented for purposes of offering
compatibility for Linux-borne applications; native
applications should continue to prefer using event ports via the
\fBport_create\fR(3C), \fBport_associate\fR(3C) and \fBport_get\fR(3C)
-interfaces. See \fBepoll\fR(5) for compatibility details and restrictions.
+interfaces. See \fBepoll\fR(7) for compatibility details and restrictions.
.SH SEE ALSO
-\fBepoll_ctl\fR(3C), \fBepoll_wait\fR(3C), \fBepoll\fR(5)
+.BR epoll_ctl (3C),
+.BR epoll_wait (3C),
+.BR epoll (7)