From c4e547f3f75f040be87b39c9fa9258c885c2a88b Mon Sep 17 00:00:00 2001 From: Eshan Kelkar Date: Fri, 31 May 2024 12:03:25 +0530 Subject: [PATCH] options.c: Add int datatype in doc for SSH_OPTIONS_CONTROL_MASTER The datatype of the option value for the option SSH_OPTIONS_CONTROL_MASTER should be int, this wasn't mentioned in the documentation. This commit mentions that. Signed-off-by: Eshan Kelkar Reviewed-by: Jakub Jelen --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index c9a71a35..68d2f075 100644 --- a/src/options.c +++ b/src/options.c @@ -589,7 +589,7 @@ int ssh_options_set_algo(ssh_session session, * * - SSH_OPTIONS_CONTROL_MASTER * Set the option to enable the sharing of multiple sessions over a - * single network connection using connection multiplexing. + * single network connection using connection multiplexing (int). * * The possible options are among the following: * - SSH_CONTROL_MASTER_AUTO: enable connection sharing if possible