summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sigaction.2
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-25 03:39:54 +0000
committermpp <mpp@FreeBSD.org>1997-03-25 03:39:54 +0000
commit60739ce5120bf7e4ef9e0053fbfa7b6eba2e0511 (patch)
tree652f6ef3ec04ea33fa556f6381b04b63a5026b37 /lib/libc/sys/sigaction.2
parenta2fd5d5125ae95ea31aa39cf83f24d5da8e6d9b3 (diff)
downloadFreeBSD-src-60739ce5120bf7e4ef9e0053fbfa7b6eba2e0511.zip
FreeBSD-src-60739ce5120bf7e4ef9e0053fbfa7b6eba2e0511.tar.gz
Change the description of how attempts to block SIGKILL and SIGSTOP
are handled. The system call will actually fail in this case - the system doesn't silently ignore the request. Closes PR# 3047 Pointed out by: fenner
Diffstat (limited to 'lib/libc/sys/sigaction.2')
-rw-r--r--lib/libc/sys/sigaction.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index eb15a11..85da04e 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -287,7 +287,7 @@ is not allowed to block
.Dv SIGKILL
or
.Dv SIGSTOP .
-This is done silently by the system.
+Attempting to do so will cause the call to fail.
.Sh RETURN VALUES
A 0 value indicated that the call succeeded. A \-1 return value
indicates an error occurred and
OpenPOWER on IntegriCloud