summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-10-25 14:22:20 +0000
committertjr <tjr@FreeBSD.org>2002-10-25 14:22:20 +0000
commitc23c33c3cf7bf69999f68967effd89abc6f739c2 (patch)
tree31911df533340cc3141133c620c80794510cc2c5 /share
parent035cd9e947221591dd2631862ff84924ab3f4932 (diff)
downloadFreeBSD-src-c23c33c3cf7bf69999f68967effd89abc6f739c2.zip
FreeBSD-src-c23c33c3cf7bf69999f68967effd89abc6f739c2.tar.gz
Make the example "assertion failure" message match reality.
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/assert.32
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud