Date: Tue, 29 May 2018 01:16:00 +0000 (UTC) From: Eric van Gyzen <vangyzen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r334306 - in head: lib/libc/stdlib share/man/man3 Message-ID: <201805290116.w4T1G0CQ062271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vangyzen Date: Tue May 29 01:16:00 2018 New Revision: 334306 URL: https://svnweb.freebsd.org/changeset/base/334306 Log: 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 Modified: head/lib/libc/stdlib/abort.3 head/lib/libc/stdlib/exit.3 head/share/man/man3/assert.3 Modified: head/lib/libc/stdlib/abort.3 ============================================================================== --- head/lib/libc/stdlib/abort.3 Tue May 29 00:53:53 2018 (r334305) +++ head/lib/libc/stdlib/abort.3 Tue May 29 01:16:00 2018 (r334306) @@ -64,6 +64,7 @@ The function never returns. .Sh SEE ALSO +.Xr abort2 2 , .Xr sigaction 2 , .Xr exit 3 .Sh STANDARDS Modified: head/lib/libc/stdlib/exit.3 ============================================================================== --- head/lib/libc/stdlib/exit.3 Tue May 29 00:53:53 2018 (r334305) +++ head/lib/libc/stdlib/exit.3 Tue May 29 01:16:00 2018 (r334306) @@ -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 , Modified: head/share/man/man3/assert.3 ============================================================================== --- head/share/man/man3/assert.3 Tue May 29 00:53:53 2018 (r334305) +++ head/share/man/man3/assert.3 Tue May 29 01:16:00 2018 (r334306) @@ -85,6 +85,7 @@ generates a diagnostic message similar to the followin .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805290116.w4T1G0CQ062271>