Blob Blame History Raw
From 4dda5d2173928271dd3d8b506b493e55088819c0 Mon Sep 17 00:00:00 2001
From: Greg King <gregdk@users.sf.net>
Date: Tue, 12 Nov 2019 11:57:38 -0500
Subject: [PATCH 094/170] 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().
---
 doc/funcref.sgml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/funcref.sgml b/doc/funcref.sgml
index 314c57d8..72a44c7b 100644
--- a/doc/funcref.sgml
+++ b/doc/funcref.sgml
@@ -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>
-- 
2.26.0