diff options
author | Werner Koch <[email protected]> | 2002-03-10 18:35:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-03-10 18:35:33 +0000 |
commit | d901ebf3b91a81043f6a68ff5e43b82ea3b50f29 (patch) | |
tree | f04fd1e674ca69930ed9f2d7a846d6ab38b9b4da /doc | |
parent | bugfix in findCertificates function (diff) | |
download | gpgme-d901ebf3b91a81043f6a68ff5e43b82ea3b50f29.tar.gz gpgme-d901ebf3b91a81043f6a68ff5e43b82ea3b50f29.zip |
Minor doc fixes
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpgme.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 72b31b8f..eaa1f69b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-08 Werner Koch <[email protected]> + + * gpgme.texi (Detailed Results): Import does also return info. + 2002-03-06 Marcus Brinkmann <[email protected]> * gpgme.texi (Encrypting a Plaintext): Document symmetric diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 855f0d49..573742f3 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2370,7 +2370,7 @@ Here is a sample of the information that might be returned: @end example Currently, the only operations that return additional information are -encrypt and sign. @xref{Encrypt}, @xref{Sign}. +encrypt, sign and import. @xref{Encrypt}, @xref{Sign}, @xref(Importing Keys}. The function returns a string or @code{NULL} if no such data is available. |