diff options
Diffstat (limited to 'share/man/man3/assert.3')
-rw-r--r-- | share/man/man3/assert.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3 index 04c5a0e..7686360 100644 --- a/share/man/man3/assert.3 +++ b/share/man/man3/assert.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)assert.3 8.1 (Berkeley) 6/9/93 -.\" $Id: assert.3,v 1.4 1998/01/02 19:22:50 alex Exp $ +.\" $Id: assert.3,v 1.5 1999/01/26 16:59:02 wollman Exp $ .\" .Dd January 26, 1999 .Dt ASSERT 3 @@ -53,7 +53,7 @@ diagnostic message is written to .Em stderr and the function .Xr abort 3 -is called effectively terminating the program. +is called, effectively terminating the program. .Pp If .Ar expression @@ -85,7 +85,7 @@ is false: .Sh SEE ALSO .Xr abort 3 .Sh HISTORY -A +An .Nm assert macro appeared in .At v6 . |