]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod_command.c
Misc documentation cleanups related to select().
[paraslash.git] / audiod_command.c
index 677abe340bfdc801422caee920c611ff6a70d33a..795e2ac84657150a1a8d64947e30a7ba4a217796 100644 (file)
@@ -361,8 +361,8 @@ EXPORT_AUDIOD_CMD_HANDLER(version)
  *
  * \param accept_fd The fd to accept connections on.
  *
- * This is called in each iteration of the select loop. If there is an incoming
- * connection on \a accept_fd, this function reads the command sent by the peer,
+ * This is called in each iteration of the main loop of the scheduler. If there
+ * is an incoming connection, the function reads the command sent by the peer,
  * checks the connecting user's permissions by using unix socket credentials
  * (if supported by the OS) and calls the corresponding command handler if
  * permissions are OK.