From owner-cvs-all Fri Sep 6 23: 7:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D9B37B400; Fri, 6 Sep 2002 23:07:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C48F43E65; Fri, 6 Sep 2002 23:07:55 -0700 (PDT) (envelope-from davidc@FreeBSD.org) Received: from freefall.freebsd.org (davidc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8767tJU020121; Fri, 6 Sep 2002 23:07:55 -0700 (PDT) (envelope-from davidc@freefall.freebsd.org) Received: (from davidc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8767t0j020120; Fri, 6 Sep 2002 23:07:55 -0700 (PDT) Message-Id: <200209070607.g8767t0j020120@freefall.freebsd.org> From: Chad David Date: Fri, 6 Sep 2002 23:07:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 signal.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidc 2002/09/06 23:07:55 PDT Modified files: share/man/man9 signal.9 Log: Note that siginit() does not cause every signal to be ignored only the ones with a default property of SA_IGNORE, and that it acquires and releases the processes lock. Revision Changes Path 1.3 +16 -3 src/share/man/man9/signal.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message