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>
This commit is contained in:
Alexander Langer 1996-06-12 23:46:47 +00:00
parent e2f892a7e7
commit 671e66d2e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16339

View File

@ -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