From 38bc61ef69ce50c17be7d28012e55415c272f48a Mon Sep 17 00:00:00 2001 From: Artyom Poptsov Date: Fri, 31 Jan 2014 16:34:47 +0400 Subject: doc/: Improve documentation of the Guile-SSH modules. * doc/api-messages.texi (Messages): Improve documentation of the module. * doc/api-servers.texi (Servers): Likewise. * doc/api-sessions.texi (Sessions): Likewise. * doc/api-keys.texi (Keys): Likewise. * doc/api-version.texi (Version): Likewise. * doc/api-channels.texi (Channels): Likewise. Add references. Improve documentation of `make-channel' and `channel-open-session' procedure. --- doc/api-keys.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api-keys.texi') diff --git a/doc/api-keys.texi b/doc/api-keys.texi index c880f8e..62f9ccf 100644 --- a/doc/api-keys.texi +++ b/doc/api-keys.texi @@ -10,6 +10,9 @@ @cindex private keys @tindex key +The @code{(ssh key)} module provides procedures for handling of +Guile-SSH keys. + @deffn {Scheme Procedure} key? x Return @code{#t} if @var{x} is a Guile-SSH key, @code{#f} otherwise. @end deffn -- cgit v1.2.3