diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 1999-04-30 13:12:44 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 1999-04-30 13:12:44 +0000 |
| commit | 2038017be673c894318ed6887cba7a8fc3ccf022 (patch) | |
| tree | 4110eafd4ec5ef23add1085a009c946b1eb8f1ec /share | |
| parent | d37ed5a03a772cb9c9a1d8a53c3181c1b9b71b14 (diff) | |
Notes
Diffstat (limited to 'share')
| -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 04c5a0e61358..76863607e483 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 . |
