[svn] gpgme - r1348 - trunk/doc

svn author wk cvs at cvs.gnupg.org
Fri Nov 28 11:32:13 CET 2008


Author: wk
Date: 2008-11-28 11:32:12 +0100 (Fri, 28 Nov 2008)
New Revision: 1348

Modified:
   trunk/doc/ChangeLog
   trunk/doc/gpgme.texi
Log:
Fix doc bug.


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2008-11-23 18:09:57 UTC (rev 1347)
+++ trunk/doc/ChangeLog	2008-11-28 10:32:12 UTC (rev 1348)
@@ -1,3 +1,8 @@
+2008-11-28  Werner Koch  <wk at g10code.com>
+
+	* gpgme.texi (Listing Keys): Change description of the return
+	value to match the code.  Spotted by Colin Leroy.
+
 2008-10-15  Werner Koch  <wk at g10code.com>
 
 	* uiserver.texi (Miscellaneous UI Server Commands): Add option

Modified: trunk/doc/gpgme.texi
===================================================================
--- trunk/doc/gpgme.texi	2008-11-23 18:09:57 UTC (rev 1347)
+++ trunk/doc/gpgme.texi	2008-11-28 10:32:12 UTC (rev 1348)
@@ -2837,7 +2837,7 @@
 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




More information about the Gnupg-commits mailing list