From 7a56b6b3aa8b7a07bd80a3fcd5114bd1af359fa3 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 19 Mar 2015 11:15:53 +0100 Subject: [PATCH] Improve documentation for ks_hkp_get. * dirmngr/ks-engine-hkp.c (ks_hkp_get): Improvement documentation. -- Signed-off-by: Neal H. Walfield --- dirmngr/ks-engine-hkp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dirmngr/ks-engine-hkp.c b/dirmngr/ks-engine-hkp.c index c382e1bd3..fcdd71ee6 100644 --- a/dirmngr/ks-engine-hkp.c +++ b/dirmngr/ks-engine-hkp.c @@ -1253,7 +1253,8 @@ ks_hkp_search (ctrl_t ctrl, parsed_uri_t uri, const char *pattern, /* Get the key described key the KEYSPEC string from the keyserver identified by URI. On success R_FP has an open stream to read the - data. */ + data. The data will be provided in a format GnuPG can import + (either a binary OpenPGP message or an armored one). */ gpg_error_t ks_hkp_get (ctrl_t ctrl, parsed_uri_t uri, const char *keyspec, estream_t *r_fp) {