Commit 1955e460 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Update params.h to reflect changes in mgt_param_tbl.c

parent 7b573d5d
......@@ -962,12 +962,12 @@ PARAM(
/* var */ sigsegv_handler,
/* min */ none,
/* max */ none,
/* default */ off,
/* default */ on,
/* units */ bool,
/* flags */ 0| MUST_RESTART,
/* s-text */
"Install a signal handler which tries to dump debug information on "
"segmentation and buserror faults.\n",
"segmentation faults, bus errors and abort signals.\n",
/* l-text */ "",
/* func */ NULL
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment