summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBen Smithurst <ben@FreeBSD.org>2001-01-16 22:27:08 +0000
committerBen Smithurst <ben@FreeBSD.org>2001-01-16 22:27:08 +0000
commitb769bad9869f09f004fb20e5e05e976a9ad6403d (patch)
treedbb714ced29dc3845be277c7f06da99c65e51501 /lib/libc
parent48d433c52edbccc5535ace672371f93b5cda221a (diff)
Notes
Diffstat (limited to 'lib/libc')
-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 4e1025029316..06abdb43b71d 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"