summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben <ben@FreeBSD.org>2001-01-16 22:25:26 +0000
committerben <ben@FreeBSD.org>2001-01-16 22:25:26 +0000
commitfc894be9c682480b7a9042d63dcde3c7669a68d7 (patch)
tree4cd4cee7fa73f0bb6dae68dda908b43ddfedb330
parent947e3ec23bff29451aee6aa7d2eb664a2840f71d (diff)
downloadFreeBSD-src-fc894be9c682480b7a9042d63dcde3c7669a68d7.zip
FreeBSD-src-fc894be9c682480b7a9042d63dcde3c7669a68d7.tar.gz
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>
-rw-r--r--lib/libc/gen/signal.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 4e10250..06abdb4 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -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"
OpenPOWER on IntegriCloud