From cd9516c27a67c6cdf12043a2a8ea7baa036c1b25 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 7 May 2012 13:29:35 +0000 Subject: [PATCH] - Clarify doxygen --- src/include/gnunet_os_lib.h | 3 ++- src/util/os_priority.c | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h index e9e484f78..d42a5c521 100644 --- a/src/include/gnunet_os_lib.h +++ b/src/include/gnunet_os_lib.h @@ -364,7 +364,8 @@ GNUNET_OS_command_run (GNUNET_OS_LineProcessor proc, void *proc_cls, /** - * Retrieve the status of a process. Nonblocking version. + * Retrieve the status of a process, waiting on him if dead. + * Nonblocking version. * * @param proc pointer to process structure * @param type status type diff --git a/src/util/os_priority.c b/src/util/os_priority.c index 868268b10..090da9c4c 100644 --- a/src/util/os_priority.c +++ b/src/util/os_priority.c @@ -1499,7 +1499,9 @@ GNUNET_OS_start_process_v (int pipe_control, /** - * Retrieve the status of a process + * Retrieve the status of a process, waiting on him if dead. + * Nonblocking version. + * * @param proc process ID * @param type status type * @param code return code/signal number -- 2.25.1