Module: kamailio
Branch: master
Commit: 351efd29d332703e79104a106ade08c9d1df6e20
URL:
https://github.com/kamailio/kamailio/commit/351efd29d332703e79104a106ade08c…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2021-02-03T13:33:32+01:00
doc: update manpage for atexit option
---
Modified: doc/man/kamailio.8
---
Diff:
https://github.com/kamailio/kamailio/commit/351efd29d332703e79104a106ade08c…
Patch:
https://github.com/kamailio/kamailio/commit/351efd29d332703e79104a106ade08c…
---
diff --git a/doc/man/kamailio.8 b/doc/man/kamailio.8
index c5ba986639..a97b43f3c1 100644
--- a/doc/man/kamailio.8
+++ b/doc/man/kamailio.8
@@ -58,6 +58,12 @@ Enable auto-aliases with 'yes' or 'on', disable with
'no' or 'off
Add an alias, the value has to be '[proto:]hostname[:port]'
(like for 'alias' global parameter)
.TP
+.BI \-\-atexit\fR=\fIval
+Control atexit callbacks execution from external libraries
+which may access destroyed shm memory causing crash on shutdown.
+Can be y[es] or 1 to enable atexit callbacks, n[o] or 0 to disable,
+default is yes.
+.TP
.BI \-A " pre\-processor\-define"
Add config pre-processor define (e.g., -A WITH_AUTH, -A N=1, -A
X='"Y"')
.TP
@@ -160,10 +166,6 @@ Specifies the number of children processes forked to handle tcp
incoming connect
.BI \-n
).
.TP
-.BI \-\-no\-atexit
-Skip atexit callbacks execution from external libraries
-which may access destroyed shm memory causing crash on shutdown.
-.TP
.BI \-P " pid\-file"
Creates a file containing the pid of the main
.B kamailio