Fix docs
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 12 Mar 2013 18:12:18 +0000 (14:12 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 12 Mar 2013 19:27:50 +0000 (15:27 -0400)
src/main/exec.c

index 550b5cd..87ee341 100644 (file)
@@ -340,6 +340,7 @@ pid_t radius_start_program(const char *cmd, REQUEST *request,
 
 /** Read from the child process.
  *
+ * @param request The current request.
  * @param fd file descriptor to read from.
  * @param pid pid of child, will be reaped if it dies.
  * @param timeout amount of time to wait, in seconds.