Go to the source code of this file.
Function Documentation
The explain_buffer_signal function may be used to print a representation of a signal structure.
- Parameters:
-
sb | The string buffer to print into. |
signum | The signal number to be printed. |
Definition at line 202 of file signal.c.
The explain_signal_parse_or_die function is used to convert a text string into a signal number.
- Parameters:
-
text | The text to be parsed. |
caption | Additional text for error messages. |
- Returns:
- a signal number
Definition at line 243 of file signal.c.