summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-08-11 14:01:10 +0000
committerWerner Koch <wk@gnupg.org>2010-08-11 14:01:10 +0000
commitc942aefbeff7379dc2cd2f730a333b4909217912 (patch)
treebfabafa5e37af88147d147e60492a28689128e2d /doc
parent5650dc358bda65d04558cc71992d7a0b8e48e65c (diff)
downloadlibassuan-c942aefbeff7379dc2cd2f730a333b4909217912.tar.gz
doc changes
Diffstat (limited to 'doc')
-rw-r--r--doc/assuan.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi
index f7a5e56..1121935 100644
--- a/doc/assuan.texi
+++ b/doc/assuan.texi
@@ -822,9 +822,12 @@ process to die in @code{assuan_release}. In certain cases this is
not desirable. By setting this flag, a call to @code{waitpid} will be
suppressed and the caller is responsible to cleanup the child process.
@item ASSUAN_CONFIDENTIAL
-Uses to return the state of the confidential logging mode.
+Use to return the state of the confidential logging mode.
@item ASSUAN_NO_FIXSIGNALS
Do not modify signal handler for @code{SIGPIPE}.
+@item ASSUAN_CONVEY_COMMENTS
+If enabled comment lines are passed to the status callback of the
+@code{assuan_transact}.
@end table
@end deftp
@end deftypefun