Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2001 13:47:21 +0100 (CET)
From:      mavetju@chello.nl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/24249: typo in man-page signal(3)
Message-ID:  <20010111124721.8149A372@d9168.upc-d.chello.nl>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010111124721.8149A372>