Document C99 conformity.
Update text which is printed out to reflect reality.
This commit is contained in:
parent
d4c54c0c46
commit
62b151c324
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85424
@ -79,11 +79,16 @@ if
|
||||
.Ar expression
|
||||
is false:
|
||||
.Bd -literal -offset indent
|
||||
"assertion \e"%s\e" failed: file \e"%s\e", line %d\en", \e
|
||||
"expression", __FILE__, __LINE__);
|
||||
"assertion (%s) failed: function %s(), file %s:%d\en", \e
|
||||
"expression", __func__, __FILE__, __LINE__);
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr abort 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn assert
|
||||
macro confirms to
|
||||
.St -isoC-99 .
|
||||
.Sh HISTORY
|
||||
An
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user