From owner-freebsd-doc Thu Apr 6 18:20: 6 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A60A37B9D0 for ; Thu, 6 Apr 2000 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA10066; Thu, 6 Apr 2000 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from herschel.bricoworks.com (sense-sea-MegaSub-1-446.oz.net [216.39.145.192]) by hub.freebsd.org (Postfix) with ESMTP id D77C037B654 for ; Thu, 6 Apr 2000 18:12:04 -0700 (PDT) (envelope-from moore@bricoworks.com) Received: from ariel.bricoworks.com (ariel [192.168.1.37]) by herschel.bricoworks.com (8.9.3/8.9.3) with ESMTP id XAA56270 for ; Wed, 5 Apr 2000 23:40:30 -0700 (PDT) (envelope-from moore@bricoworks.com) Received: (from moore@localhost) by ariel.bricoworks.com (8.9.3/8.9.3) id XAA10726; Wed, 5 Apr 2000 23:40:30 -0700 (PDT) (envelope-from moore@bricoworks.com) Message-Id: <200004060640.XAA10726@ariel.bricoworks.com> Date: Wed, 5 Apr 2000 23:40:30 -0700 (PDT) From: Tim Moore Reply-To: moore@bricoworks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/17836: manpage for sigaction(2) is wrong Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17836 >Category: docs >Synopsis: manpage for sigaction(2) is wrong >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 6 18:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Tim Moore >Release: FreeBSD 5.0-CURRENT i386 >Organization: Bricoworks >Environment: >Description: The description of the third argument to signal handlers if SA_SIGINFO is supplied is wrong. It's a ucontext_t, not an mcontext_t. >How-To-Repeat: >Fix: Index: sigaction.2 =================================================================== RCS file: /home/cvs/src/lib/libc/sys/sigaction.2,v retrieving revision 1.21 diff -c -r1.21 sigaction.2 *** sigaction.2 1999/12/15 16:51:35 1.21 --- sigaction.2 2000/04/06 06:39:20 *************** *** 496,502 **** The .Fa context argument to a POSIX SA_SIGINFO handler points to an instance of ! mcontext_t. .Sh ERRORS .Fn Sigaction will fail and no new signal handler will be installed if one --- 496,502 ---- The .Fa context argument to a POSIX SA_SIGINFO handler points to an instance of ! ucontext_t. .Sh ERRORS .Fn Sigaction will fail and no new signal handler will be installed if one >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message