]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fd.c
Merge branch 'maint'
[paraslash.git] / fd.c
diff --git a/fd.c b/fd.c
index bdba2765a0fe3c6be12a9b32679bd79c267c6eb3..7336bd51de6182c8b6899bbca82420db2fd32d08 100644 (file)
--- a/fd.c
+++ b/fd.c
@@ -183,6 +183,7 @@ int read_nonblock(int fd, void *buf, size_t sz, fd_set *rfds, size_t *num_bytes)
  * \param fd The file descriptor to receive from.
  * \param pattern The expected pattern.
  * \param bufsize The size of the internal buffer.
+ * \param rfds Passed to read_nonblock().
  *
  * This function tries to read at most \a bufsize bytes from the non-blocking
  * file descriptor \a fd. If at least \p strlen(\a pattern) bytes have been