summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/abort.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/abort.3')
-rw-r--r--src/lib/libc/stdlib/abort.311
1 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/libc/stdlib/abort.3 b/src/lib/libc/stdlib/abort.3
index a0dfba7e80..743d42dd8a 100644
--- a/src/lib/libc/stdlib/abort.3
+++ b/src/lib/libc/stdlib/abort.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: abort.3,v 1.5 1999/06/29 18:36:17 aaron Exp $ 36.\" $OpenBSD: abort.3,v 1.6 2000/04/20 13:50:01 aaron Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt ABORT 3 39.Dt ABORT 3
@@ -48,8 +48,7 @@
48.Sh DESCRIPTION 48.Sh DESCRIPTION
49The 49The
50.Fn abort 50.Fn abort
51function causes abnormal program termination to occur, unless the 51function causes abnormal program termination to occur, unless the signal
52signal
53.Dv SIGABRT 52.Dv SIGABRT
54is being caught and the signal handler does not return. 53is being caught and the signal handler does not return.
55.Pp 54.Pp
@@ -57,14 +56,12 @@ Any open streams are flushed and closed.
57.Sh RETURN VALUES 56.Sh RETURN VALUES
58The 57The
59.Fn abort 58.Fn abort
60function 59function never returns.
61never returns.
62.Sh SEE ALSO 60.Sh SEE ALSO
63.Xr sigaction 2 , 61.Xr sigaction 2 ,
64.Xr exit 3 62.Xr exit 3
65.Sh STANDARDS 63.Sh STANDARDS
66The 64The
67.Fn abort 65.Fn abort
68function 66function conforms to
69conforms to
70.St -p1003.1-90 . 67.St -p1003.1-90 .