Make the example "assertion failure" message match reality.

This commit is contained in:
tjr 2002-10-25 14:22:20 +00:00
parent 035cd9e947
commit c23c33c3cf

View File

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