From 4dda5d2173928271dd3d8b506b493e55088819c0 Mon Sep 17 00:00:00 2001 From: Greg King Date: Tue, 12 Nov 2019 11:57:38 -0500 Subject: [PATCH] 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 314c57d89..72a44c7b6 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -1325,7 +1325,7 @@ on , , - + @@ -1370,7 +1370,7 @@ prints a message on , , - + @@ -6656,6 +6656,7 @@ be used in presence of a prototype. , +,