From: Andre Noll Date: Sun, 25 Sep 2022 21:48:47 +0000 (+0200) Subject: daemon: Improve documentation of daemon_open_log_or_die(). X-Git-Tag: v0.7.1~3 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=9252ec77c982331c7f4af81544318e9dd460c1b9;p=paraslash.git daemon: Improve documentation of daemon_open_log_or_die(). This function has no return value, so don't use \return. --- diff --git a/daemon.c b/daemon.c index 1fff16be..d8f598be 100644 --- 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) {