summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-01-19 17:35:43 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-01-19 17:35:43 +0000
commit361086c4e1a3a15c97ec3e07e6d522fc1e429f17 (patch)
treeed9d07e65470e25ef5caa72cbc4778d74b2ddba0 /lib/libc/gen
parentaa3423ed8a7e215cdca5ce2bc59ba334919c7742 (diff)
symetry
ok jmc@, millert@
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/signal.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index af628c5f469..933dc81cf03 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signal.3,v 1.37 2011/09/03 22:59:07 jmc Exp $
+.\" $OpenBSD: signal.3,v 1.38 2012/01/19 17:35:42 espie 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: September 3 2011 $
+.Dd $Mdocdate: January 19 2012 $
.Dt SIGNAL 3
.Os
.Sh NAME
@@ -105,7 +105,7 @@ These signals are defined in the file
.It Dv SIGABRT Ta "create core image" Ta "abort(3) call (formerly SIGIOT)"
.It Dv SIGEMT Ta "create core image" Ta "emulate instruction executed"
.It Dv SIGFPE Ta "create core image" Ta "floating-point exception"
-.It Dv SIGKILL Ta "terminate process" Ta "kill program"
+.It Dv SIGKILL Ta "terminate process" Ta "kill program (cannot be caught or ignored)"
.It Dv SIGBUS Ta "create core image" Ta "bus error"
.It Dv SIGSEGV Ta "create core image" Ta "segmentation violation"
.It Dv SIGSYS Ta "create core image" Ta "system call given invalid argument"