]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/abort.3
Libc-825.40.1.tar.gz
[apple/libc.git] / stdlib / FreeBSD / abort.3
index c283b31b5a0174f99305d339255e0398065aab32..80ed972b25abc3fe34976582d018176cc511fac4 100644 (file)
@@ -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