From owner-cvs-lib Mon Mar 24 19:40:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08010 for cvs-lib-outgoing; Mon, 24 Mar 1997 19:40:04 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA07953; Mon, 24 Mar 1997 19:39:58 -0800 (PST) Date: Mon, 24 Mar 1997 19:39:58 -0800 (PST) From: Mike Pritchard Message-Id: <199703250339.TAA07953@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys sigaction.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/03/24 19:39:57 Modified: lib/libc/sys sigaction.2 Log: 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 Revision Changes Path 1.12 +1 -1 src/lib/libc/sys/sigaction.2