Skip to content

Commit 351efd2

Browse files
committed
doc: update manpage for atexit option
1 parent 9b14722 commit 351efd2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/man/kamailio.8

+6-4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Enable auto-aliases with 'yes' or 'on', disable with 'no' or 'off
5858
Add an alias, the value has to be '[proto:]hostname[:port]'
5959
(like for 'alias' global parameter)
6060
.TP
61+
.BI \-\-atexit\fR=\fIval
62+
Control atexit callbacks execution from external libraries
63+
which may access destroyed shm memory causing crash on shutdown.
64+
Can be y[es] or 1 to enable atexit callbacks, n[o] or 0 to disable,
65+
default is yes.
66+
.TP
6167
.BI \-A " pre\-processor\-define"
6268
Add config pre-processor define (e.g., -A WITH_AUTH, -A N=1, -A X='"Y"')
6369
.TP
@@ -160,10 +166,6 @@ Specifies the number of children processes forked to handle tcp incoming connect
160166
.BI \-n
161167
).
162168
.TP
163-
.BI \-\-no\-atexit
164-
Skip atexit callbacks execution from external libraries
165-
which may access destroyed shm memory causing crash on shutdown.
166-
.TP
167169
.BI \-P " pid\-file"
168170
Creates a file containing the pid of the main
169171
.B kamailio

0 commit comments

Comments
 (0)