diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/assuan.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 7f47266..0269c27 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-10-18 Marcus Brinkmann <[email protected]> + + * assuan.texi (Client requests): Document HELP. + 2007-09-07 Moritz Schulte <[email protected]> * assuan.texi (Client code): mention assuan_send_data() instead of diff --git a/doc/assuan.texi b/doc/assuan.texi index 8b0b36b..d444d4d 100644 --- a/doc/assuan.texi +++ b/doc/assuan.texi @@ -339,7 +339,8 @@ Used by a client to mark the end of raw data. The server may send END to indicate a partial end of data. @item HELP -Reserved for future extensions. +Lists all commands that the server understands as comment lines on the +status channel. @item QUIT Reserved for future extensions. |