1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

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:
Greg King 2019-11-12 11:57:38 -05:00
parent 659d1729eb
commit 4dda5d2173

View File

@ -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>