diff options
author | Werner Koch <wk@gnupg.org> | 2010-08-11 13:10:08 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-08-11 13:10:08 +0000 |
commit | 5650dc358bda65d04558cc71992d7a0b8e48e65c (patch) | |
tree | 87785b036954ce83de5e2d9e9e6c27ac4b7dca15 /doc | |
parent | 72f027493a1b8d17009f5db6219235ff7e7b0e4b (diff) | |
download | libassuan-5650dc358bda65d04558cc71992d7a0b8e48e65c.tar.gz |
Add ASSUAN_CONVEY_COMMENTS flag.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/assuan.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi index d1ce90b..f7a5e56 100644 --- a/doc/assuan.texi +++ b/doc/assuan.texi @@ -251,7 +251,7 @@ by @code{libgpg-error}. @item S @var{keyword} <status information depending on keyword> Informational output by the server, still processing the request. A client may not send such lines to the server while processing an Inquiry -command. +command. @var{keyword} shall start with a letter or an underscore. @item # <string> Comment line issued only for debugging purposes. Totally ignored. |