summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/compat-43/sigvec.38
-rw-r--r--lib/libc/gen/signal.38
-rw-r--r--lib/libc/sys/sigaction.28
3 files changed, 9 insertions, 15 deletions
diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3
index ac36b061085..6ea312cd2f9 100644
--- a/lib/libc/compat-43/sigvec.3
+++ b/lib/libc/compat-43/sigvec.3
@@ -25,9 +25,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: sigvec.3,v 1.26 2007/05/31 19:19:27 jmc Exp $
+.\" $OpenBSD: sigvec.3,v 1.27 2010/02/25 17:10:34 schwarze Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 25 2010 $
.Dt SIGVEC 3
.Os
.Sh NAME
@@ -229,9 +229,7 @@ with names as in the include file
.It Dv SIGQUIT No " create core image" " quit program"
.It Dv SIGILL No " create core image" " illegal instruction"
.It Dv SIGTRAP No " create core image" " trace trap"
-.It Dv SIGABRT No " create core image" Xr abort 3
-call (formerly
-.Dv SIGIOT )
+.It Dv SIGABRT No " create core image" " abort(3) call (formerly SIGIOT)"
.It Dv SIGEMT No " create core image" " emulate instruction executed"
.It Dv SIGFPE No " create core image" " floating-point exception"
.It Dv SIGKILL No " terminate process" " kill program (cannot be caught or ignored)"
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index afd6c55de7b..b50a68bc1f1 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signal.3,v 1.35 2009/12/16 07:36:56 guenther Exp $
+.\" $OpenBSD: signal.3,v 1.36 2010/02/25 17:10:34 schwarze Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 16 2009 $
+.Dd $Mdocdate: February 25 2010 $
.Dt SIGNAL 3
.Os
.Sh NAME
@@ -102,9 +102,7 @@ These signals are defined in the file
.It Dv SIGQUIT No " create core image" " quit program"
.It Dv SIGILL No " create core image" " illegal instruction"
.It Dv SIGTRAP No " create core image" " trace trap"
-.It Dv SIGABRT No " create core image" Xr abort 3
-call (formerly
-.Dv SIGIOT )
+.It Dv SIGABRT No " create core image" " abort(3) call (formerly SIGIOT)"
.It Dv SIGEMT No " create core image" " emulate instruction executed"
.It Dv SIGFPE No " create core image" " floating-point exception"
.It Dv SIGKILL No " terminate process" " kill program"
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index c4fa391f6c8..dfe714910a0 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sigaction.2,v 1.45 2009/12/16 07:36:56 guenther Exp $
+.\" $OpenBSD: sigaction.2,v 1.46 2010/02/25 17:10:34 schwarze Exp $
.\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94
.\"
-.Dd $Mdocdate: December 16 2009 $
+.Dd $Mdocdate: February 25 2010 $
.Dt SIGACTION 2
.Os
.Sh NAME
@@ -304,9 +304,7 @@ with names as in the include file
.It Dv SIGQUIT No " create core image" " quit program"
.It Dv SIGILL No " create core image" " illegal instruction"
.It Dv SIGTRAP No " create core image" " trace trap"
-.It Dv SIGABRT No " create core image" Xr abort 3
-call (formerly
-.Dv SIGIOT )
+.It Dv SIGABRT No " create core image" " abort(3) call (formerly SIGIOT)"
.It Dv SIGEMT No " create core image" " emulate instruction executed"
.It Dv SIGFPE No " create core image" " floating-point exception"
.It Dv SIGKILL No " terminate process" " kill program (cannot be caught or ignored)"