diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-25 14:22:20 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-25 14:22:20 +0000 |
commit | c23c33c3cf7bf69999f68967effd89abc6f739c2 (patch) | |
tree | 31911df533340cc3141133c620c80794510cc2c5 /share/man/man3 | |
parent | 035cd9e947221591dd2631862ff84924ab3f4932 (diff) | |
download | FreeBSD-src-c23c33c3cf7bf69999f68967effd89abc6f739c2.zip FreeBSD-src-c23c33c3cf7bf69999f68967effd89abc6f739c2.tar.gz |
Make the example "assertion failure" message match reality.
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/assert.3 | 2 |
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 |