summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1997-03-29 20:33:43 +0000
committertholo <tholo@openbsd.org>1997-03-29 20:33:43 +0000
commit3b3e832861f73084e7e6b7f783ac203cc3682f6f (patch)
treebf2e8daa499ce006d839e757080b873f68e57b44 /lib/libc
parentAvoid infinite loops; from NetBSD PR 3285 (diff)
downloadwireguard-openbsd-3b3e832861f73084e7e6b7f783ac203cc3682f6f.tar.xz
wireguard-openbsd-3b3e832861f73084e7e6b7f783ac203cc3682f6f.zip
Updated description of some signals; from Klaus Klein <kleink@layla.inka.de>
in NetBSD PR 3398
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/sigaction.27
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index 24435274ad0..8d90440a2be 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -256,7 +256,7 @@ call (formerly
.Dv 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"
+.It Dv SIGKILL No " terminate process" " kill program (cannot be caught or ignored)"
.It Dv SIGBUS No " create core image" " bus error"
.It Dv SIGSEGV No " create core image" " segmentation violation"
.It Dv SIGSYS No " create core image" " system call given invalid argument"
@@ -352,8 +352,8 @@ or
.El
.Sh STANDARDS
The
-.Nm sigaction
-function is defined by
+.Fn sigaction
+function conforms to
.St -p1003.1-88 .
The
.Dv SA_ONSTACK
@@ -381,7 +381,6 @@ systems.
.Xr kill 1 ,
.Xr ptrace 2 ,
.Xr kill 2 ,
-.Xr sigaction 2 ,
.Xr sigprocmask 2 ,
.Xr sigsuspend 2 ,
.Xr sigblock 2 ,