summaryrefslogtreecommitdiff
path: root/doc/api-keys.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api-keys.texi')
-rw-r--r--doc/api-keys.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api-keys.texi b/doc/api-keys.texi
index c718dbd..722e012 100644
--- a/doc/api-keys.texi
+++ b/doc/api-keys.texi
@@ -77,12 +77,12 @@ Read public key from a @var{file}. Return a public key or @code{#f}
on error.
@end deffn
-@deffn {Scheme Procedure} get-key-type key
+@deffn {Scheme Procedure} key-type key
Get a symbol that represents the type of the Guile-SSH @var{key}.
Possible types are: @code{dss}, @code{rsa}, @code{rsa1}, @code{unknown}.
@end deffn
-@deffn {Scheme Procedure} get-public-key-hash public-key type
+@deffn {Scheme Procedure} public-key-hash public-key type
@cindex fingerprint
@tindex fingerprint
Get a @var{public-key} hash of @var{type} as a bytevector. Return the