Content deleted Content added
m →Standard signals: link |
Desligado92 (talk | contribs) |
||
Line 12:
*<code>SIGILL</code> - "illegal", invalid instruction.
*<code>SIGINT</code> - "interrupt", interactive attention request sent to the program.
*<code>SIGSEGV</code> - "[[segmentation violation|'''seg'''mentation '''v'''iolation]]", invalid memory access.
*<code>SIGTERM</code> - "terminate", termination request sent to the program.
|