Changed a "See also" link in the abort() and assert() descriptions from raise() to signal().
Programmers might want to use signal() to catch the SIGABRT that's sent by abort() and assert().
This commit is contained in:
parent
659d1729eb
commit
4dda5d2173
1 changed files with 3 additions and 2 deletions
|
@ -1325,7 +1325,7 @@ on <tt/stderr/, then terminates the program with an exit code of 3.
|
|||
<tag/See also/
|
||||
<ref id="assert" name="assert">,
|
||||
<ref id="exit" name="exit">,
|
||||
<ref id="raise" name="raise">
|
||||
<ref id="signal" name="signal">
|
||||
<tag/Example/None.
|
||||
</descrip>
|
||||
</quote>
|
||||
|
@ -1370,7 +1370,7 @@ prints a message on <tt/stderr/, then exits the program with an exit code of 2.
|
|||
<tag/See also/
|
||||
<ref id="abort" name="abort">,
|
||||
<ref id="exit" name="exit">,
|
||||
<ref id="raise" name="raise">
|
||||
<ref id="signal" name="signal">
|
||||
<tag/Example/None.
|
||||
</descrip>
|
||||
</quote>
|
||||
|
@ -6656,6 +6656,7 @@ be used in presence of a prototype.
|
|||
<tag/Availability/ISO 9899
|
||||
<tag/See also/
|
||||
<ref id="abort" name="abort">,
|
||||
<ref id="assert" name="assert">,
|
||||
<ref id="raise" name="raise">
|
||||
<tag/Example/None.
|
||||
</descrip>
|
||||
|
|
Loading…
Add table
Reference in a new issue