- doxygen
authorSree Harsha Totakura <totakura@in.tum.de>
Mon, 9 Dec 2013 18:26:52 +0000 (18:26 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Mon, 9 Dec 2013 18:26:52 +0000 (18:26 +0000)
src/include/gnunet_os_lib.h
src/util/os_priority.c

index aa1c17cf99fd647791017c368806550d4cdbac12..f815c95cd726d950b01be867d64abeff272153f3 100644 (file)
@@ -391,7 +391,7 @@ GNUNET_OS_start_process_v (int pipe_control,
  * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags
  * @param lsocks array of listen sockets to dup systemd-style (or NULL);
  *         must be NULL on platforms where dup is not supported
- * @param first_arg name of the binary.  It is valid to have the arguments
+ * @param filename name of the binary.  It is valid to have the arguments
  *         in this string when they are separated by spaces.
  * @param ... more arguments.  Should be of type `char *`.  It is valid
  *         to have the arguments in these strings when they are separated by
index 83fccb71d2ca6f395ef5add04c3fe725c909015a..ab82b7b5890c3b300756fce386f957bf099554d7 100644 (file)
@@ -1339,7 +1339,7 @@ GNUNET_OS_start_process_v (int pipe_control,
  * @param std_inheritance a set of GNUNET_OS_INHERIT_STD_* flags
  * @param lsocks array of listen sockets to dup systemd-style (or NULL);
  *         must be NULL on platforms where dup is not supported
- * @param first_arg name of the binary.  It is valid to have the arguments
+ * @param filename name of the binary.  It is valid to have the arguments
  *         in this string when they are separated by spaces.
  * @param ... more arguments.  Should be of type `char *`.  It is valid
  *         to have the arguments in these strings when they are separated by