summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-06-12 23:46:47 +0000
committeralex <alex@FreeBSD.org>1996-06-12 23:46:47 +0000
commit0b524343aa3b9c86d586fd06b875c899ff7a35e6 (patch)
treea3d9578739a87366257a8b386fa4042697858584 /share/man
parent682813b4cdff917aced733c8ff8df40ef6026914 (diff)
downloadFreeBSD-src-0b524343aa3b9c86d586fd06b875c899ff7a35e6.zip
FreeBSD-src-0b524343aa3b9c86d586fd06b875c899ff7a35e6.tar.gz
Indicate that assert exits with abort(3) instead of _exit(2). Closes
PR 1317. Reviewed by: alex Submitted by: Cove Schneider <cove@brazil.nbn.com>
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man3/assert.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3
index 2a9c8f9..0e344df 100644
--- a/share/man/man3/assert.3
+++ b/share/man/man3/assert.3
@@ -51,7 +51,7 @@ A
diagnostic message is written to the
.Em stderr
and the function
-.Xr _exit 2
+.Xr abort 3
is called effectively terminating the program.
.Pp
If
OpenPOWER on IntegriCloud