Bell 32V release
[unix-history] / usr / man / man3 / abort.3
CommitLineData
c4665c80
TL
1.TH ABORT 3
2.SH NAME
3abort \- generate a fault
4.SH DESCRIPTION
5.I Abort
6executes an instruction which is illegal in user mode.
7This causes a signal that normally terminates
8the process with a core dump, which may be used for debugging.
9.SH SEE ALSO
10adb(1), signal(2), exit(2)
11.SH DIAGNOSTICS
12Usually `IOT trap \- core dumped' from the shell.