aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'assuan/assuan-handler.c')
-rw-r--r--assuan/assuan-handler.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/assuan/assuan-handler.c b/assuan/assuan-handler.c
index 614f83d8a..8ec8b2301 100644
--- a/assuan/assuan-handler.c
+++ b/assuan/assuan-handler.c
@@ -458,7 +458,8 @@ assuan_process_next (ASSUAN_CONTEXT ctx)
*
* Return all active filedescriptors for the given context. This
* function can be used to select on the fds and call
- * assuan_process_next() if there is an active one.
+ * assuan_process_next() if there is an active one. The first fd in
+ * the array is the one used for the command connection.
*
* Note, that write FDs are not yet supported.
*