diff options
author | kris <kris@FreeBSD.org> | 1999-04-30 13:12:44 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-04-30 13:12:44 +0000 |
commit | 6f402caa86e0c6c0c2fc853ea9f38902b9f85f30 (patch) | |
tree | f91cc265224e7adbcb302c333545612b3804935d /share | |
parent | 22dd8b1a32339d93ebf048c90f3fdfa1874495ac (diff) | |
download | FreeBSD-src-6f402caa86e0c6c0c2fc853ea9f38902b9f85f30.zip FreeBSD-src-6f402caa86e0c6c0c2fc853ea9f38902b9f85f30.tar.gz |
Minor punctuation/grammar nits.
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 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 . |