mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change .Fn to .Xr on a couple of lines where abort(3) is referenced.
This commit is contained in:
parent
eb24696b07
commit
0df0b5481f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue