Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/abort2.2
| Show All 22 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd September 30, 2006 | .Dd September 30, 2006 | ||||
| .Dt ABORT2 2 | .Dt ABORT2 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm abort2 | .Nm abort2 | ||||
| .Nd "abort process with diagnostics" | .Nd "abort process with diagnostics" | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In stdlib.h | .In stdlib.h | ||||
| .Ft void | .Ft void | ||||
| .Fn abort2 "const char *why" "int nargs" "void **args" | .Fn abort2 "const char *why" "int nargs" "void **args" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn abort2 | .Fn abort2 | ||||
| system call causes the process to be killed and the specified diagnostic | system call causes the process to be killed and the specified diagnostic | ||||
| message (with arguments) to be delivered by the kernel to the | message (with arguments) to be delivered by the kernel to the | ||||
| ▲ Show 20 Lines • Show All 70 Lines • Show Last 20 Lines | |||||