Cross-reference abort2(2) from a few man pages

I didn't know abort2 existed until it was mentioned on a mailing list.
Mention it in related pages so others can find it easily.

MFC after:	3 days
Sponsored by:	Dell EMC
This commit is contained in:
Eric van Gyzen 2018-05-29 01:16:00 +00:00
parent 1ebec5faf4
commit 4c72d794f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334306
3 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,7 @@ The
function
never returns.
.Sh SEE ALSO
.Xr abort2 2 ,
.Xr sigaction 2 ,
.Xr exit 3
.Sh STANDARDS

View File

@ -116,6 +116,7 @@ functions
never return.
.Sh SEE ALSO
.Xr _exit 2 ,
.Xr abort2 2 ,
.Xr wait 2 ,
.Xr at_quick_exit 3 ,
.Xr atexit 3 ,

View File

@ -85,6 +85,7 @@ generates a diagnostic message similar to the following:
.Pp
.Dl "Assertion failed: (1 == 0), function main, file assertion.c, line 100."
.Sh SEE ALSO
.Xr abort2 2 ,
.Xr abort 3
.Sh STANDARDS
The