mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make the example "assertion failure" message match reality.
This commit is contained in:
parent
583efa1268
commit
9c78e04d62
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ The assertion:
|
|||
.Pp
|
||||
generates a diagnostic message similar to the following:
|
||||
.Pp
|
||||
.Dl "assertion (1 == 0) failed: function main(), file assertion.c:100"
|
||||
.Dl "Assertion failed: (1 == 0), function main, file assertion.c, line 100."
|
||||
.Sh SEE ALSO
|
||||
.Xr abort 3
|
||||
.Sh STANDARDS
|
||||
|
|
|
|||
Loading…
Reference in a new issue