From 4c72d794f0e95ea43dff190593060bba9d4f6565 Mon Sep 17 00:00:00 2001 From: Eric van Gyzen Date: Tue, 29 May 2018 01:16:00 +0000 Subject: [PATCH] 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 --- lib/libc/stdlib/abort.3 | 1 + lib/libc/stdlib/exit.3 | 1 + share/man/man3/assert.3 | 1 + 3 files changed, 3 insertions(+) diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3 index e177137849a1..5cd69c56e151 100644 --- a/lib/libc/stdlib/abort.3 +++ b/lib/libc/stdlib/abort.3 @@ -64,6 +64,7 @@ The function never returns. .Sh SEE ALSO +.Xr abort2 2 , .Xr sigaction 2 , .Xr exit 3 .Sh STANDARDS diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 7d657c922ce9..d1a0437c6b93 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -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 , diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3 index 35433572600b..5f0775b9f2dc 100644 --- a/share/man/man3/assert.3 +++ b/share/man/man3/assert.3 @@ -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