From owner-freebsd-doc Thu Jan 11 4:50:20 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ECB937B401 for ; Thu, 11 Jan 2001 04:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BCo2G52988; Thu, 11 Jan 2001 04:50:02 -0800 (PST) (envelope-from gnats) Received: from d9168.upc-d.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 83F8137B400 for ; Thu, 11 Jan 2001 04:47:22 -0800 (PST) Received: by d9168.upc-d.chello.nl (Postfix, from userid 1001) id 8149A372; Thu, 11 Jan 2001 13:47:21 +0100 (CET) Message-Id: <20010111124721.8149A372@d9168.upc-d.chello.nl> Date: Thu, 11 Jan 2001 13:47:21 +0100 (CET) From: mavetju@chello.nl Reply-To: mavetju@chello.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/24249: typo in man-page signal(3) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24249 >Category: docs >Synopsis: typo in man-page signal(3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 11 04:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.2-RELEASE i386 >Organization: - >Environment: - >Description: man 3 signal: SIGABRT create core image abort(2) call (formerly SIGIOT) should be: abort(3) >How-To-Repeat: - >Fix: --- /tmp/signal.3 Thu Jan 11 13:43:21 2001 +++ /usr/src/lib/libc/gen/signal.3 Thu Jan 11 13:43:31 2001 @@ -93,7 +93,7 @@ .It Dv SIGQUIT Ta "create core image" Ta "quit program" .It Dv SIGILL Ta "create core image" Ta "illegal instruction" .It Dv SIGTRAP Ta "create core image" Ta "trace trap" -.It Dv SIGABRT Ta "create core image" Ta Xr abort 2 +.It Dv SIGABRT Ta "create core image" Ta Xr abort 3 call (formerly .Dv SIGIOT ) .It Dv SIGEMT Ta "create core image" Ta "emulate instruction executed" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message