aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'libssh')
-rw-r--r--libssh/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libssh/init.c b/libssh/init.c
index ddd56e02..5725fef0 100644
--- a/libssh/init.c
+++ b/libssh/init.c
@@ -33,7 +33,9 @@
/**
* @defgroup libssh The libssh API
*
- * This is a library implementing the SSH protocols.
+ * The libssh library is implementing the SSH protocols and some of its
+ * extensions. This group of functions is mostly used to implment a SSH client.
+ * Some function are needed to implement a SSH server too.
*
* @{
*/