[git] Assuan - branch, master, updated. libassuan-2.2.1-2-gc6b1319

by Neal H. Walfield cvs at cvs.gnupg.org
Mon Jun 1 17:57:40 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPC library used by GnuPG".

The branch, master has been updated
       via  c6b131949bb6c77392af2cbbbeb8ea1bed129b79 (commit)
      from  28f8b3977a3d5ce830feb9bbb9d1a51c3579aedc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c6b131949bb6c77392af2cbbbeb8ea1bed129b79
Author: Neal H. Walfield <neal at gnu.org>
Date:   Mon Jun 1 17:56:23 2015 +0200

    Fix documentation for assuan_inquire.
    
    * doc/assuan.texi (assuan_inquire): Fix and improve description of
    this function.

diff --git a/doc/assuan.texi b/doc/assuan.texi
index 7ea7d81..358357c 100644
--- a/doc/assuan.texi
+++ b/doc/assuan.texi
@@ -1752,12 +1752,12 @@ need to pass it the @var{keyword} and the content of the status line in
 
 @deftypefun gpg_error_t assuan_inquire (@w{assuan_context_t @var{ctx}}, @w{const char *@var{keyword}}, @w{unsigned char **@var{r_buffer}}, @w{size_t *@var{r_length}}, @w{size_t @var{maxlen}})
 
-A server may use this function to inquire data from a client.  It sends
-an @code{INQUIRE} command back to the server and returns the response
-conveniently in a newly allocated buffer.  You need to pass at least the
-server's context @var{ctx} and the @var{keyword} describing the
-requested data.  All other parameters may be @code{NULL} or @code{0},
-although this is rarely useful.
+A server may use this function to request specific data from a client.
+This function sends an 'INQUIRE' command back to the client and
+returns the client's response in a newly allocated buffer.  You need
+to pass at least the server's context (@var{ctx}) and a description of
+the required data (@var{keyword}).  All other parameters may be
+ at code{NULL} or @code{0}, but this is rarely useful.
 
 On success the result is stored in a newly allocated buffer stored at
 @var{r_buffer}. The length of the data is stored at @var{r_length}.

-----------------------------------------------------------------------

Summary of changes:
 doc/assuan.texi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
IPC library used by GnuPG
http://git.gnupg.org




More information about the Gnupg-commits mailing list