From 3224506fe0441388c1d1ba889fc8e5d5b9e0dfb2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 23 Jan 2014 11:29:01 +0100 Subject: [PATCH] doc: Document the unit for ssh_select() timeout. BUG: https://red.libssh.org/issues/143 --- src/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connect.c b/src/connect.c index 346a7ac0..5ddd149f 100644 --- a/src/connect.c +++ b/src/connect.c @@ -421,7 +421,7 @@ static int ssh_select_cb (socket_t fd, int revents, void *userdata){ * @param[in] readfds A fd_set of file descriptors to be select'ed for * reading. * - * @param[in] timeout A timeout for the select. + * @param[in] timeout The timeout in milliseconds. * * @return SSH_OK on success, * SSH_ERROR on error,