diff options
Diffstat (limited to 'static/unix-v10/man3/abort.3')
| -rw-r--r-- | static/unix-v10/man3/abort.3 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/static/unix-v10/man3/abort.3 b/static/unix-v10/man3/abort.3 new file mode 100644 index 00000000..aea85081 --- /dev/null +++ b/static/unix-v10/man3/abort.3 @@ -0,0 +1,19 @@ +.TH ABORT 3 +.CT 2 proc_man +.SH NAME +abort \- generate a fault +.SH SYNOPSIS +.B int abort() +.PP +.SH DESCRIPTION +.I Abort +sends the current process a +.L SIGIOT +signal, which normally terminates +the process with a core dump. +.SH SEE ALSO +.IR adb (1), +.IR signal (2), +.IR exit (2) +.SH DIAGNOSTICS +Usually `abort \- core dumped' from the shell. |
