mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
e2f892a7e7
commit
671e66d2e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue