1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

SIGABRT is *not* the same as calling abort(), so don't claim that it is.

(abort() flushes all open stdio streams for one thing.)

PR:		24249
Submitted by:	Edwin Groothuis <mavetju@chello.nl>
This commit is contained in:
Ben Smithurst 2001-01-16 22:25:26 +00:00
parent c3f0a89530
commit 9175520c91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71129

View File

@ -97,8 +97,8 @@ These signals are defined in the file
.It Dv SIGQUIT Ta "create core image" Ta "quit program"
.It Dv SIGILL Ta "create core image" Ta "illegal instruction"
.It Dv SIGTRAP Ta "create core image" Ta "trace trap"
.It Dv SIGABRT Ta "create core image" Ta Xr abort 2
call (formerly
.It Dv SIGABRT Ta "create core image" Ta "abort program"
(formerly
.Dv SIGIOT )
.It Dv SIGEMT Ta "create core image" Ta "emulate instruction executed"
.It Dv SIGFPE Ta "create core image" Ta "floating-point exception"