Minor punctuation/grammar nits.

This commit is contained in:
Kris Kennaway 1999-04-30 13:12:44 +00:00
parent d37ed5a03a
commit 2038017be6

View File

@ -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 .