From ded3a17738d95af754bf1f12197d0efe7d053e8e Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 4 Feb 2022 13:20:06 +0100 Subject: [PATCH] options: Updated doc text to reflect reality Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 2c5a86b4..cdbec8e6 100644 --- a/src/options.c +++ b/src/options.c @@ -1375,7 +1375,7 @@ int ssh_options_getopt(ssh_session session, int *argcptr, char **argv) * @param session SSH session handle * * @param filename The options file to use, if NULL the default - * ~/.ssh/config will be used. + * ~/.ssh/config and /etc/ssh/ssh_config will be used. * * @return 0 on success, < 0 on error. *