From cfa37a7b1131abbab2e7d339b451f5f0e3198cc8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 10 Apr 2004 18:53:55 +0000 Subject: Lots of man pages. --- man/man3/abort.3 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 man/man3/abort.3 (limited to 'man/man3/abort.3') diff --git a/man/man3/abort.3 b/man/man3/abort.3 new file mode 100644 index 00000000..7b00a4d9 --- /dev/null +++ b/man/man3/abort.3 @@ -0,0 +1,18 @@ +.TH ABORT 3 +.SH NAME +abort \- generate a fault +.SH SYNOPSIS +.B #include +.br +.B #include +.PP +.nf +.B +void abort(void) +.fi +.SH DESCRIPTION +.I Abort +causes an access fault, causing the current process to enter the `Broken' state. +The process can then be inspected by a debugger. +.SH SOURCE +.B /sys/src/libc/9sys/abort.c -- cgit v1.2.3