1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

doc: Document the unit for ssh_select() timeout.

BUG: https://red.libssh.org/issues/143
This commit is contained in:
Andreas Schneider
2014-01-23 11:29:01 +01:00
parent d4d30d0375
commit 3224506fe0

View File

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