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 | ae04206a1f100932c673236f83d229da751851a2 (patch) | |
tree | 07681a95c41d598b97fb14a31f34c19affdee1eb | |
parent | 2008-11-08 Moritz <[email protected]> (diff) | |
download | gpgme-ae04206a1f100932c673236f83d229da751851a2.tar.gz gpgme-ae04206a1f100932c673236f83d229da751851a2.zip |
Fix doc bug.
-rw-r--r-- | trunk/doc/ChangeLog | 5 | ||||
-rw-r--r-- | trunk/doc/gpgme.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/trunk/doc/ChangeLog b/trunk/doc/ChangeLog index c2144124..a3a7318c 100644 --- a/trunk/doc/ChangeLog +++ b/trunk/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-11-28 Werner Koch <[email protected]> + + * gpgme.texi (Listing Keys): Change description of the return + value to match the code. Spotted by Colin Leroy. + 2008-10-15 Werner Koch <[email protected]> * uiserver.texi (Miscellaneous UI Server Commands): Add option diff --git a/trunk/doc/gpgme.texi b/trunk/doc/gpgme.texi index 680cd506..5ff92a71 100644 --- a/trunk/doc/gpgme.texi +++ b/trunk/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 |