blob: aea85081a12b3523b05a578a0bd0eb7e2920139a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.
|