From c23c33c3cf7bf69999f68967effd89abc6f739c2 Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 25 Oct 2002 14:22:20 +0000 Subject: Make the example "assertion failure" message match reality. --- share/man/man3/assert.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/man/man3/assert.3') diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3 index e30323e..4216b1a 100644 --- a/share/man/man3/assert.3 +++ b/share/man/man3/assert.3 @@ -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 -- cgit v1.1