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