summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/sys/epoll.c
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/lib/libc/port/sys/epoll.c
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/lib/libc/port/sys/epoll.c')
-rw-r--r--usr/src/lib/libc/port/sys/epoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/sys/epoll.c b/usr/src/lib/libc/port/sys/epoll.c
index 230860d391..d497856083 100644
--- a/usr/src/lib/libc/port/sys/epoll.c
+++ b/usr/src/lib/libc/port/sys/epoll.c
@@ -68,7 +68,7 @@
/*
* The defined behavior for epoll_wait/epoll_pwait when using a timeout less
* than 0 is to wait for events until they arrive (or interrupted by a signal).
- * While poll(7d) operates in this manner for a timeout of -1, using other
+ * While poll(4D) operates in this manner for a timeout of -1, using other
* negative values results in an immediate timeout, as if it had been set to 0.
* For that reason, negative values are clamped to -1.
*/