X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..a28bf75d63c6a64e4c3b417c6052e45f42c6cedd:/stdlib/FreeBSD/abort.3 diff --git a/stdlib/FreeBSD/abort.3 b/stdlib/FreeBSD/abort.3 index c283b31..80ed972 100644 --- a/stdlib/FreeBSD/abort.3 +++ b/stdlib/FreeBSD/abort.3 @@ -58,6 +58,13 @@ The .Fn abort function is thread-safe. It is unknown if it is async-cancel-safe. +.Pp +The +.Fn abort +function causes a report to be generated by Crash Reporter. If you wish to +terminate without generating a crash report, use +.Xr exit 3 +instead. .Sh RETURN VALUES The .Fn abort