diff options
-rw-r--r-- | src/application.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.c b/src/application.c index d912eb72..7fd62808 100644 --- a/src/application.c +++ b/src/application.c @@ -89,7 +89,7 @@ static void sighup_hdlr(int signal) log_targets_reopen(); } -/*! Ignore \ref SIGPIPE, \ref SIGALRM, \ref SIGHUP and \ref SIGIO */ +/*! Ignore SIGPIPE, SIGALRM, SIGHUP and SIGIO */ void osmo_init_ignore_signals(void) { /* Signals that by default would terminate */ |