summaryrefslogtreecommitdiffstats
path: root/src/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll.c')
-rw-r--r--src/poll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/poll.c b/src/poll.c
index ab2fcc47..87988608 100644
--- a/src/poll.c
+++ b/src/poll.c
@@ -298,8 +298,9 @@ int ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout) {
*
* @param fd Socket that will be polled.
* @param events Poll events that will be monitored for the socket. i.e.
- * POLLIN, POLLPRI, POLLOUT, POLLERR, POLLHUP, POLLNVAL
+ * POLLIN, POLLPRI, POLLOUT
* @param cb Function to be called if any of the events are set.
+ *
* @param userdata Userdata to be passed to the callback function. NULL if
* not needed.
*