aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-01-23 11:29:01 +0100
committerAndreas Schneider <asn@cryptomilk.org>2014-01-23 11:29:39 +0100
commit3224506fe0441388c1d1ba889fc8e5d5b9e0dfb2 (patch)
tree202db716649768d5f53f75cf02db17ffd617df39 /src
parentd4d30d03753f08c87b5e6e303310fcaae480ace1 (diff)
downloadlibssh-3224506fe0441388c1d1ba889fc8e5d5b9e0dfb2.tar.gz
libssh-3224506fe0441388c1d1ba889fc8e5d5b9e0dfb2.tar.xz
libssh-3224506fe0441388c1d1ba889fc8e5d5b9e0dfb2.zip
doc: Document the unit for ssh_select() timeout.
BUG: https://red.libssh.org/issues/143
Diffstat (limited to 'src')
-rw-r--r--src/connect.c2
1 files changed, 1 insertions, 1 deletions
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,