mdoc(7) police: one-line literal displays are faster.

This commit is contained in:
Ruslan Ermilov 2001-11-20 15:17:51 +00:00
parent 13d98e8c66
commit 3a021a4706
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86670

View File

@ -74,14 +74,12 @@ option
.Fl D Ns Dv NDEBUG ) .
.Sh EXAMPLES
The assertion:
.Bd -literal -offset indent
assert(1 == 0);
.Ed
.Pp
.Dl "assert(1 == 0);"
.Pp
generates a diagnostic message similar to the following:
.Bd -literal -offset indent
assertion (1 == 0) failed: function main(), file assertion.c:100
.Ed
.Pp
.Dl "assertion (1 == 0) failed: function main(), file assertion.c:100"
.Sh SEE ALSO
.Xr abort 3
.Sh STANDARDS