diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2019-04-25 02:22:52 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2019-04-25 02:23:52 +0700 |
commit | ff04a85812f95f6e11131d4fad48127b8732b048 (patch) | |
tree | c54f13525d02cbe41ac2d46be7481e0d2b3ecd83 /src | |
parent | 9838c9070fb8147418e65348e71147a52f64320b (diff) |
application.c: drop wrong \references of osmo_init_ignore_signals()
Change-Id: Ib08e15dd5d811662de46a1dfdb676b9a5b66b529
Diffstat (limited to 'src')
-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 */ |