]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
daemon: Improve documentation of daemon_open_log_or_die().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Sep 2022 21:48:47 +0000 (23:48 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 27 Sep 2022 13:29:03 +0000 (15:29 +0200)
This function has no return value, so don't use \return.

daemon.c

index 1fff16beb39ee71a5244ad2b38f3855306270da7..d8f598bef0c2eb1709fa46169c314e17a212d7b8 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -282,9 +282,9 @@ void daemon_close_log(void)
 }
 
 /**
- * fopen() the logfile in append mode.
+ * Open the logfile in append mode.
  *
- * \return Either succeeds or exits.
+ * This function either succeeds or exits.
  */
 void daemon_open_log_or_die(void)
 {