From 3ad85ca0a2c994cb203fcd2743c7cf87437ebb12 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Wed, 15 May 1985 21:51:54 -0800 Subject: [PATCH] manual page distributed with 4.1BSD SCCS-vsn: lib/libc/stdlib/abort.3 4.1 --- usr/src/lib/libc/stdlib/abort.3 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 usr/src/lib/libc/stdlib/abort.3 diff --git a/usr/src/lib/libc/stdlib/abort.3 b/usr/src/lib/libc/stdlib/abort.3 new file mode 100644 index 0000000000..fbc3e2a74c --- /dev/null +++ b/usr/src/lib/libc/stdlib/abort.3 @@ -0,0 +1,15 @@ +.\" @(#)abort.3 4.1 (Berkeley) %G% +.\" +.TH ABORT 3 +.AT 3 +.SH NAME +abort \- generate a fault +.SH DESCRIPTION +.I Abort +executes an instruction which is illegal in user mode. +This causes a signal that normally terminates +the process with a core dump, which may be used for debugging. +.SH SEE ALSO +adb(1), signal(2), exit(2) +.SH DIAGNOSTICS +Usually `IOT trap \- core dumped' from the shell. -- 2.20.1