diff options
author | Werner Koch <[email protected]> | 2008-11-28 10:32:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-11-28 10:32:12 +0000 |
commit | 5beba8689c22bb61481f5125c19f8c48d92c5177 (patch) | |
tree | 8ccc156728f4aae8be656b7e838a66c67a610bed /doc/gpgme.texi | |
parent | 2008-11-08 Moritz <[email protected]> (diff) | |
download | gpgme-5beba8689c22bb61481f5125c19f8c48d92c5177.tar.gz gpgme-5beba8689c22bb61481f5125c19f8c48d92c5177.zip |
Fix doc bug.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 680cd506..5ff92a71 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2837,7 +2837,7 @@ currently active keylist mode is used to retrieve the key. The key will have one reference for the user. If the key is not found in the keyring, @code{gpgme_get_key} returns -the error code @code{GPG_ERR_NO_ERROR} and *@var{r_key} will be set to +the error code @code{GPG_ERR_EOF} and *@var{r_key} will be set to @code{NULL}. The function returns the error code @code{GPG_ERR_INV_VALUE} if |