Bug 24249

Summary: typo in man-page signal(3)
Product: Documentation Reporter: Edwin Groothuis <mavetju>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Edwin Groothuis 2001-01-11 12:50:01 UTC
    man 3 signal:

    SIGABRT         create core image       abort(2) call (formerly SIGIOT)

    should be: abort(3)

How-To-Repeat: 
    -
Comment 1 ben freebsd_committer freebsd_triage 2001-01-16 22:27:24 UTC
State Changed
From-To: open->closed

Actually, that's not quite true.  abort(3) does a bit more than a raw 
SIGABRT does, such as flushing open streams.  However, abort(2) doesn't even 
exist, so I just changed to text to say "abort program" and not mention 
abort() at all. 

Thanks for this anyway!