aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/assuan-handler.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assuan-handler.c b/src/assuan-handler.c
index 614f83d..8ec8b23 100644
--- a/src/assuan-handler.c
+++ b/src/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.
*