Change .Fn to .Xr on a couple of lines where abort(3) is referenced.

This commit is contained in:
Chris Costello 1999-09-25 22:42:12 +00:00
parent eb24696b07
commit 0df0b5481f

View file

@ -147,7 +147,7 @@ and lowercase means that the behavior is not set, or off.
All warnings (except for the warning about unknown
flags being set), and failure to allocate memory become fatal.
The process will call
.Fn abort 3
.Xr abort 3
in these cases.
.It J
Each byte of new memory allocated by
@ -197,7 +197,7 @@ option.
Rather than return failure for any allocation function,
display a diagnostic message on stderr and cause the program to drop
core (using
.Fn abort 3 ).
.Xr abort 3 ).
This option should be set at compile time by including the following in
the source code:
.Bd -literal -offset indent