Make the example "assertion failure" message match reality.

This commit is contained in:
Tim J. Robbins 2002-10-25 14:22:20 +00:00
parent 583efa1268
commit 9c78e04d62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105933

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